Skip to content

Commit 883076d

Browse files
committed
docs: v0.12.0
1 parent 1ac2c41 commit 883076d

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.12.0] - 2025-01-24
11+
1012
### Changed
1113

1214
- update go version to 1.23.5
@@ -47,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4749
- apply command: apply generated files to targets clusters
4850
- validate command: validate the configuration file
4951

50-
[Unreleased]: https://github.com/mia-platform/vab/compare/v0.11.0...HEAD
52+
[Unreleased]: https://github.com/mia-platform/vab/compare/v0.12.0...HEAD
53+
[v0.12.0]: https://github.com/mia-platform/vab/compare/v0.11.0...v0.12.0
5154
[v0.11.0]: https://github.com/mia-platform/vab/compare/v0.10.1...v0.11.0
5255
[v0.10.1]: https://github.com/mia-platform/vab/compare/v0.10.0...v0.10.1
5356
[v0.10.0]: https://github.com/mia-platform/vab/compare/v0.9.0...v0.10.0

docs/20_setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ If you have [Golang] installed with a version >= 1.13 in your system and you hav
2929
install `vab` like this:
3030

3131
```sh
32-
go install github.com/mia-platform/vab@v0.11.0
32+
go install github.com/mia-platform/vab@v0.12.0
3333
```
3434

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

3737
```sh
38-
go get -u github.com/mia-platform/vab@v0.11.0
38+
go get -u github.com/mia-platform/vab@v0.12.0
3939
```
4040

4141
#### Binary Download
@@ -44,11 +44,11 @@ You can install `vab` with the use of `curl` or `wget` and downloading the lates
4444
choosing the correct platform and operating system:
4545

4646
```sh
47-
curl -fsSL --proto '=https' --tlsv1.2 https://github.com/mia-platform/vab/releases/download/v0.11.0/vab-linux-amd64 -o /tmp/vab
47+
curl -fsSL --proto '=https' --tlsv1.2 https://github.com/mia-platform/vab/releases/download/v0.12.0/vab-linux-amd64 -o /tmp/vab
4848
```
4949

5050
```sh
51-
wget -q --https-only --secure-protocol=TLSv1_2 https://github.com/mia-platform/vab/releases/download/v0.11.0/vab-linux-amd64 -O /tmp/vab
51+
wget -q --https-only --secure-protocol=TLSv1_2 https://github.com/mia-platform/vab/releases/download/v0.12.0/vab-linux-amd64 -O /tmp/vab
5252
```
5353

5454
After you have downloaded the file you can validate it against the checksum you can find at this [url] running the

0 commit comments

Comments
 (0)