diff --git a/Makefile b/Makefile index c3caded8b..775168307 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.0.546 +VERSION=v0.0.547 OUT_DIR=dist YEAR?=$(shell date +"%Y") diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 347b00d9d..dd6882578 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.546/cf-linux-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.547/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.546/cf-darwin-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.547/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 2b95b49fe..be3c754fc 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.1902.0 + newTag: 1.1907.0 resources: - app-proxy.deploy.yaml - app-proxy.svc.yaml diff --git a/manifests/runtime.yaml b/manifests/runtime.yaml index 05e9d3ab2..6fcccb369 100644 --- a/manifests/runtime.yaml +++ b/manifests/runtime.yaml @@ -5,7 +5,7 @@ metadata: namespace: "{{ namespace }}" spec: defVersion: 2.1.0 - version: 0.0.546 + version: 0.0.547 bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd components: - name: events