Skip to content

Commit 8d3b2c7

Browse files
release v0.4.15
Signed-off-by: danielm-codefresh <[email protected]>
1 parent 133117f commit 8d3b2c7

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog:
22

3+
# v0.4.15
4+
5+
- [docs] fix small typo in Getting Started docs [#445](https://github.com/argoproj-labs/argocd-autopilot/pull/445)
6+
- [chore] fixed security vulnerabilities [#446](https://github.com/argoproj-labs/argocd-autopilot/issues/446)
7+
38
# v0.4.14
49

510
- [docs] improved and organized official docs [#440](https://github.com/argoproj-labs/argocd-autopilot/pull/440)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.4.14
1+
VERSION=v0.4.15
22
OUT_DIR=dist
33

44
CLI_NAME?=argocd-autopilot

docs/releases/release_notes.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
### Contributors:
77

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

1011
## Installation:
1112

@@ -48,7 +49,7 @@ argocd-autopilot version
4849

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

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

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

6667
# move the binary to your $PATH
6768
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
@@ -78,5 +79,5 @@ When using the Docker image, you have to provide the `.kube` and `.gitconfig` di
7879
docker run \
7980
-v ~/.kube:/home/autopilot/.kube \
8081
-v ~/.gitconfig:/home/autopilot/.gitconfig \
81-
-it quay.io/argoprojlabs/argocd-autopilot:v0.4.14 <cmd> <flags>
82+
-it quay.io/argoprojlabs/argocd-autopilot:v0.4.15 <cmd> <flags>
8283
```

0 commit comments

Comments
 (0)