Skip to content

Commit

Permalink
Prepare release notes and files for v0.6 (kubernetes-sigs#1733)
Browse files Browse the repository at this point in the history
Change-Id: I325b633421e009cd3f7ae5b48ddcf0d3da46741d
  • Loading branch information
alculquicondor authored and dimakis committed Feb 20, 2024
1 parent fa96518 commit 921842a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/components/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ kind: Kustomization
images:
- name: controller
newName: gcr.io/k8s-staging-kueue/kueue
newTag: main
newTag: release-0.6

0 comments on commit 921842a

Please sign in to comment.