1
1
### Changes
2
2
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 )
5
5
6
6
### Contributors:
7
7
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 ) )
10
9
11
10
## Installation:
12
11
@@ -49,7 +48,7 @@ argocd-autopilot version
49
48
50
49
``` bash
51
50
# 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
53
52
54
53
# move the binary to your $PATH
55
54
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
@@ -62,7 +61,7 @@ argocd-autopilot version
62
61
63
62
``` bash
64
63
# 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
66
65
67
66
# move the binary to your $PATH
68
67
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
79
78
docker run \
80
79
-v ~/.kube:/home/autopilot/.kube \
81
80
-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>
83
82
```
0 commit comments