Skip to content

Commit 8fc4318

Browse files
committed
docs: v0.12.1
1 parent c15dc0c commit 8fc4318

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.1] - 2025-03-18
11+
1012
### Changed
1113

1214
- update go version to 1.24.1
@@ -59,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5961
- apply command: apply generated files to targets clusters
6062
- validate command: validate the configuration file
6163

62-
[Unreleased]: https://github.com/mia-platform/vab/compare/v0.12.0...HEAD
64+
[Unreleased]: https://github.com/mia-platform/vab/compare/v0.12.1...HEAD
65+
[v0.12.1]: https://github.com/mia-platform/vab/compare/v0.12.0...v0.12.1
6366
[v0.12.0]: https://github.com/mia-platform/vab/compare/v0.11.0...v0.12.0
6467
[v0.11.0]: https://github.com/mia-platform/vab/compare/v0.10.1...v0.11.0
6568
[v0.10.1]: https://github.com/mia-platform/vab/compare/v0.10.0...v0.10.1

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/[email protected].0
32+
go install github.com/mia-platform/[email protected].1
3333
```
3434

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

3737
```sh
38-
go get -u github.com/mia-platform/[email protected].0
38+
go get -u github.com/mia-platform/[email protected].1
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.12.0/vab-linux-amd64 -o /tmp/vab
47+
curl -fsSL --proto '=https' --tlsv1.2 https://github.com/mia-platform/vab/releases/download/v0.12.1/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.12.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.1/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)