Skip to content

Commit 91dadb7

Browse files
authored
misc: bump version to v0.2.0 (#170)
Bumped to version v0.2.0. Relates to SSE-145.
1 parent cc72a4e commit 91dadb7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= v0.1.0
1+
VERSION ?= v0.2.0
22
GO_CONTAINER_IMAGE ?= docker.io/golang:1.25.3
33

44
# Set this to non-empty when building and pushing a release.

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ RELEASE=true make push
125125

126126
. Create a GitHub release.
127127

128-
.. Create and push a Git tag with the v-prefixed `VERSION` (e.g., v0.1.0).
128+
.. Create and push a Git tag with the v-prefixed `VERSION` (e.g., vX.Y.Z).
129129

130130
.. Create the GitHub release for the newly pushed tag. Automatically generate the release notes.
131131

manifests/oxide-cloud-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- key: "node-role.kubernetes.io/control-plane"
2828
effect: NoSchedule
2929
containers:
30-
- image: ghcr.io/oxidecomputer/oxide-cloud-controller-manager:0.1.0
30+
- image: ghcr.io/oxidecomputer/oxide-cloud-controller-manager:0.2.0
3131
name: oxide-cloud-controller-manager
3232
command:
3333
- "/usr/bin/oxide-cloud-controller-manager"

0 commit comments

Comments
 (0)