diff --git a/Makefile b/Makefile index 8c7e4b84b..4b012bf1b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.0.567 +VERSION=v0.0.568 OUT_DIR=dist YEAR?=$(shell date +"%Y") diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 59b5abafd..77709aa12 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -23,7 +23,7 @@ cf version ```bash # download and extract the binary -curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.567/cf-linux-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.568/cf-linux-amd64.tar.gz | tar zx # move the binary to your $PATH mv ./cf-linux-amd64 /usr/local/bin/cf @@ -36,7 +36,7 @@ cf version ```bash # download and extract the binary -curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.567/cf-darwin-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.568/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/app-proxy/kustomization.yaml b/manifests/app-proxy/kustomization.yaml index 921877dd3..8a3179db8 100644 --- a/manifests/app-proxy/kustomization.yaml +++ b/manifests/app-proxy/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization images: - name: quay.io/codefresh/cap-app-proxy newName: quay.io/codefresh/cap-app-proxy - newTag: 1.1956.1 + newTag: 1.1960.1 resources: - app-proxy.deploy.yaml - app-proxy.svc.yaml diff --git a/manifests/runtime.yaml b/manifests/runtime.yaml index 5a1820da4..bb8c1d1f9 100644 --- a/manifests/runtime.yaml +++ b/manifests/runtime.yaml @@ -5,7 +5,7 @@ metadata: namespace: "{{ namespace }}" spec: defVersion: 2.1.1 - version: 0.0.567 + version: 0.0.568 bootstrapSpecifier: github.com/codefresh-io/cli-v2.git/manifests/argo-cd components: - name: events