File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1- VERSION =v0.0.508
1+ VERSION =v0.0.509
22
33OUT_DIR =dist
44YEAR? =$(shell date +"% Y")
Original file line number Diff line number Diff 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
2829mv ./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
4142mv ./cf-darwin-amd64 /usr/local/bin/cf
Original file line number Diff line number Diff line change 44
55require (
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
Original file line number Diff line number Diff line change @@ -181,8 +181,8 @@ github.com/antonmedv/expr v1.9.0/go.mod h1:5qsM3oLGDND7sDmQGDXHkYfkjYMUX14qsgqmH
181181github.com/apache/thrift v0.12.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
182182github.com/apache/thrift v0.13.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
183183github.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 =
186186github.com/argoproj/applicationset v0.4.1 h1:PzTn77TK7XQB3CdpCDPbwU4pQgip0x4qvuJQ8XiBk5E =
187187github.com/argoproj/applicationset v0.4.1 /go.mod h1:cJZ7CWG80kBII4QNalyAvSr8eVifo8jKkyXoVl9qXaA =
188188github.com/argoproj/argo-cd/v2 v2.4.6 h1:n3Y0UaAUVbdd8tBpSzwpH3iuLtzAbK1hmGXyk7ueKT4 =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 namespace : " {{ namespace }}"
66spec :
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
You can’t perform that action at this time.
0 commit comments