Skip to content

chore(docs): update mlp documentation #2054

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 39 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
76a9b5d
chore(docs): update mlp documentation
bot-targa Mar 28, 2025
f2466c5
chore(docs): update mlp documentation
bot-targa Mar 28, 2025
56aa0e3
chore(docs): update mlp documentation
bot-targa Mar 28, 2025
a013dd3
chore(docs): update mlp documentation
bot-targa Mar 31, 2025
5141411
chore(docs): update mlp documentation
bot-targa Apr 1, 2025
be2ec64
chore(docs): update mlp documentation
bot-targa Apr 2, 2025
69db1df
chore(docs): update mlp documentation
bot-targa Apr 3, 2025
a81d814
chore(docs): update mlp documentation
bot-targa Apr 4, 2025
ea3ed18
chore(docs): update mlp documentation
bot-targa Apr 4, 2025
a72c733
chore(docs): update mlp documentation
bot-targa Apr 7, 2025
a8e3660
chore(docs): update mlp documentation
bot-targa Apr 8, 2025
486672d
chore(docs): update mlp documentation
bot-targa Apr 9, 2025
a0c9f93
chore(docs): update mlp documentation
bot-targa Apr 10, 2025
dc0c0d1
chore(docs): update mlp documentation
bot-targa Apr 11, 2025
1449c7a
chore(docs): update mlp documentation
bot-targa Apr 14, 2025
ddc7acf
chore(docs): update mlp documentation
bot-targa Apr 15, 2025
a8eeefe
chore(docs): update mlp documentation
bot-targa Apr 16, 2025
7aa77db
chore(docs): update mlp documentation
bot-targa Apr 17, 2025
c6e502f
chore(docs): update mlp documentation
bot-targa Apr 18, 2025
b4ea85c
chore(docs): update mlp documentation
bot-targa Apr 21, 2025
0fcd7f0
chore(docs): update mlp documentation
bot-targa Apr 22, 2025
4249891
chore(docs): update mlp documentation
bot-targa Apr 22, 2025
4cdfead
chore(docs): update mlp documentation
bot-targa Apr 23, 2025
2b1304b
chore(docs): update mlp documentation
bot-targa Apr 24, 2025
71e65cd
chore(docs): update mlp documentation
bot-targa Apr 25, 2025
0c89ba6
chore(docs): update mlp documentation
bot-targa Apr 28, 2025
60bbe9a
chore(docs): update mlp documentation
bot-targa Apr 29, 2025
c7ad542
chore(docs): update mlp documentation
bot-targa Apr 30, 2025
8aa557e
chore(docs): update mlp documentation
bot-targa May 1, 2025
99ab41c
chore(docs): update mlp documentation
bot-targa May 2, 2025
ebcd00f
chore(docs): update mlp documentation
bot-targa May 5, 2025
b2f78c1
chore(docs): update mlp documentation
bot-targa May 6, 2025
69b5fd5
chore(docs): update mlp documentation
bot-targa May 7, 2025
bee493c
chore(docs): update mlp documentation
bot-targa May 8, 2025
50f4a8b
chore(docs): update mlp documentation
bot-targa May 9, 2025
b1bcff8
chore(docs): update mlp documentation
bot-targa May 12, 2025
1905055
chore(docs): update mlp documentation
bot-targa May 13, 2025
c9d6bda
chore(docs): update mlp documentation
bot-targa May 14, 2025
4b45a63
chore(docs): update mlp documentation
bot-targa May 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/runtime_suite_tools/mlp/20_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].1
go install github.com/mia-platform/[email protected].2
```

Or like this if the `install` command is not available

```sh
go get -u github.com/mia-platform/[email protected].1
go get -u github.com/mia-platform/[email protected].2
```

#### Binary Download
Expand All @@ -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
Expand All @@ -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
Expand Down
9 changes: 8 additions & 1 deletion docs/runtime_suite_tools/mlp/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down