Skip to content

Commit

Permalink
releasing version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh committed Jul 18, 2022
1 parent f3b2f51 commit b0e2d08
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog:

# v0.4.1

* Added option for adding annotations on generated applications

# v0.4.0

* Fixed security issue by bumping argo-cd dependency to v2.4.6
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.0
VERSION=v0.4.1
OUT_DIR=dist

CLI_NAME?=argocd-autopilot
Expand Down
11 changes: 5 additions & 6 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
### Changes
* Fixed security issue by bumping argo-cd dependency to v2.4.6
* added support for Bitbucket-server (on-prem only)
* Added option for adding annotations on generated applications

### Contributors:
- Noam Gal ([@noam-codefresh](https://github.com/noam-codefresh))
- Daniel Maizel ([@danielm-codefresh](https://github.com/danielm-codefresh))

## Installation:

Expand Down Expand Up @@ -42,7 +41,7 @@ argocd-autopilot version
### Linux and WSL (using curl):
```bash
# download and extract the binary
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.0/argocd-autopilot-linux-amd64.tar.gz | tar zx
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.1/argocd-autopilot-linux-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
Expand All @@ -54,7 +53,7 @@ argocd-autopilot version
### Mac (using curl):
```bash
# download and extract the binary
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.0/argocd-autopilot-darwin-amd64.tar.gz | tar zx
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.1/argocd-autopilot-darwin-amd64.tar.gz | tar zx

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

0 comments on commit b0e2d08

Please sign in to comment.