diff --git a/CHANGELOG.md b/CHANGELOG.md index 14fb867..8c20c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.16.0] - 2024-11-21 + +### Added + +- `company rules list` command +- `company rules update` command + ### Changed - update go version to 1.23.2 @@ -304,7 +311,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - create cli sdk - create cli renderer -[unreleased]: https://github.com/mia-platform/miactl/compare/v0.15.0...HEAD +[unreleased]: https://github.com/mia-platform/miactl/compare/v0.16.0...HEAD +[v0.16.0]: https://github.com/mia-platform/miactl/compare/v0.15.0...v0.16.0 [v0.15.0]: https://github.com/mia-platform/miactl/compare/v0.14.0...v0.15.0 [v0.14.0]: https://github.com/mia-platform/miactl/compare/v0.13.0...v0.14.0 [v0.13.0]: https://github.com/mia-platform/miactl/compare/v0.12.2...v0.13.0 diff --git a/docs/20_setup.md b/docs/20_setup.md index 062f446..880be15 100644 --- a/docs/20_setup.md +++ b/docs/20_setup.md @@ -28,13 +28,13 @@ If you have [Golang] installed with a version >= 1.13 in your system and you hav install `miactl` like this: ```sh -go install github.com/mia-platform/miactl/cmd/miactl@v0.15.0 +go install github.com/mia-platform/miactl/cmd/miactl@v0.16.0 ``` Or like this if the `install` command is not available ```sh -go get -u github.com/mia-platform/miactl/cmd/miactl@0.15.0 +go get -u github.com/mia-platform/miactl/cmd/miactl@0.16.0 ``` #### Binary Download @@ -43,11 +43,11 @@ You can install `miactl` with the use of `curl` or `wget` and downloading the la choosing the correct platform and operating system: ```sh -curl -fsSL https://github.com/mia-platform/miactl/releases/download/v0.15.0/miactl-linux-amd64 -o /tmp/miactl +curl -fsSL https://github.com/mia-platform/miactl/releases/download/v0.16.0/miactl-linux-amd64 -o /tmp/miactl ``` ```sh -wget -q https://github.com/mia-platform/miactl/releases/download/v0.15.0/miactl-linux-amd64 -O /tmp/miactl +wget -q https://github.com/mia-platform/miactl/releases/download/v0.16.0/miactl-linux-amd64 -O /tmp/miactl ``` After you have downloaded the file you can validate it against the checksum you can find at this [url] running the @@ -75,7 +75,7 @@ sudo mv /tmp/miactl /usr/local/bin If you want to run the cli in its environment or you want to test the cli you can use the Docker image: ```sh -docker run ghcr.io/mia-platform/miactl:v0.15.0 miactl +docker run ghcr.io/mia-platform/miactl:v0.16.0 miactl ``` ### Windows @@ -174,7 +174,7 @@ only via APIs. [Homebrew]: https://brew.sh "The Missing Package Manager for macOS (or Linux)" [Golang]: https://go.dev "Build simple, secure, scalable systems with Go" -[url]: https://github.com/mia-platform/miactl/releases/download/v0.15.0/checksums.txt "miactl checksums" +[url]: https://github.com/mia-platform/miactl/releases/download/v0.16.0/checksums.txt "miactl checksums" [`bash-completion`]: https://github.com/scop/bash-completion "Programmable completion functions for bash" [`oh-my-zsh`]: https://ohmyz.sh "Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration" diff --git a/docs/40_examples.md b/docs/40_examples.md index 11cd821..38ac750 100644 --- a/docs/40_examples.md +++ b/docs/40_examples.md @@ -123,7 +123,7 @@ Finally, you can group the commands above and run them inside a pipeline, e.g. a # Insert that after your pipeline stages delivery: stage: deploy - image: ghcr.io/mia-platform/miactl:v0.15.0 + image: ghcr.io/mia-platform/miactl:v0.16.0 script: - miactl version