Skip to content

Commit f517c4d

Browse files
committed
docs: v0.10.0
1 parent aa05cb2 commit f517c4d

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.10.0] - 2024-06-26
11+
1012
### Changed
1113

1214
- update go version to 1.22.4
@@ -25,5 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2527
- apply command: apply generated files to targets clusters
2628
- validate command: validate the configuration file
2729

28-
[Unreleased]: https://github.com/mia-platform/jpl/compare/v0.9.0...HEAD
29-
[v0.9.0]: https://github.com/mia-platform/vab/releases/tag/v0.1.0
30+
[Unreleased]: https://github.com/mia-platform/jpl/compare/v0.10.0...HEAD
31+
[v0.10.0]: https://github.com/mia-platform/jpl/compare/v0.9.0...v0.10.0
32+
[v0.9.0]: https://github.com/mia-platform/vab/releases/tag/v0.9.0

docs/20_setup.md

Lines changed: 5 additions & 5 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/cmd/vab@v0.9.9
32+
go install github.com/mia-platform/vab@v0.10.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/cmd/vab@v0.9.9
38+
go get -u github.com/mia-platform/vab@v0.10.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 https://github.com/mia-platform/vab/releases/download/v0.9.0/vab-linux-amd64 -o /tmp/vab
47+
curl -fsSL https://github.com/mia-platform/vab/releases/download/v0.10.0/vab-linux-amd64 -o /tmp/vab
4848
```
4949

5050
```sh
51-
wget -q https://github.com/mia-platform/vab/releases/download/v0.9.0/vab-linux-amd64 -O /tmp/vab
51+
wget -q https://github.com/mia-platform/vab/releases/download/v0.10.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
@@ -69,7 +69,7 @@ sudo install -g root -o root /tmp/vab /usr/local/bin
6969
If you want to run the cli in its environment or you want to test the cli you can use the Docker image:
7070

7171
```sh
72-
docker run ghcr.io/mia-platform/vab:0.9.0
72+
docker run ghcr.io/mia-platform/vab:0.10.0
7373
```
7474

7575
### Windows

0 commit comments

Comments
 (0)