From 382b2031e6beef6dae07199401f25f7a39122406 Mon Sep 17 00:00:00 2001 From: roi-codefresh <60569147+roi-codefresh@users.noreply.github.com> Date: Mon, 9 Aug 2021 12:07:49 +0300 Subject: [PATCH] Bump argocd 2 (#51) * bump * bump --- Makefile | 3 ++- docs/releases/release_notes.md | 4 ++-- manifests/argo-cd/kustomization.yaml | 2 +- manifests/runtime.yaml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index bb5711e1d..5d7376f4b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.0.53 +VERSION=v0.0.54 OUT_DIR=dist YEAR?=$(shell date +"%Y") @@ -61,6 +61,7 @@ cli: $(OUT_DIR)/$(CLI_NAME)-linux-amd64.sha256 $(OUT_DIR)/$(CLI_NAME)-linux-arm6 .PHONY: cli-local cli-local: $(OUT_DIR)/$(CLI_NAME)-$(shell go env GOOS)-$(shell go env GOARCH) + @rm /usr/local/bin/$(CLI_NAME)-dev 2>/dev/null || true @ln $(OUT_DIR)/$(CLI_NAME)-$(shell go env GOOS)-$(shell go env GOARCH) /usr/local/bin/$(CLI_NAME)-dev .PHONY: cli-package diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index b338f374e..4967aeddc 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.53/cf-linux-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.54/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.53/cf-darwin-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.54/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-cd/kustomization.yaml b/manifests/argo-cd/kustomization.yaml index 09d9d5125..1fa763156 100644 --- a/manifests/argo-cd/kustomization.yaml +++ b/manifests/argo-cd/kustomization.yaml @@ -7,7 +7,7 @@ resources: images: - name: quay.io/argoproj/argocd newName: quay.io/codefresh/argocd - newTag: v2.1.0-rc3 + newTag: v2.1.0-rc5 # will be effective on argo-cd 2.1 configMapGenerator: diff --git a/manifests/runtime.yaml b/manifests/runtime.yaml index 64e5aec82..d742597ec 100644 --- a/manifests/runtime.yaml +++ b/manifests/runtime.yaml @@ -5,7 +5,7 @@ metadata: namespace: "{{ namespace }}" spec: defVersion: 1.0.0 - version: 0.0.53 + version: 0.0.54 bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd components: - name: events