From 76a9b5d24ebf6b5ff0ae98fcad6e0945f089302a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 28 Mar 2025 08:01:30 +0100 Subject: [PATCH 01/39] chore(docs): update mlp documentation --- docs/runtime_suite_tools/mlp/20_setup.md | 10 +++++----- docs/runtime_suite_tools/mlp/changelog.md | 9 ++++++++- 2 files changed, 13 insertions(+), 6 deletions(-) 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 From f2466c5f414e78198ef445f7ec468bc60be6a5bc Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 28 Mar 2025 15:50:50 +0100 Subject: [PATCH 02/39] chore(docs): update mlp documentation From 56aa0e3b36b272c61711a80cadbc6a8ffbb61726 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 28 Mar 2025 16:51:07 +0100 Subject: [PATCH 03/39] chore(docs): update mlp documentation From a013dd36b791d29c00a6d005da8e095a91f0b5c3 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 31 Mar 2025 09:01:21 +0200 Subject: [PATCH 04/39] chore(docs): update mlp documentation From 51414114609a371bef2c0e8ac8979d2334ac1580 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 1 Apr 2025 09:01:19 +0200 Subject: [PATCH 05/39] chore(docs): update mlp documentation From be2ec64f58043612b91eb5022d8865174346176a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 2 Apr 2025 09:01:20 +0200 Subject: [PATCH 06/39] chore(docs): update mlp documentation From 69db1df8028e7a8ffcb538b4c795dd6ecdcefbf2 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 3 Apr 2025 09:01:25 +0200 Subject: [PATCH 07/39] chore(docs): update mlp documentation From a81d814c02ecaf08fe76ba805b2f7ac55ee8bf17 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 4 Apr 2025 09:01:19 +0200 Subject: [PATCH 08/39] chore(docs): update mlp documentation From ea3ed1864367e8de8a5ed1fb0b4e1d577ace4648 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 4 Apr 2025 12:10:21 +0200 Subject: [PATCH 09/39] chore(docs): update mlp documentation From a72c7339f818d22176662ebf8a48202cac49672b Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 7 Apr 2025 09:01:23 +0200 Subject: [PATCH 10/39] chore(docs): update mlp documentation From a8e366096b8249e6e6622566dbbb6d5a9840546f Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 8 Apr 2025 09:01:25 +0200 Subject: [PATCH 11/39] chore(docs): update mlp documentation From 486672d65b87740ff2ded2d047bb95a4ae4c508b Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 9 Apr 2025 09:01:42 +0200 Subject: [PATCH 12/39] chore(docs): update mlp documentation From a0c9f931b0e3a64364740491710c7403e750a946 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 10 Apr 2025 09:01:24 +0200 Subject: [PATCH 13/39] chore(docs): update mlp documentation From dc0c0d1009841cb37d18976212466d2725a38021 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 11 Apr 2025 09:01:24 +0200 Subject: [PATCH 14/39] chore(docs): update mlp documentation From 1449c7a0fff3bf42364febb15a1e093e81620fb2 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 14 Apr 2025 09:01:17 +0200 Subject: [PATCH 15/39] chore(docs): update mlp documentation From ddc7acfc07714d707a26257e7cd904d88c7dfe30 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 15 Apr 2025 09:01:21 +0200 Subject: [PATCH 16/39] chore(docs): update mlp documentation From a8eeefe6db2a934888cdadc5b8bcdd41d9f0d08c Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 16 Apr 2025 09:01:22 +0200 Subject: [PATCH 17/39] chore(docs): update mlp documentation From 7aa77dbc36ce1b29e93adf3ded809102a748f011 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 17 Apr 2025 09:01:21 +0200 Subject: [PATCH 18/39] chore(docs): update mlp documentation From c6e502f318fc75c799fe354cc84c94922132e0a8 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 18 Apr 2025 09:01:20 +0200 Subject: [PATCH 19/39] chore(docs): update mlp documentation From b4ea85cc7fadba37c5a34ac1f360885b95577115 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 21 Apr 2025 09:01:22 +0200 Subject: [PATCH 20/39] chore(docs): update mlp documentation From 0fcd7f02404a22cabd3678b8fbaab00658207a2d Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 22 Apr 2025 09:01:23 +0200 Subject: [PATCH 21/39] chore(docs): update mlp documentation From 42498912307ca9bdf788c1007ed023c53a80023a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 22 Apr 2025 13:02:27 +0200 Subject: [PATCH 22/39] chore(docs): update mlp documentation From 4cdfead16a9d0309e570dc06968067533278ae8a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 23 Apr 2025 09:01:22 +0200 Subject: [PATCH 23/39] chore(docs): update mlp documentation From 2b1304b6e05084aa2bdf757683d616f4b3456604 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 24 Apr 2025 09:01:32 +0200 Subject: [PATCH 24/39] chore(docs): update mlp documentation From 71e65cda6cddb1bc1d976889b5fda68ccc922f32 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 25 Apr 2025 09:01:22 +0200 Subject: [PATCH 25/39] chore(docs): update mlp documentation From 0c89ba6ce13860a5c3aa6e164f4a20043ae1d371 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 28 Apr 2025 09:02:02 +0200 Subject: [PATCH 26/39] chore(docs): update mlp documentation From 60bbe9acb13051e29927a0f9a1c9d14b20aff56e Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 29 Apr 2025 09:02:13 +0200 Subject: [PATCH 27/39] chore(docs): update mlp documentation From c7ad542c422dab5b07ff68b3cbe3f614d9ee4960 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 30 Apr 2025 09:01:27 +0200 Subject: [PATCH 28/39] chore(docs): update mlp documentation From 8aa557e00b0c88b4dc1f7a78b71abe2cacdfe214 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 1 May 2025 09:01:22 +0200 Subject: [PATCH 29/39] chore(docs): update mlp documentation From 99ab41c6fa8e9a1394e13d4e8729429e7d5e0515 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 2 May 2025 09:01:24 +0200 Subject: [PATCH 30/39] chore(docs): update mlp documentation From ebcd00f291632d2987f05089539eb5a89baf6411 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 5 May 2025 09:01:19 +0200 Subject: [PATCH 31/39] chore(docs): update mlp documentation From b2f78c174f8d8d3401e0e53adb6ba40473f83538 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 6 May 2025 09:01:36 +0200 Subject: [PATCH 32/39] chore(docs): update mlp documentation From 69b5fd596abf56bb2a9a7956eb12d84410fa0148 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 7 May 2025 09:01:27 +0200 Subject: [PATCH 33/39] chore(docs): update mlp documentation From bee493c24ff9ada52b423564e4683b6c368a3182 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 8 May 2025 09:02:21 +0200 Subject: [PATCH 34/39] chore(docs): update mlp documentation From 50f4a8b7d4f4adb6984e95d743bdc50920e14eac Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 9 May 2025 09:01:27 +0200 Subject: [PATCH 35/39] chore(docs): update mlp documentation From b1bcff8796f6aafbcdc43f3259434db9b8726729 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 12 May 2025 09:01:21 +0200 Subject: [PATCH 36/39] chore(docs): update mlp documentation From 1905055ea0c644d546570ebac479f4bf3544ed67 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 13 May 2025 09:01:27 +0200 Subject: [PATCH 37/39] chore(docs): update mlp documentation From c9d6bdadf4e0a10f580c317b87c7a5b87bd729f5 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 14 May 2025 09:01:42 +0200 Subject: [PATCH 38/39] chore(docs): update mlp documentation From 4b45a63334205ee5ea07cca794dbb98e3de99fd8 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 15 May 2025 09:01:25 +0200 Subject: [PATCH 39/39] chore(docs): update mlp documentation