1
1
### Installed Applications:
2
2
3
- - Argo CD [ v2.1.5] ( https://github.com/codefresh-io/argo-cd/releases/tag/v2.1.3 )
4
- - Argo CD ApplicationSet Controller [ v0.2.0] ( https://github.com/argoproj-labs/applicationset/releases/tag/v0.2.0 )
5
- - Argo Events [ v1.5.5] ( https://github.com/argoproj/argo-events/releases/tag/v1.4.0 )
6
- - Argo Rollouts [ v1.1.0] ( https://github.com/argoproj/argo-rollouts/releases/tag/v1.1.0 )
7
- - Argo Workflows [ v3.2.4] ( https://github.com/argoproj/argo-workflows/releases/tag/v3.1.8 )
3
+ - Argo CD [ v2.1.5] ( https://github.com/codefresh-io/argo-cd/releases/tag/v2.1.3 )
4
+ - Argo CD ApplicationSet Controller [ v0.2.0] ( https://github.com/argoproj-labs/applicationset/releases/tag/v0.2.0 )
5
+ - Argo Events [ v1.5.5] ( https://github.com/argoproj/argo-events/releases/tag/v1.4.0 )
6
+ - Argo Rollouts [ v1.1.0] ( https://github.com/argoproj/argo-rollouts/releases/tag/v1.1.0 )
7
+ - Argo Workflows [ v3.2.4] ( https://github.com/argoproj/argo-workflows/releases/tag/v3.1.8 )
8
8
9
9
### Using brew:
10
10
@@ -23,7 +23,7 @@ cf version
23
23
24
24
``` bash
25
25
# download and extract the binary
26
- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.187 /cf-linux-amd64.tar.gz | tar zx
26
+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.188 /cf-linux-amd64.tar.gz | tar zx
27
27
28
28
# move the binary to your $PATH
29
29
mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -36,7 +36,7 @@ cf version
36
36
37
37
``` bash
38
38
# download and extract the binary
39
- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.187 /cf-darwin-amd64.tar.gz | tar zx
39
+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.188 /cf-darwin-amd64.tar.gz | tar zx
40
40
41
41
# move the binary to your $PATH
42
42
mv ./cf-darwin-amd64 /usr/local/bin/cf
0 commit comments