Skip to content

Commit 1ce7c09

Browse files
committed
release v0.4.10
Signed-off-by: roi.kramer <[email protected]>
1 parent 8efa73d commit 1ce7c09

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

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

3+
# v0.4.10
4+
- [fix] Fail early on `repo bootstrap` when there is no repo write permission [#409](https://github.com/argoproj-labs/argocd-autopilot/pull/409)
5+
36
# v0.4.9
47
- [fix] fix nil pointer deref in provider code when there are network errors [#403](https://github.com/argoproj-labs/argocd-autopilot/pull/403)
58

Makefile

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

44
CLI_NAME?=argocd-autopilot

docs/releases/release_notes.md

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

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)
44

55
### Contributors:
66

7-
- Roi Kramer ([@roi-codefresh](https://github.com/roi-codefresh))
7+
- Kim Aharfi ([@kim-codefresh](https://github.com/kim-codefresh))
88

99
## Installation:
1010

@@ -47,7 +47,7 @@ argocd-autopilot version
4747

4848
```bash
4949
# 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
5151

5252
# move the binary to your $PATH
5353
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
@@ -60,7 +60,7 @@ argocd-autopilot version
6060

6161
```bash
6262
# 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
6464

6565
# move the binary to your $PATH
6666
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
7777
docker run \
7878
-v ~/.kube:/home/autopilot/.kube \
7979
-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>
8181
```

0 commit comments

Comments
 (0)