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
2
2
3
3
OUT_DIR =dist
4
4
YEAR? =$(shell date +"% Y")
Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ cf version
20
20
```
21
21
22
22
### Linux
23
+
23
24
``` bash
24
25
# 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
26
27
27
28
# move the binary to your $PATH
28
29
mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -35,7 +36,7 @@ cf version
35
36
36
37
``` bash
37
38
# 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
39
40
40
41
# move the binary to your $PATH
41
42
mv ./cf-darwin-amd64 /usr/local/bin/cf
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
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
8
8
github.com/argoproj/applicationset v0.4.1
9
9
github.com/argoproj/argo-cd/v2 v2.4.6
10
10
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
181
181
github.com/apache/thrift v0.12.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
182
182
github.com/apache/thrift v0.13.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
183
183
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 =
186
186
github.com/argoproj/applicationset v0.4.1 h1:PzTn77TK7XQB3CdpCDPbwU4pQgip0x4qvuJQ8XiBk5E =
187
187
github.com/argoproj/applicationset v0.4.1 /go.mod h1:cJZ7CWG80kBII4QNalyAvSr8eVifo8jKkyXoVl9qXaA =
188
188
github.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:
5
5
namespace : " {{ namespace }}"
6
6
spec :
7
7
defVersion : 1.0.1
8
- version : 0.0.508
8
+ version : 0.0.509
9
9
bootstrapSpecifier : github.com/codefresh-io/cli-v2/manifests/argo-cd
10
10
components :
11
11
- name : events
You can’t perform that action at this time.
0 commit comments