1
1
### Changes
2
2
3
- - [ fix] fix nil pointer deref in provider code when there are network errors [ # 403 ] ( https://github.com/argoproj-labs/argocd-autopilot/pull/403 )
3
+ - [ fix] Fail early on ` repo bootstrap ` when there is no repo write permission [ # 409 ] ( https://github.com/argoproj-labs/argocd-autopilot/pull/409 )
4
4
5
5
### Contributors:
6
6
7
- - Roi Kramer ([ @roi -codefresh ] ( https://github.com/roi -codefresh ) )
7
+ - Kim Aharfi ([ @kim -codefresh ] ( https://github.com/kim -codefresh ) )
8
8
9
9
## Installation:
10
10
@@ -47,7 +47,7 @@ argocd-autopilot version
47
47
48
48
``` bash
49
49
# download and extract the binary
50
- curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.9 /argocd-autopilot-linux-amd64.tar.gz | tar zx
50
+ curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.10 /argocd-autopilot-linux-amd64.tar.gz | tar zx
51
51
52
52
# move the binary to your $PATH
53
53
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
@@ -60,7 +60,7 @@ argocd-autopilot version
60
60
61
61
``` bash
62
62
# download and extract the binary
63
- curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.9 /argocd-autopilot-darwin-amd64.tar.gz | tar zx
63
+ curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.10 /argocd-autopilot-darwin-amd64.tar.gz | tar zx
64
64
65
65
# move the binary to your $PATH
66
66
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
@@ -77,5 +77,5 @@ When using the Docker image, you have to provide the `.kube` and `.gitconfig` di
77
77
docker run \
78
78
-v ~/.kube:/home/autopilot/.kube \
79
79
-v ~/.gitconfig:/home/autopilot/.gitconfig \
80
- -it quay.io/argoprojlabs/argocd-autopilot:v0.4.9 <cmd> <flags>
80
+ -it quay.io/argoprojlabs/argocd-autopilot:v0.4.10 <cmd> <flags>
81
81
```
0 commit comments