Skip to content

Commit e05103a

Browse files
committed
release v0.4.14
Signed-off-by: roi.kramer <[email protected]>
1 parent 40f801d commit e05103a

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog:
22

3+
# v0.4.14
4+
5+
- [docs] improved and organized official docs [#440](https://github.com/argoproj-labs/argocd-autopilot/pull/440)
6+
- [fix] redundant validation of write permission when using `--recover` [#443](https://github.com/argoproj-labs/argocd-autopilot/issues/443)
7+
38
# v0.4.13
49

510
- [docs] docs: fix wordings and typos in Getting-Started [#431](https://github.com/argoproj-labs/argocd-autopilot/pull/431)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.4.13
1+
VERSION=v0.4.14
22
OUT_DIR=dist
33

44
CLI_NAME?=argocd-autopilot

docs/releases/release_notes.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
### Changes
22

3-
- [docs] docs: fix wordings and typos in Getting-Started [#431](https://github.com/argoproj-labs/argocd-autopilot/pull/431)
4-
- [fix] when bootstrap repo contains a port, argocd-tls-certs-cm is invalid [#434](https://github.com/argoproj-labs/argocd-autopilot/issues/434)
3+
- [docs] improved and organized official docs [#440](https://github.com/argoproj-labs/argocd-autopilot/pull/440)
4+
- [fix] redundant validation of write permission when using `--recover` [#443](https://github.com/argoproj-labs/argocd-autopilot/issues/443)
55

66
### Contributors:
77

8-
- Thomas Stadler ([@thomasstxyz](https://github.com/thomasstxyz))
9-
- Noam Gal ([@noam-codefresh](https://github.com/noam-codefresh))
8+
- Roi Kramer ([@roi-codefresh](https://github.com/roi-codefresh))
109

1110
## Installation:
1211

@@ -49,7 +48,7 @@ argocd-autopilot version
4948

5049
```bash
5150
# download and extract the binary
52-
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.13/argocd-autopilot-linux-amd64.tar.gz | tar zx
51+
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.14/argocd-autopilot-linux-amd64.tar.gz | tar zx
5352

5453
# move the binary to your $PATH
5554
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
@@ -62,7 +61,7 @@ argocd-autopilot version
6261

6362
```bash
6463
# download and extract the binary
65-
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.13/argocd-autopilot-darwin-amd64.tar.gz | tar zx
64+
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.14/argocd-autopilot-darwin-amd64.tar.gz | tar zx
6665

6766
# move the binary to your $PATH
6867
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
@@ -79,5 +78,5 @@ When using the Docker image, you have to provide the `.kube` and `.gitconfig` di
7978
docker run \
8079
-v ~/.kube:/home/autopilot/.kube \
8180
-v ~/.gitconfig:/home/autopilot/.gitconfig \
82-
-it quay.io/argoprojlabs/argocd-autopilot:v0.4.13 <cmd> <flags>
81+
-it quay.io/argoprojlabs/argocd-autopilot:v0.4.14 <cmd> <flags>
8382
```

0 commit comments

Comments
 (0)