Skip to content

Commit

Permalink
release v0.4.10
Browse files Browse the repository at this point in the history
Signed-off-by: roi.kramer <[email protected]>
  • Loading branch information
roi-codefresh committed Jan 11, 2023
1 parent 8efa73d commit 1ce7c09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog:

# v0.4.10
- [fix] Fail early on `repo bootstrap` when there is no repo write permission [#409](https://github.com/argoproj-labs/argocd-autopilot/pull/409)

# v0.4.9
- [fix] fix nil pointer deref in provider code when there are network errors [#403](https://github.com/argoproj-labs/argocd-autopilot/pull/403)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.4.9
VERSION=v0.4.10
OUT_DIR=dist

CLI_NAME?=argocd-autopilot
Expand Down
10 changes: 5 additions & 5 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### Changes

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

### Contributors:

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

## Installation:

Expand Down Expand Up @@ -47,7 +47,7 @@ argocd-autopilot version

```bash
# download and extract the binary
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.9/argocd-autopilot-linux-amd64.tar.gz | tar zx
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.10/argocd-autopilot-linux-amd64.tar.gz | tar zx

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

```bash
# download and extract the binary
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.9/argocd-autopilot-darwin-amd64.tar.gz | tar zx
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.10/argocd-autopilot-darwin-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
Expand All @@ -77,5 +77,5 @@ When using the Docker image, you have to provide the `.kube` and `.gitconfig` di
docker run \
-v ~/.kube:/home/autopilot/.kube \
-v ~/.gitconfig:/home/autopilot/.gitconfig \
-it quay.io/argoprojlabs/argocd-autopilot:v0.4.9 <cmd> <flags>
-it quay.io/argoprojlabs/argocd-autopilot:v0.4.10 <cmd> <flags>
```

0 comments on commit 1ce7c09

Please sign in to comment.