From 921842aaab27fc00e82b39355144ff9e48611e4b Mon Sep 17 00:00:00 2001 From: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:42:00 -0500 Subject: [PATCH] Prepare release notes and files for v0.6 (#1733) Change-Id: I325b633421e009cd3f7ae5b48ddcf0d3da46741d --- Makefile | 2 +- config/components/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 62aec4d13b..cb919826f9 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ LD_FLAGS += -X '$(version_pkg).GitCommit=$(shell git rev-parse HEAD)' # Update these variables when preparing a new release or a release branch. # Then run `make prepare-release-branch` RELEASE_VERSION=v0.6.0 -RELEASE_BRANCH=main +RELEASE_BRANCH=release-0.6 .PHONY: all all: generate fmt vet build diff --git a/config/components/manager/kustomization.yaml b/config/components/manager/kustomization.yaml index b7b7487da3..8848b738b3 100644 --- a/config/components/manager/kustomization.yaml +++ b/config/components/manager/kustomization.yaml @@ -17,4 +17,4 @@ kind: Kustomization images: - name: controller newName: gcr.io/k8s-staging-kueue/kueue - newTag: main + newTag: release-0.6