Skip to content

Commit 24a42a1

Browse files
authored
updated autopilot to 0.4.7 (#567)
* updated autopilot to 0.4.7
1 parent 2f80433 commit 24a42a1

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.0.508
1+
VERSION=v0.0.509
22

33
OUT_DIR=dist
44
YEAR?=$(shell date +"%Y")

docs/releases/release_notes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ cf version
2020
```
2121

2222
### Linux
23+
2324
```bash
2425
# download and extract the binary
25-
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.508/cf-linux-amd64.tar.gz | tar zx
26+
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.509/cf-linux-amd64.tar.gz | tar zx
2627

2728
# move the binary to your $PATH
2829
mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -35,7 +36,7 @@ cf version
3536

3637
```bash
3738
# download and extract the binary
38-
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.508/cf-darwin-amd64.tar.gz | tar zx
39+
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.509/cf-darwin-amd64.tar.gz | tar zx
3940

4041
# move the binary to your $PATH
4142
mv ./cf-darwin-amd64 /usr/local/bin/cf

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
require (
66
github.com/Masterminds/semver/v3 v3.1.1
7-
github.com/argoproj-labs/argocd-autopilot v0.4.5
7+
github.com/argoproj-labs/argocd-autopilot v0.4.7
88
github.com/argoproj/applicationset v0.4.1
99
github.com/argoproj/argo-cd/v2 v2.4.6
1010
github.com/argoproj/argo-events v0.17.1-0.20220327045437-70eaafe9afec

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ github.com/antonmedv/expr v1.9.0/go.mod h1:5qsM3oLGDND7sDmQGDXHkYfkjYMUX14qsgqmH
181181
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
182182
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
183183
github.com/appscode/go v0.0.0-20190808133642-1d4ef1f1c1e0/go.mod h1:iy07dV61Z7QQdCKJCIvUoDL21u6AIceRhZzyleh2ymc=
184-
github.com/argoproj-labs/argocd-autopilot v0.4.5 h1:YdHYK4+gxeJn4VJFaxdbLrpulUazRvNFxDrQz1XotRQ=
185-
github.com/argoproj-labs/argocd-autopilot v0.4.5/go.mod h1:ZFSrlBVOx40j5/gtOwvlN3fVeu8YPvJU1ByLHx4/VF0=
184+
github.com/argoproj-labs/argocd-autopilot v0.4.7 h1:tQRhRUshUFfuprn/4SDkvppKQx82zwVTBa7/5YI2jf0=
185+
github.com/argoproj-labs/argocd-autopilot v0.4.7/go.mod h1:ZFSrlBVOx40j5/gtOwvlN3fVeu8YPvJU1ByLHx4/VF0=
186186
github.com/argoproj/applicationset v0.4.1 h1:PzTn77TK7XQB3CdpCDPbwU4pQgip0x4qvuJQ8XiBk5E=
187187
github.com/argoproj/applicationset v0.4.1/go.mod h1:cJZ7CWG80kBII4QNalyAvSr8eVifo8jKkyXoVl9qXaA=
188188
github.com/argoproj/argo-cd/v2 v2.4.6 h1:n3Y0UaAUVbdd8tBpSzwpH3iuLtzAbK1hmGXyk7ueKT4=

manifests/runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: "{{ namespace }}"
66
spec:
77
defVersion: 1.0.1
8-
version: 0.0.508
8+
version: 0.0.509
99
bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd
1010
components:
1111
- name: events

0 commit comments

Comments
 (0)