Skip to content

Commit 4805132

Browse files
committed
docs: v0.14.0
1 parent 3a0ffa0 commit 4805132

File tree

3 files changed

+45
-42
lines changed

3 files changed

+45
-42
lines changed

CHANGELOG.md

Lines changed: 38 additions & 35 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.14.0] - 2024-07-25
11+
1012
### Added
1113

1214
- `extensions get` command
@@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517

1618
- deploy status now sends the environment query params
1719

18-
## [0.13.0] - 2024-06-26
20+
## [v0.13.0] - 2024-06-26
1921

2022
### Added
2123

@@ -35,7 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3537
- update text to v0.15.0
3638
- introduced Printer interface with Table implementation
3739

38-
## [0.12.2] - 2024-03-07
40+
## [v0.12.2] - 2024-03-07
3941

4042
## Changed
4143

@@ -46,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4648
- update uuid to v1.6.0
4749
- update oauth2 to v0.18.0
4850

49-
## [0.12.1] - 2024-02-29
51+
## [v0.12.1] - 2024-02-29
5052

5153
### Changed
5254

@@ -57,7 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5759
- fixed open browser feature on Linux
5860
- fixed typo in flag parameter for triggering a new release
5961

60-
## [0.12.0] - 2024-02-05
62+
## [v0.12.0] - 2024-02-05
6163

6264
### Added
6365

@@ -77,7 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7779

7880
- fixed typos
7981

80-
## [0.11.0] - 2024-01-15
82+
## [v0.11.0] - 2024-01-15
8183

8284
### BREAKING
8385

@@ -109,7 +111,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109111
- remove conflicting shortand flag `-v` from `miactl marketplace delete` command
110112
- creation of basic auth service account
111113

112-
## [0.10.0] - 2023-12-20
114+
## [v0.10.0] - 2023-12-20
113115

114116
### BREAKING
115117

@@ -147,7 +149,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
147149

148150
- `runtime logs` now is working correctly for pods with more than one container
149151

150-
## [0.9.0] - 2023-11-15
152+
## [v0.9.0] - 2023-11-15
151153

152154
### Added
153155

@@ -166,7 +168,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166168
- update sync to v0.5.0
167169
- update text to v0.14.0
168170

169-
## [0.8.0] - 2023-10-10
171+
## [v0.8.0] - 2023-10-10
170172

171173
### Changed
172174

@@ -186,13 +188,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
186188
- events command
187189
- version command
188190

189-
## [0.7.0] - 2023-06-26
191+
## [v0.7.0] - 2023-06-26
190192

191193
### Added
192194

193195
- create service account with jwt authentication
194196

195-
## [0.6.1] - 2023-06-12
197+
## [v0.6.1] - 2023-06-12
196198

197199
### Added
198200

@@ -203,7 +205,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
203205

204206
- error during saving context configuration in particular cases
205207

206-
## [0.6.0] - 2023-06-08
208+
## [v0.6.0] - 2023-06-08
207209

208210
### Changed
209211

@@ -218,7 +220,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
218220

219221
- if you use a url that ends with `/` as endpoint, the remote calls are not broken anymore
220222

221-
## [0.5.0] - 2023-05-10
223+
## [v0.5.0] - 2023-05-10
222224

223225
### Changed
224226

@@ -228,7 +230,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
228230

229231
- new command for listing the user companies
230232

231-
## [0.4.0] - 2023-04-07
233+
## [v0.4.0] - 2023-04-07
232234

233235
### Changed
234236

@@ -238,13 +240,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
238240
- new project list command
239241
- the user now can create contexts for multiple scenarios and consoles
240242

241-
## [0.3.1] - 2022-01-21
243+
## [v0.3.1] - 2022-01-21
242244

243245
### Fixed
244246

245247
- fix warning installing with brew (issue 55)
246248

247-
## [0.3.0] - 2021-06-22
249+
## [v0.3.0] - 2021-06-22
248250

249251
### Added
250252

@@ -263,31 +265,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
263265

264266
- drop support to go v1.13 and v.14
265267

266-
## [0.2.0] - 2020-04-27
268+
## [v0.2.0] - 2020-04-27
267269

268270
- get history of deployments for a specific project environment
269271
- add get projects command
270272

271-
## [0.1.0] - 2020-04-14
273+
## [v0.1.0] - 2020-04-14
272274

273275
- create cli sdk
274276
- create cli renderer
275277

