diff --git a/docs/runtime_suite_tools/mlp/20_setup.md b/docs/runtime_suite_tools/mlp/20_setup.md index b150c87bb1..194329de14 100644 --- a/docs/runtime_suite_tools/mlp/20_setup.md +++ b/docs/runtime_suite_tools/mlp/20_setup.md @@ -41,13 +41,13 @@ If you have [Golang] installed with a version >= 1.13 in your system and you hav install `mlp` like this: ```sh -go install github.com/mia-platform/mlp@v2.0.1 +go install github.com/mia-platform/mlp@v2.0.2 ``` Or like this if the `install` command is not available ```sh -go get -u github.com/mia-platform/mlp@v2.0.1 +go get -u github.com/mia-platform/mlp@v2.0.2 ``` #### Binary Download @@ -56,11 +56,11 @@ You can install `mlp` with the use of `curl` or `wget` and downloading the lates choosing the correct platform and operating system: ```sh -curl -fsSL --proto '=https' --tlsv1.2 https://github.com/mia-platform/mlp/releases/download/v2.0.1/mlp-linux-amd64 -o /tmp/mlp +curl -fsSL --proto '=https' --tlsv1.2 https://github.com/mia-platform/mlp/releases/download/v2.0.2/mlp-linux-amd64 -o /tmp/mlp ``` ```sh -wget -q --https-only --secure-protocol=TLSv1_2 https://github.com/mia-platform/mlp/releases/download/v2.0.1/mlp-linux-amd64 -O /tmp/mlp +wget -q --https-only --secure-protocol=TLSv1_2 https://github.com/mia-platform/mlp/releases/download/v2.0.2/mlp-linux-amd64 -O /tmp/mlp ``` After you have downloaded the file you can validate it against the checksum you can find at this [url] running the @@ -81,7 +81,7 @@ sudo install -g root -o root /tmp/mlp /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/mlp:v2.0.1 +docker run ghcr.io/mia-platform/mlp:v2.0.2 ``` ### Windows diff --git a/docs/runtime_suite_tools/mlp/changelog.md b/docs/runtime_suite_tools/mlp/changelog.md index 983ec4db46..649059f817 100644 --- a/docs/runtime_suite_tools/mlp/changelog.md +++ b/docs/runtime_suite_tools/mlp/changelog.md @@ -15,6 +15,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.0.2] - 2025-03-27 + +### Fixed + +- improve file detection during hydrate command for already present file in kustomization files + ## [v2.0.1] - 2025-03-18 ### Changed @@ -235,7 +241,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release 🎉🎉🎉 -[Unreleased]: https://github.com/mia-platform/mlp/compare/v2.0.1...HEAD +[Unreleased]: https://github.com/mia-platform/mlp/compare/v2.0.2...HEAD +[v2.0.2]: https://github.com/mia-platform/mlp/compare/v2.0.1...v2.0.2 [v2.0.1]: https://github.com/mia-platform/mlp/compare/v2.0.0...v2.0.1 [v2.0.0]: https://github.com/mia-platform/mlp/compare/v2.0.0-rc.1...v2.0.0 [v2.0.0-rc.1]: https://github.com/mia-platform/mlp/compare/v2.0.0-rc...v2.0.0-rc.1