Skip to content

Commit

Permalink
Merge pull request #194 from nan-yu/master
Browse files Browse the repository at this point in the history
Bump the release version to 0.8.3
  • Loading branch information
nan-yu authored Jun 8, 2020
2 parents ba5a1a4 + c23dfd2 commit 3636eb9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/default/scratch/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions config/kube-app-manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion deploy/kube-app-manager-aio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3636eb9

Please sign in to comment.