Skip to content

Commit 13d85f4

Browse files
committed
docs: v0.7.0
1 parent fead314 commit 13d85f4

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
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+
## [0.7.0] - 2023-06-26
11+
1012
### Added
1113

1214
- create service account with jwt authentication
@@ -92,7 +94,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9294
- create cli sdk
9395
- create cli renderer
9496

95-
[unreleased]: https://github.com/mia-platform/miactl/compare/v0.6.1...HEAD
97+
[unreleased]: https://github.com/mia-platform/miactl/compare/v0.7.0...HEAD
98+
[0.7.0]: https://github.com/mia-platform/miactl/compare/v0.6.1...v0.7.0
9699
[0.6.1]: https://github.com/mia-platform/miactl/compare/v0.6.0...v0.6.1
97100
[0.6.0]: https://github.com/mia-platform/miactl/compare/v0.5.0...v0.6.0
98101
[0.5.0]: https://github.com/mia-platform/miactl/compare/v0.4.0...v0.5.0

docs/20_setup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ If you have [Golang] installed with a version >= 1.13 in your system and you hav
2323
install `miactl` like this:
2424

2525
```sh
26-
go install github.com/mia-platform/miactl@0.6.1
26+
go install github.com/mia-platform/miactl@0.7.0
2727
```
2828

2929
Or like this if the `install` command is not available
3030

3131
```sh
32-
go get -u github.com/mia-platform/miactl@0.6.1
32+
go get -u github.com/mia-platform/miactl@0.7.0
3333
```
3434

3535
### Binary Download
@@ -38,11 +38,11 @@ You can install `miactl` with the use of `curl` or `wget` and downloading the la
3838
choosing the correct platform and operating system:
3939

4040
```sh
41-
curl -fsSL https://github.com/mia-platform/miactl/releases/download/v0.6.1/miactl-linux-amd64 -o /tmp/miactl
41+
curl -fsSL https://github.com/mia-platform/miactl/releases/download/v0.7.0/miactl-linux-amd64 -o /tmp/miactl
4242
```
4343

4444
```sh
45-
wget -q https://github.com/mia-platform/miactl/releases/download/v0.6.1/miactl-linux-amd64 -O /tmp/miactl
45+
wget -q https://github.com/mia-platform/miactl/releases/download/v0.7.0/miactl-linux-amd64 -O /tmp/miactl
4646
```
4747

4848
After you have downloaded the file you can validate it against the checksum you can find at this [url] running the
@@ -64,7 +64,7 @@ mv /tmp/miactl /usr/local/bin
6464
If you want to run the cli in its environment or you want to test the cli you can use the Docker image:
6565

6666
```sh
67-
docker run ghr.io/mia-platform/miactl@0.6.1 miactl
67+
docker run ghr.io/mia-platform/miactl@0.7.0 miactl
6868
```
6969

7070
## Shell Autocompletion
@@ -123,7 +123,7 @@ enable the autocompletion.
123123

124124
[Homebrew]: https://brew.sh "The Missing Package Manager for macOS (or Linux)"
125125
[Golang]: https://go.dev "Build simple, secure, scalable systems with Go"
126-
[url]: https://github.com/mia-platform/miactl/releases/download/v0.6.1/checksums.txt "miactl checksums"
126+
[url]: https://github.com/mia-platform/miactl/releases/download/v0.7.0/checksums.txt "miactl checksums"
127127
[`bash-completion`]: https://github.com/scop/bash-completion "Programmable completion functions for bash"
128128
[`oh-my-zsh`]: https://ohmyz.sh "Oh My Zsh is a delightful, open source, community-driven
129129
framework for managing your Zsh configuration"

0 commit comments

Comments
 (0)