Skip to content

Commit

Permalink
docs: v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed Sep 19, 2024
1 parent ec9a160 commit f5a163f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
8 changes: 4 additions & 4 deletions docs/20_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f5a163f

Please sign in to comment.