Skip to content

Commit eafebcd

Browse files
Update release notes (#304)
* update release notes * bump
1 parent 2b0b621 commit eafebcd

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.0.279
1+
VERSION=v0.0.280
22

33
OUT_DIR=dist
44
YEAR?=$(shell date +"%Y")

docs/releases/release_notes.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
- Argo Rollouts [v1.1.0](https://github.com/argoproj/argo-rollouts/releases/tag/v1.1.0)
77
- Argo Workflows [v3.2.6](https://github.com/argoproj/argo-workflows/releases/tag/v3.2.6)
88

9-
### Security Fixes:
10-
11-
- 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-
139
### Using brew:
1410

1511
```bash
@@ -27,7 +23,7 @@ cf version
2723

2824
```bash
2925
# 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
3127

3228
# move the binary to your $PATH
3329
mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -40,7 +36,7 @@ cf version
4036

4137
```bash
4238
# 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
4440

4541
# move the binary to your $PATH
4642
mv ./cf-darwin-amd64 /usr/local/bin/cf

manifests/runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: "{{ namespace }}"
66
spec:
77
defVersion: 1.0.1
8-
version: 0.0.279
8+
version: 0.0.280
99
bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd
1010
components:
1111
- name: events

0 commit comments

Comments
 (0)