Skip to content

Commit fc8eb27

Browse files
committed
docs: v0.13.0
1 parent b41915c commit fc8eb27

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.13.0] - 2025-06-12
11+
1012
### Changed
1113

1214
- update go version to 1.24.4
@@ -68,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6870
- apply command: apply generated files to targets clusters
6971
- validate command: validate the configuration file
7072

71-
[Unreleased]: https://github.com/mia-platform/vab/compare/v0.12.1...HEAD
73+
[Unreleased]: https://github.com/mia-platform/vab/compare/v0.13.0...HEAD
74+
[v0.13.0]: https://github.com/mia-platform/vab/compare/v0.12.1...v0.13.0
7275
[v0.12.1]: https://github.com/mia-platform/vab/compare/v0.12.0...v0.12.1
7376
[v0.12.0]: https://github.com/mia-platform/vab/compare/v0.11.0...v0.12.0
7477
[v0.11.0]: https://github.com/mia-platform/vab/compare/v0.10.1...v0.11.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.12.1
32+
go install github.com/mia-platform/vab@v0.13.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.12.1
38+
go get -u github.com/mia-platform/vab@v0.13.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.12.1/vab-linux-amd64 -o /tmp/vab
47+
curl -fsSL --proto '=https' --tlsv1.2 https://github.com/mia-platform/vab/releases/download/v0.13.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.12.1/vab-linux-amd64 -O /tmp/vab
51+
wget -q --https-only --secure-protocol=TLSv1_2 https://github.com/mia-platform/vab/releases/download/v0.13.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)