From e9be8f0960ad9e7d0193cfe8ec786d1289fe117f Mon Sep 17 00:00:00 2001 From: myf5 Date: Tue, 28 Dec 2021 13:57:10 +0800 Subject: [PATCH] v0.5.2 release --- Makefile | 2 +- dist/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f9ef2dc..32aed92 100755 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ GITHUBACTIONTRIGGERNUMBER = 4 REGISTRY = f5devcentral NAME = ces-controller -RELEASE_TAG = 0.5.1 +RELEASE_TAG = 0.5.2 COMMIT = git-$(shell git rev-parse --short HEAD) DATE = $(shell date +"%Y-%m-%d_%H:%M:%S") GOLDFLAGS = "-w -s -X github.com/kubeovn/$(NAME)/versions.COMMIT=$(COMMIT) -X github.com/kubeovn/$(NAME)/versions.VERSION=$(RELEASE_TAG) -X github.com/kubeovn/$(NAME)/versions.BUILDDATE=$(DATE)" diff --git a/dist/install.sh b/dist/install.sh index 70663dd..1d9e30c 100755 --- a/dist/install.sh +++ b/dist/install.sh @@ -456,7 +456,7 @@ spec: serviceAccountName: ces-controller containers: - name: ces-controller - image: f5devcentral/ces-controller:0.5.1 + image: f5devcentral/ces-controller:0.5.2 imagePullPolicy: IfNotPresent resources: requests: