From 816301b01611fc9e3e7b957c8ac6b9a86b29f5d0 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 29 Aug 2021 13:01:52 +0300 Subject: [PATCH] install rollouts 1.0.6 (#82) --- Makefile | 2 +- docs/releases/release_notes.md | 6 +++--- manifests/argo-rollouts/kustomization.yaml | 2 +- manifests/runtime.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 814e9499d..c4193e2ed 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=v0.0.80 +VERSION=v0.0.81 OUT_DIR=dist YEAR?=$(shell date +"%Y") diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index a9e774472..0853a19f8 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -2,7 +2,7 @@ * Argo CD [v2.1.0-rc2](https://github.com/codefresh-io/argo-cd/releases/tag/v2.1.0-rc2) * Argo CD ApplicationSet Controller [2c62537a8e5a](https://github.com/argoproj-labs/applicationset/commit/2c62537a8e5a3d5aecad87b843870789b74bdf89) * Argo Events [v1.4.0](https://github.com/argoproj/argo-events/releases/tag/v1.4.0) -* Argo Rollouts [v1.0.5](https://github.com/argoproj/argo-rollouts/releases/tag/v1.0.5) +* Argo Rollouts [v1.0.6](https://github.com/argoproj/argo-rollouts/releases/tag/v1.0.6) * Argo Workflows [v3.1.8](https://github.com/argoproj/argo-workflows/releases/tag/v3.1.8) ### Using brew: @@ -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.80/cf-linux-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.81/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.80/cf-darwin-amd64.tar.gz | tar zx +curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.81/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-rollouts/kustomization.yaml b/manifests/argo-rollouts/kustomization.yaml index 96a368f5a..436d83099 100644 --- a/manifests/argo-rollouts/kustomization.yaml +++ b/manifests/argo-rollouts/kustomization.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://github.com/argoproj/argo-rollouts/releases/download/v1.0.5/install.yaml + - https://github.com/argoproj/argo-rollouts/releases/download/v1.0.6/install.yaml patches: - target: group: apiextensions.k8s.io diff --git a/manifests/runtime.yaml b/manifests/runtime.yaml index 6c2d58ca5..74a1bd92a 100644 --- a/manifests/runtime.yaml +++ b/manifests/runtime.yaml @@ -5,7 +5,7 @@ metadata: namespace: "{{ namespace }}" spec: defVersion: 1.0.0 - version: 0.0.80 + version: 0.0.81 bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd components: - name: events