From c23dfd229102abdbc94d8116af44fd08230d356c Mon Sep 17 00:00:00 2001 From: Nan Yu Date: Mon, 8 Jun 2020 16:03:41 -0700 Subject: [PATCH] Bump the release version to 0.8.3 --- Makefile | 2 +- VERSION | 2 +- config/default/scratch/kustomization.yaml | 2 +- config/kube-app-manager/kustomization.yaml | 4 ++++ deploy/kube-app-manager-aio.yaml | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3ea1aec53..3208b1bc3 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ WEBHOOK_ROOT ?= $(MANIFEST_ROOT)/webhook RBAC_ROOT ?= $(MANIFEST_ROOT)/rbac COVER_FILE ?= cover.out -VERS := dev v0.8.1 +VERS := dev v0.8.3 .DEFAULT_GOAL := all .PHONY: all all: generate fix vet fmt manifests test lint license misspell tidy bin/kube-app-manager diff --git a/VERSION b/VERSION index 2712031ac..792ffd74a 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ export app_major=0 export app_minor=8 -export app_patch=2 +export app_patch=3 export REGISTRY=quay.io/kubernetes-sigs diff --git a/config/default/scratch/kustomization.yaml b/config/default/scratch/kustomization.yaml index a37d29d73..ec856f6c0 100644 --- a/config/default/scratch/kustomization.yaml +++ b/config/default/scratch/kustomization.yaml @@ -11,6 +11,6 @@ namespace: application-system images: - name: kube-app-manager newName: quay.io/kubernetes-sigs/kube-app-manager - newTag: v0.8.2 + newTag: v0.8.3 resources: - ../base diff --git a/config/kube-app-manager/kustomization.yaml b/config/kube-app-manager/kustomization.yaml index 4a294dc97..c095ae248 100644 --- a/config/kube-app-manager/kustomization.yaml +++ b/config/kube-app-manager/kustomization.yaml @@ -9,3 +9,7 @@ resources: configurations: - kustomizeconfig.yaml +images: +- name: kube-app-manager + newName: quay.io/kubernetes-sigs/kube-app-manager + newTag: v0.8.3 diff --git a/deploy/kube-app-manager-aio.yaml b/deploy/kube-app-manager-aio.yaml index e78b91c32..c1b42b8ea 100644 --- a/deploy/kube-app-manager-aio.yaml +++ b/deploy/kube-app-manager-aio.yaml @@ -750,7 +750,7 @@ spec: - --enable-leader-election command: - /kube-app-manager - image: quay.io/kubernetes-sigs/kube-app-manager:v0.8.1 + image: quay.io/kubernetes-sigs/kube-app-manager:v0.8.3 imagePullPolicy: IfNotPresent name: kube-app-manager resources: