Skip to content

Commit

Permalink
v0.2.27 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-codefresh authored Nov 29, 2021
1 parent 54c869f commit 7a325d8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 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.2.27

### Features
* Added option to create a git-src repo in case it doesn't already exist. [#209](https://github.com/argoproj-labs/argocd-autopilot/pull/212)

# v0.2.26

### Features
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.2.26
VERSION=v0.2.27
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,8 +1,8 @@
### Features
* Added support for gitlab git provider. [#209](https://github.com/argoproj-labs/argocd-autopilot/pull/209)
* Added option to create a git-src repo in case it doesn't already exist. [#209](https://github.com/argoproj-labs/argocd-autopilot/pull/212)

### Contributors:
- Daniel Maizel ([@danielm-codefresh](https://github.com/danielm-codefresh))
- Elad Laor ([@elad-codefresh](https://github.com/elad-codefresh))

## Installation:

Expand All @@ -20,7 +20,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.2.26/argocd-autopilot-linux-amd64.tar.gz | tar zx
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.2.27/argocd-autopilot-linux-amd64.tar.gz | tar zx

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

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

0 comments on commit 7a325d8

Please sign in to comment.