Skip to content

Commit 6ec0c47

Browse files
Change tag to v0.6.1 (#169)
1 parent 750f810 commit 6ec0c47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ALL_ARCH = amd64 arm64
1818
# Image URL to use all building/pushing image targets
1919
IMAGE_NAME := cluster-api-provider-maas-controller
2020
IMG_URL ?= gcr.io/spectro-dev-public/release/cluster-api
21-
IMG_TAG ?= v0.6.0
21+
IMG_TAG ?= v0.6.1
2222
IMG ?= ${IMG_URL}/${IMAGE_NAME}:${IMG_TAG}
2323

2424
# Set --output-base for conversion-gen if we are not within GOPATH

clusterctl-settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "infrastructure-maas",
33
"config": {
44
"componentsFile": "infrastructure-components.yaml",
5-
"nextVersion": "v0.6.0"
5+
"nextVersion": "v0.6.1"
66
}
77
}

0 commit comments

Comments
 (0)