276-
[unreleased]: https://github.com/mia-platform/miactl/compare/v0.13.0...HEAD
277-
[0.13.0]: https://github.com/mia-platform/miactl/compare/v0.12.2...v0.13.0
278-
[0.12.2]: https://github.com/mia-platform/miactl/compare/v0.12.1...v0.12.2
279-
[0.12.1]: https://github.com/mia-platform/miactl/compare/v0.12.0...v0.12.1
280-
[0.12.0]: https://github.com/mia-platform/miactl/compare/v0.11.0...v0.12.0
281-
[0.11.0]: https://github.com/mia-platform/miactl/compare/v0.10.0...v0.11.0
282-
[0.10.0]: https://github.com/mia-platform/miactl/compare/v0.9.0...v0.10.0
283-
[0.9.0]: https://github.com/mia-platform/miactl/compare/v0.8.0...v0.9.0
284-
[0.8.0]: https://github.com/mia-platform/miactl/compare/v0.7.0...v0.8.0
285-
[0.7.0]: https://github.com/mia-platform/miactl/compare/v0.6.1...v0.7.0
286-
[0.6.1]: https://github.com/mia-platform/miactl/compare/v0.6.0...v0.6.1
287-
[0.6.0]: https://github.com/mia-platform/miactl/compare/v0.5.0...v0.6.0
288-
[0.5.0]: https://github.com/mia-platform/miactl/compare/v0.4.0...v0.5.0
289-
[0.4.0]: https://github.com/mia-platform/miactl/compare/v0.3.1...v0.4.0
290-
[0.3.1]: https://github.com/mia-platform/miactl/compare/v0.3.0...v0.3.1
291-
[0.3.0]: https://github.com/mia-platform/miactl/compare/v0.2.0...v0.3.0
292-
[0.2.0]: https://github.com/mia-platform/miactl/compare/v0.1.0...v0.2.0
293-
[0.1.0]: https://github.com/mia-platform/miactl/releases/tag/v0.1.0
278+
[unreleased]: https://github.com/mia-platform/miactl/compare/v0.14.0...HEAD
279+
[v0.14.0]: https://github.com/mia-platform/miactl/compare/v0.13.0...v0.14.0
280+
[v0.13.0]: https://github.com/mia-platform/miactl/compare/v0.12.2...v0.13.0
281+
[v0.12.2]: https://github.com/mia-platform/miactl/compare/v0.12.1...v0.12.2
282+
[v0.12.1]: https://github.com/mia-platform/miactl/compare/v0.12.0...v0.12.1
283+
[v0.12.0]: https://github.com/mia-platform/miactl/compare/v0.11.0...v0.12.0
284+
[v0.11.0]: https://github.com/mia-platform/miactl/compare/v0.10.0...v0.11.0
285+
[v0.10.0]: https://github.com/mia-platform/miactl/compare/v0.9.0...v0.10.0
286+
[v0.9.0]: https://github.com/mia-platform/miactl/compare/v0.8.0...v0.9.0
287+
[v0.8.0]: https://github.com/mia-platform/miactl/compare/v0.7.0...v0.8.0
288+
[v0.7.0]: https://github.com/mia-platform/miactl/compare/v0.6.1...v0.7.0
289+
[v0.6.1]: https://github.com/mia-platform/miactl/compare/v0.6.0...v0.6.1
290+
[v0.6.0]: https://github.com/mia-platform/miactl/compare/v0.5.0...v0.6.0
291+
[v0.5.0]: https://github.com/mia-platform/miactl/compare/v0.4.0...v0.5.0
292+
[v0.4.0]: https://github.com/mia-platform/miactl/compare/v0.3.1...v0.4.0
293+
[v0.3.1]: https://github.com/mia-platform/miactl/compare/v0.3.0...v0.3.1
294+
[v0.3.0]: https://github.com/mia-platform/miactl/compare/v0.2.0...v0.3.0
295+
[v0.2.0]: https://github.com/mia-platform/miactl/compare/v0.1.0...v0.2.0
296+
[v0.1.0]: https://github.com/mia-platform/miactl/releases/tag/v0.1.0

docs/20_setup.md

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

3030
```sh
31-
go install github.com/mia-platform/miactl/cmd/miactl@v0.13.0
31+
go install github.com/mia-platform/miactl/cmd/miactl@v0.14.0
3232
```
3333

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

3636
```sh
37-
go get -u github.com/mia-platform/miactl/cmd/miactl@0.13.0
37+
go get -u github.com/mia-platform/miactl/cmd/miactl@0.14.0
3838
```
3939

4040
#### Binary Download
@@ -43,11 +43,11 @@ You can install `miactl` with the use of `curl` or `wget` and downloading the la
4343
choosing the correct platform and operating system:
4444

4545
```sh
46-
curl -fsSL https://github.com/mia-platform/miactl/releases/download/v0.13.0/miactl-linux-amd64 -o /tmp/miactl
46+
curl -fsSL https://github.com/mia-platform/miactl/releases/download/v0.14.0/miactl-linux-amd64 -o /tmp/miactl
4747
```
4848

4949
```sh
50-
wget -q https://github.com/mia-platform/miactl/releases/download/v0.13.0/miactl-linux-amd64 -O /tmp/miactl
50+
wget -q https://github.com/mia-platform/miactl/releases/download/v0.14.0/miactl-linux-amd64 -O /tmp/miactl
5151
```
5252

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

7777
```sh
78-
docker run ghcr.io/mia-platform/miactl:v0.13.0 miactl
78+
docker run ghcr.io/mia-platform/miactl:v0.14.0 miactl
7979
```
8080

8181
### Windows
@@ -174,7 +174,7 @@ only via APIs.
174174

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

docs/40_examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Finally, you can group the commands above and run them inside a pipeline, e.g. a
123123
# Insert that after your pipeline stages
124124
delivery:
125125
stage: deploy
126-
image: ghcr.io/mia-platform/miactl:v0.13.0
126+
image: ghcr.io/mia-platform/miactl:v0.14.0
127127

128128
script:
129129
- miactl version

0 commit comments

Comments
 (0)