From dbfeda97290ca0802ad1436eab858deb2b138f31 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 20 Sep 2024 09:01:35 +0200 Subject: [PATCH 01/53] chore(docs): update mlp documentation --- docs/runtime_suite_tools/mlp/20_setup.md | 10 +++++----- docs/runtime_suite_tools/mlp/changelog.md | 10 +++++++++- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/runtime_suite_tools/mlp/20_setup.md b/docs/runtime_suite_tools/mlp/20_setup.md index 77aad321d7..42e9b76beb 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@vv2.0.0-beta +go install github.com/mia-platform/mlp@v2.0.0-beta.1 ``` Or like this if the `install` command is not available ```sh -go get -u github.com/mia-platform/mlp@vv2.0.0-beta +go get -u github.com/mia-platform/mlp@v2.0.0-beta.1 ``` #### 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 https://github.com/mia-platform/mlp/releases/download/vv2.0.0-beta/mlp-linux-amd64 -o /tmp/mlp +curl -fsSL https://github.com/mia-platform/mlp/releases/download/v2.0.0-beta.1/mlp-linux-amd64 -o /tmp/mlp ``` ```sh -wget -q https://github.com/mia-platform/mlp/releases/download/vv2.0.0-beta/mlp-linux-amd64 -O /tmp/mlp +wget -q https://github.com/mia-platform/mlp/releases/download/v2.0.0-beta.1/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:vv2.0.0-beta +docker run ghcr.io/mia-platform/mlp:v2.0.0-beta.1 ``` ### Windows diff --git a/docs/runtime_suite_tools/mlp/changelog.md b/docs/runtime_suite_tools/mlp/changelog.md index e8a7127a61..79f7a75609 100644 --- a/docs/runtime_suite_tools/mlp/changelog.md +++ b/docs/runtime_suite_tools/mlp/changelog.md @@ -15,6 +15,13 @@ 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.0-beta.1] - 2024-09-19 + +### Changed + +- update to go 1.23.1 +- update kubernetes libraries to 0.30 + ## [v2.0.0-beta] - 2024-07-25 ### Changed @@ -169,7 +176,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.0-beta...HEAD +[Unreleased]: https://github.com/mia-platform/mlp/compare/v2.0.0-beta.1...HEAD +[v2.0.0-beta.1]: https://github.com/mia-platform/mlp/compare/v2.0.0-beta...v2.0.0-beta.1 [v2.0.0-beta]: https://github.com/mia-platform/mlp/compare/v1.2.3...v2.0.0-beta [v1.2.3]: https://github.com/mia-platform/mlp/compare/v1.2.2...v1.2.3 [v1.2.2]: https://github.com/mia-platform/mlp/compare/v1.2.1...v1.2.2 From fbbca03c8202965d01a8feea8f03078405e9ad57 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 23 Sep 2024 09:01:26 +0200 Subject: [PATCH 02/53] chore(docs): update mlp documentation From b375d912f87352a1d7d4aae7843b692df76a0522 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 24 Sep 2024 09:01:23 +0200 Subject: [PATCH 03/53] chore(docs): update mlp documentation From dd8397511de11c81d786129606e026c6ce57ef99 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 25 Sep 2024 09:01:34 +0200 Subject: [PATCH 04/53] chore(docs): update mlp documentation From 7150d4bd0b740bcf4e067ff2deb3ea2b6f637ff9 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 26 Sep 2024 09:01:29 +0200 Subject: [PATCH 05/53] chore(docs): update mlp documentation From 7627f5420256774978745153155b24c7dd562e1d Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 27 Sep 2024 09:01:29 +0200 Subject: [PATCH 06/53] chore(docs): update mlp documentation From 58cf7d029e643b14e0ac4f51780e4be772f2d298 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 27 Sep 2024 17:11:30 +0200 Subject: [PATCH 07/53] chore(docs): update mlp documentation From d528beb6daacac0a4cb9790912fbfbc195f67efe Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 27 Sep 2024 17:26:52 +0200 Subject: [PATCH 08/53] chore(docs): update mlp documentation From d10fce54e4e415d786bf35325e2ef6eb9f777829 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 27 Sep 2024 17:36:19 +0200 Subject: [PATCH 09/53] chore(docs): update mlp documentation From b526b822001a3953ce618306ec4552ace339f704 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 27 Sep 2024 18:12:12 +0200 Subject: [PATCH 10/53] chore(docs): update mlp documentation From dff2bf873116c92e123021f87e4c8ab19d298994 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 30 Sep 2024 09:01:33 +0200 Subject: [PATCH 11/53] chore(docs): update mlp documentation From 0a1bf79315392b9a4eddff88779763948ac21c50 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 30 Sep 2024 12:14:55 +0200 Subject: [PATCH 12/53] chore(docs): update mlp documentation From 6b454b12a34fb9899630e09ca5f91bd82e28dc2c Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 30 Sep 2024 12:29:36 +0200 Subject: [PATCH 13/53] chore(docs): update mlp documentation From b9d344e5c8ac90dd374e3d688f4f14935a867ac0 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 1 Oct 2024 09:01:27 +0200 Subject: [PATCH 14/53] chore(docs): update mlp documentation From d3931ad6660098ddc93d4827b355ccff36e6701d Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 2 Oct 2024 09:01:23 +0200 Subject: [PATCH 15/53] chore(docs): update mlp documentation From fd394956f81426d3640e0ae7ccf9fc32979ff1e3 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 3 Oct 2024 09:01:22 +0200 Subject: [PATCH 16/53] chore(docs): update mlp documentation From 9d680e428653c56b5bc0558dfe723dc57dc82cda Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 4 Oct 2024 09:01:25 +0200 Subject: [PATCH 17/53] chore(docs): update mlp documentation From d90fcc5889b7f1851e6966e84ca81a26f57048ec Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 7 Oct 2024 09:01:23 +0200 Subject: [PATCH 18/53] chore(docs): update mlp documentation --- docs/runtime_suite_tools/mlp/20_setup.md | 10 +++++----- docs/runtime_suite_tools/mlp/changelog.md | 14 +++++++++++++- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/docs/runtime_suite_tools/mlp/20_setup.md b/docs/runtime_suite_tools/mlp/20_setup.md index 42e9b76beb..65000158b8 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.0-beta.1 +go install github.com/mia-platform/mlp@v2.0.0-beta.2 ``` Or like this if the `install` command is not available ```sh -go get -u github.com/mia-platform/mlp@v2.0.0-beta.1 +go get -u github.com/mia-platform/mlp@v2.0.0-beta.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 https://github.com/mia-platform/mlp/releases/download/v2.0.0-beta.1/mlp-linux-amd64 -o /tmp/mlp +curl -fsSL https://github.com/mia-platform/mlp/releases/download/v2.0.0-beta.2/mlp-linux-amd64 -o /tmp/mlp ``` ```sh -wget -q https://github.com/mia-platform/mlp/releases/download/v2.0.0-beta.1/mlp-linux-amd64 -O /tmp/mlp +wget -q https://github.com/mia-platform/mlp/releases/download/v2.0.0-beta.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.0-beta.1 +docker run ghcr.io/mia-platform/mlp:v2.0.0-beta.2 ``` ### Windows diff --git a/docs/runtime_suite_tools/mlp/changelog.md b/docs/runtime_suite_tools/mlp/changelog.md index 79f7a75609..9b945c82a4 100644 --- a/docs/runtime_suite_tools/mlp/changelog.md +++ b/docs/runtime_suite_tools/mlp/changelog.md @@ -15,6 +15,17 @@ 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.0-beta.2] - 2024-10-04 + +### Changed + +- update to go 1.23.2 + +### Fixed + +- hydrate command now add metadata to kustomize file to avoid "empty kubernetes file" + errors during deploy + ## [v2.0.0-beta.1] - 2024-09-19 ### Changed @@ -176,7 +187,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.0-beta.1...HEAD +[Unreleased]: https://github.com/mia-platform/mlp/compare/v2.0.0-beta.2...HEAD +[v2.0.0-beta.2]: https://github.com/mia-platform/mlp/compare/v2.0.0-beta.1...v2.0.0-beta.2 [v2.0.0-beta.1]: https://github.com/mia-platform/mlp/compare/v2.0.0-beta...v2.0.0-beta.1 [v2.0.0-beta]: https://github.com/mia-platform/mlp/compare/v1.2.3...v2.0.0-beta [v1.2.3]: https://github.com/mia-platform/mlp/compare/v1.2.2...v1.2.3 From 8c80d73f3a87833d55aca08e3edac86460f0b3a7 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 8 Oct 2024 09:01:24 +0200 Subject: [PATCH 19/53] chore(docs): update mlp documentation From c215a8020f1698ad029ea99e2c11b790cfecfafb Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 9 Oct 2024 09:01:27 +0200 Subject: [PATCH 20/53] chore(docs): update mlp documentation --- docs/runtime_suite_tools/mlp/20_setup.md | 10 +++++----- docs/runtime_suite_tools/mlp/changelog.md | 11 ++++++++++- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/runtime_suite_tools/mlp/20_setup.md b/docs/runtime_suite_tools/mlp/20_setup.md index 65000158b8..6a9b4a3bfd 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.0-beta.2 +go install github.com/mia-platform/mlp@v2.0.0-rc ``` Or like this if the `install` command is not available ```sh -go get -u github.com/mia-platform/mlp@v2.0.0-beta.2 +go get -u github.com/mia-platform/mlp@v2.0.0-rc ``` #### 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 https://github.com/mia-platform/mlp/releases/download/v2.0.0-beta.2/mlp-linux-amd64 -o /tmp/mlp +curl -fsSL https://github.com/mia-platform/mlp/releases/download/v2.0.0-rc/mlp-linux-amd64 -o /tmp/mlp ``` ```sh -wget -q https://github.com/mia-platform/mlp/releases/download/v2.0.0-beta.2/mlp-linux-amd64 -O /tmp/mlp +wget -q https://github.com/mia-platform/mlp/releases/download/v2.0.0-rc/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.0-beta.2 +docker run ghcr.io/mia-platform/mlp:v2.0.0-rc ``` ### Windows diff --git a/docs/runtime_suite_tools/mlp/changelog.md b/docs/runtime_suite_tools/mlp/changelog.md index 9b945c82a4..4314e9f405 100644 --- a/docs/runtime_suite_tools/mlp/changelog.md +++ b/docs/runtime_suite_tools/mlp/changelog.md @@ -15,6 +15,14 @@ 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.0-rc] - 2024-10-08 + +### Fixed + +- hanging if no resources has been applied successfully in a step +- error if a group/kind of a resource saved in the old inventory format is not availbale anymore in the cluster + now we skip the resource because we cannot retrieve it + ## [v2.0.0-beta.2] - 2024-10-04 ### Changed @@ -187,7 +195,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.0-beta.2...HEAD +[Unreleased]: https://github.com/mia-platform/mlp/compare/v2.0.0-rc...HEAD +[v2.0.0-rc]: https://github.com/mia-platform/mlp/compare/v2.0.0-beta.2...v2.0.0-rc [v2.0.0-beta.2]: https://github.com/mia-platform/mlp/compare/v2.0.0-beta.1...v2.0.0-beta.2 [v2.0.0-beta.1]: https://github.com/mia-platform/mlp/compare/v2.0.0-beta...v2.0.0-beta.1 [v2.0.0-beta]: https://github.com/mia-platform/mlp/compare/v1.2.3...v2.0.0-beta From e911570840798f46625c4195dbe4e6966f0378e4 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 9 Oct 2024 10:28:43 +0200 Subject: [PATCH 21/53] chore(docs): update mlp documentation From df9539008ba756d4c47a505ae373fb67eff8c216 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 10 Oct 2024 09:01:27 +0200 Subject: [PATCH 22/53] chore(docs): update mlp documentation From ebb62afddf7d2d2831bd0d17b5591d8b466dc706 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 11 Oct 2024 09:01:27 +0200 Subject: [PATCH 23/53] chore(docs): update mlp documentation From 90bfc1f85cdb441ade04e2bb24aa6378ada8b8d7 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 14 Oct 2024 09:01:26 +0200 Subject: [PATCH 24/53] chore(docs): update mlp documentation From 23d1ddf6897e61e324b7d74578c1bcc7e78a41cb Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 15 Oct 2024 09:01:30 +0200 Subject: [PATCH 25/53] chore(docs): update mlp documentation From 4bbead34462ba65c58aa99d4fe696a9121f996c5 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 16 Oct 2024 09:01:26 +0200 Subject: [PATCH 26/53] chore(docs): update mlp documentation From f4c16af9f5643ebea38307ecd026146cf76b4c49 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 17 Oct 2024 09:01:25 +0200 Subject: [PATCH 27/53] chore(docs): update mlp documentation From 46d9396536d07696c6ce2a7993acc0b888c5b42a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 18 Oct 2024 09:01:23 +0200 Subject: [PATCH 28/53] chore(docs): update mlp documentation From 913390ec03ac061cdee7c1a5eb75f414e67aef5e Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 18 Oct 2024 16:30:43 +0200 Subject: [PATCH 29/53] chore(docs): update mlp documentation From 773e86b05ac9733f9301db6e53bf51b9c5a60326 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 21 Oct 2024 09:01:21 +0200 Subject: [PATCH 30/53] chore(docs): update mlp documentation From c5ac2e37aeb19159ea9d2b47dc6cde6a9a11f620 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 22 Oct 2024 09:01:27 +0200 Subject: [PATCH 31/53] chore(docs): update mlp documentation From 8f7097a7a85a5c7ffc868cd6311d6d07ebf0511e Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 23 Oct 2024 09:01:27 +0200 Subject: [PATCH 32/53] chore(docs): update mlp documentation From e651643d9732bd9a932b9f5f5b5758d8756b0e37 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 24 Oct 2024 09:01:27 +0200 Subject: [PATCH 33/53] chore(docs): update mlp documentation From 0029bf6ddae3ad5dfa9eb9e601f05a9dea7766e6 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 25 Oct 2024 09:01:31 +0200 Subject: [PATCH 34/53] chore(docs): update mlp documentation From 211147b15052b9c6636baaafebad0474797dce6a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 28 Oct 2024 08:01:26 +0100 Subject: [PATCH 35/53] chore(docs): update mlp documentation From 4ce53d8a5d0d82a97a76571a7b80251a9401d366 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 29 Oct 2024 08:01:56 +0100 Subject: [PATCH 36/53] chore(docs): update mlp documentation From 1ac1ac0c98f193814089c2b2a6f79b9cce868768 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 30 Oct 2024 08:02:03 +0100 Subject: [PATCH 37/53] chore(docs): update mlp documentation From f731881ddedf994a3fec6b95108bd89ba0e99036 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 31 Oct 2024 08:01:59 +0100 Subject: [PATCH 38/53] chore(docs): update mlp documentation From 5b02f85bc02bae858967fdcaa285aaa4300f2d04 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 1 Nov 2024 08:02:05 +0100 Subject: [PATCH 39/53] chore(docs): update mlp documentation From f8c79b685c8a635b9cff79169959db6523e0467e Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 4 Nov 2024 08:01:54 +0100 Subject: [PATCH 40/53] chore(docs): update mlp documentation From 7dd97f9b58779c222e69523d469da9750b11dd7a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 5 Nov 2024 08:02:09 +0100 Subject: [PATCH 41/53] chore(docs): update mlp documentation From 1b4071ca13cf5092462e81dd5ee4bd17b87d52d0 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 6 Nov 2024 08:02:06 +0100 Subject: [PATCH 42/53] chore(docs): update mlp documentation From 6a90f094bd889284d5ebdb52e1ca68f3e38a5982 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 7 Nov 2024 08:01:57 +0100 Subject: [PATCH 43/53] chore(docs): update mlp documentation From ac9df3301a4539d53459810ebea2726ccdd4078f Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 8 Nov 2024 08:01:59 +0100 Subject: [PATCH 44/53] chore(docs): update mlp documentation From 80c0c05a142e92b8c985588490443f771ee1048f Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 11 Nov 2024 08:02:32 +0100 Subject: [PATCH 45/53] chore(docs): update mlp documentation From 044e54bb7bf6fddc62976bc97de713e37329a768 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 12 Nov 2024 08:02:06 +0100 Subject: [PATCH 46/53] chore(docs): update mlp documentation From 5913f1a4b2b4391256f45c616a24bdfbb834b19b Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 13 Nov 2024 08:01:41 +0100 Subject: [PATCH 47/53] chore(docs): update mlp documentation From 8cd1eb41c8b9bfd512f8b33690da1cfc39f8105d Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 14 Nov 2024 08:01:48 +0100 Subject: [PATCH 48/53] chore(docs): update mlp documentation From 7d28682409783ab022a5d93f8c3a61425b7f5f42 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 15 Nov 2024 08:02:01 +0100 Subject: [PATCH 49/53] chore(docs): update mlp documentation From 2793ddab33b6a67731fc405bf797d51741ad15f2 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 15 Nov 2024 12:19:44 +0100 Subject: [PATCH 50/53] chore(docs): update mlp documentation From 0a1f71c01a9f2431dffdfd99a1548a04df675113 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 15 Nov 2024 12:41:41 +0100 Subject: [PATCH 51/53] chore(docs): update mlp documentation From dd9f46b022558fad16377d10c91a375976bde65b Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 15 Nov 2024 12:46:21 +0100 Subject: [PATCH 52/53] chore(docs): update mlp documentation From ee0993e309ee490f56e9929a7e0cebb07d68cc8d Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 15 Nov 2024 13:16:00 +0100 Subject: [PATCH 53/53] chore(docs): update mlp documentation