File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- VERSION =v0.0.506
1
+ VERSION =v0.0.507
2
2
3
3
OUT_DIR =dist
4
4
YEAR? =$(shell date +"% Y")
Original file line number Diff line number Diff line change @@ -20,10 +20,9 @@ cf version
20
20
```
21
21
22
22
### Linux
23
-
24
23
``` bash
25
24
# download and extract the binary
26
- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.506 /cf-linux-amd64.tar.gz | tar zx
25
+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.507 /cf-linux-amd64.tar.gz | tar zx
27
26
28
27
# move the binary to your $PATH
29
28
mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -36,7 +35,7 @@ cf version
36
35
37
36
``` bash
38
37
# download and extract the binary
39
- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.506 /cf-darwin-amd64.tar.gz | tar zx
38
+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.507 /cf-darwin-amd64.tar.gz | tar zx
40
39
41
40
# move the binary to your $PATH
42
41
mv ./cf-darwin-amd64 /usr/local/bin/cf
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ resources:
6
6
images :
7
7
- name : quay.io/codefresh/argocd
8
8
newName : quay.io/codefresh/argocd
9
- newTag : v2.3.4-cap-CR-13681-fix-primitive-res-finishedat
9
+ newTag : v2.3.4-cap-CR-14141-operation-revision
10
10
11
11
# will be effective on argo-cd 2.1
12
12
configMapGenerator :
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.506
8
+ version : 0.0.507
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