diff --git a/Makefile b/Makefile index 70af7ccac..06ac4724b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.0.70 +VERSION=v0.0.71 OUT_DIR=dist YEAR?=$(shell date +"%Y") diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 6d3d86c0a..a0d7aadfb 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -20,7 +20,7 @@ cf version ### Linux ```bash # download and extract the binary -curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.70/cf-linux-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.71/cf-linux-amd64.tar.gz | tar zx # move the binary to your $PATH mv ./cf-linux-amd64 /usr/local/bin/cf @@ -32,7 +32,7 @@ cf version ### Mac ```bash # download and extract the binary -curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.70/cf-darwin-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.71/cf-darwin-amd64.tar.gz | tar zx # move the binary to your $PATH mv ./cf-darwin-amd64 /usr/local/bin/cf diff --git a/manifests/argo-events/kustomization.yaml b/manifests/argo-events/kustomization.yaml index 40593de3d..f819d5ae9 100644 --- a/manifests/argo-events/kustomization.yaml +++ b/manifests/argo-events/kustomization.yaml @@ -1,5 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://raw.githubusercontent.com/codefresh-io/argo-events/v0.0.1-cf/manifests/install.yaml + - https://raw.githubusercontent.com/codefresh-io/argo-events/v0.0.2-cf/manifests/install.yaml - eventbus.yaml diff --git a/manifests/runtime.yaml b/manifests/runtime.yaml index 698daf69a..19604862c 100644 --- a/manifests/runtime.yaml +++ b/manifests/runtime.yaml @@ -5,7 +5,7 @@ metadata: namespace: "{{ namespace }}" spec: defVersion: 1.0.0 - version: 0.0.70 + version: 0.0.71 bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd components: - name: events