From f5a163fa78ea854c5eaf78245e9cacfb6e6d3a40 Mon Sep 17 00:00:00 2001 From: Jacopo Andrea Giola Date: Thu, 19 Sep 2024 09:13:22 +0200 Subject: [PATCH] docs: v0.11.0 --- CHANGELOG.md | 5 ++++- docs/20_setup.md | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c21d7de..dc9f17c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.11.0] - 2024-09-19 + ### Changed - update go version to 1.23.1 @@ -38,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - apply command: apply generated files to targets clusters - validate command: validate the configuration file -[Unreleased]: https://github.com/mia-platform/vab/compare/v0.10.1...HEAD +[Unreleased]: https://github.com/mia-platform/vab/compare/v0.11.0...HEAD +[v0.11.0]: https://github.com/mia-platform/vab/compare/v0.10.1...v0.11.0 [v0.10.1]: https://github.com/mia-platform/vab/compare/v0.10.0...v0.10.1 [v0.10.0]: https://github.com/mia-platform/vab/compare/v0.9.0...v0.10.0 [v0.9.0]: https://github.com/mia-platform/vab/releases/tag/v0.9.0 diff --git a/docs/20_setup.md b/docs/20_setup.md index 31f685d..e914089 100644 --- a/docs/20_setup.md +++ b/docs/20_setup.md @@ -29,13 +29,13 @@ If you have [Golang] installed with a version >= 1.13 in your system and you hav install `vab` like this: ```sh -go install github.com/mia-platform/vab@v0.10.1 +go install github.com/mia-platform/vab@v0.11.0 ``` Or like this if the `install` command is not available ```sh -go get -u github.com/mia-platform/vab@v0.10.1 +go get -u github.com/mia-platform/vab@v0.11.0 ``` #### Binary Download @@ -44,11 +44,11 @@ You can install `vab` 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/vab/releases/download/v0.10.1/vab-linux-amd64 -o /tmp/vab +curl -fsSL https://github.com/mia-platform/vab/releases/download/v0.11.0/vab-linux-amd64 -o /tmp/vab ``` ```sh -wget -q https://github.com/mia-platform/vab/releases/download/v0.10.1/vab-linux-amd64 -O /tmp/vab +wget -q https://github.com/mia-platform/vab/releases/download/v0.11.0/vab-linux-amd64 -O /tmp/vab ``` After you have downloaded the file you can validate it against the checksum you can find at this [url] running the