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.14](https://github.com/argoproj/argo-cd/releases/tag/v2.1.14)
12
+
9
13
### Using brew:
10
14
11
15
```bash
@@ -23,7 +27,7 @@ cf version
23
27
24
28
```bash
25
29
# download and extract the binary
26
-
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.291/cf-linux-amd64.tar.gz | tar zx
30
+
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.292/cf-linux-amd64.tar.gz | tar zx
27
31
28
32
# move the binary to your $PATH
29
33
mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -36,7 +40,7 @@ cf version
36
40
37
41
```bash
38
42
# download and extract the binary
39
-
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.291/cf-darwin-amd64.tar.gz | tar zx
43
+
curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.292/cf-darwin-amd64.tar.gz | tar zx
0 commit comments