Skip to content

Commit

Permalink
release v0.4.15
Browse files Browse the repository at this point in the history
Signed-off-by: danielm-codefresh <[email protected]>
  • Loading branch information
danielm-codefresh committed Mar 29, 2023
1 parent 133117f commit 8d3b2c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog:

# v0.4.15

- [docs] fix small typo in Getting Started docs [#445](https://github.com/argoproj-labs/argocd-autopilot/pull/445)
- [chore] fixed security vulnerabilities [#446](https://github.com/argoproj-labs/argocd-autopilot/issues/446)

# v0.4.14

- [docs] improved and organized official docs [#440](https://github.com/argoproj-labs/argocd-autopilot/pull/440)
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.14
VERSION=v0.4.15
OUT_DIR=dist

CLI_NAME?=argocd-autopilot
Expand Down
9 changes: 5 additions & 4 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

### Contributors:

- Roi Kramer ([@roi-codefresh](https://github.com/roi-codefresh))
- Daniel Maizel ([@danielm-codefresh](https://github.com/danielm-codefresh))
- Nahuel Pastorale ([@NPastorale](https://github.com/NPastorale))

## Installation:

Expand Down Expand Up @@ -48,7 +49,7 @@ argocd-autopilot version

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

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

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

# move the binary to your $PATH
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
Expand All @@ -78,5 +79,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.14 <cmd> <flags>
-it quay.io/argoprojlabs/argocd-autopilot:v0.4.15 <cmd> <flags>
```

0 comments on commit 8d3b2c7

Please sign in to comment.