Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ATGardner committed Apr 18, 2022
1 parent 01db2ff commit e83abe4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog:

# v0.3.4
### bumping version to fix release (no code changes)

# v0.3.3
### Changes
* importing argoproj/applicationset separately
* bumping argo-cd version to v2.3.3
* removed `kube-context` from being sent to `argocd login` command


# v0.3.2

### Changes
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.3.3
VERSION=v0.3.4
OUT_DIR=dist

CLI_NAME?=argocd-autopilot
Expand Down
12 changes: 4 additions & 8 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
### Changes
* importing argoproj/applicationset separately
* bumping argo-cd version to v2.3.3
* removed `kube-context` from being sent to `argocd login` command
* bumping version to fix release (no code changes)

### Contributors:
- Noam Gal ([@noam-codefresh](https://github.com/noam-codefresh))
- Elad Laor ([@elad-codefresh](https://github.com/elad-codefresh))

## Installation:

Expand Down Expand Up @@ -44,7 +40,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.3.3/argocd-autopilot-linux-amd64.tar.gz | tar zx
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.3.4/argocd-autopilot-linux-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
Expand All @@ -56,7 +52,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.3.3/argocd-autopilot-darwin-amd64.tar.gz | tar zx
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.3.4/argocd-autopilot-darwin-amd64.tar.gz | tar zx

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

0 comments on commit e83abe4

Please sign in to comment.