Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-codefresh committed Aug 23, 2022
1 parent c107fd3 commit bf3862a
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.5
- Added support for bitbucket cloud

# v0.4.4
- [fix] find GitLab group by name, instead of searching in 1st page of list

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.4
VERSION=v0.4.5
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] find GitLab group by name, instead of searching in 1st page of list
- Added support for bitbucket cloud

### Contributors:

- Noam Gal ([@noam-codefresh](https://github.com/noam-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.4/argocd-autopilot-linux-amd64.tar.gz | tar zx
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.5/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.4/argocd-autopilot-darwin-amd64.tar.gz | tar zx
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.5/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.4 <cmd> <flags>
-it quay.io/argoprojlabs/argocd-autopilot:v0.4.5 <cmd> <flags>
```

0 comments on commit bf3862a

Please sign in to comment.