You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Argo CD [GHSA-63qx-x74g-jcr7](https://github.com/argoproj/argo-cd/security/advisories/GHSA-63qx-x74g-jcr7) fixed in [v2.1.11](https://github.com/argoproj/argo-cd/releases/tag/v2.1.11)
12
-
13
9
### Using brew:
14
10
15
11
```bash
@@ -27,7 +23,7 @@ cf version
27
23
28
24
```bash
29
25
# download and extract the binary
30
-
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.277/cf-linux-amd64.tar.gz | tar zx
26
+
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.280/cf-linux-amd64.tar.gz | tar zx
31
27
32
28
# move the binary to your $PATH
33
29
mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -40,7 +36,7 @@ cf version
40
36
41
37
```bash
42
38
# download and extract the binary
43
-
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.277/cf-darwin-amd64.tar.gz | tar zx
39
+
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.280/cf-darwin-amd64.tar.gz | tar zx
0 commit comments