Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= v0.1.0
VERSION ?= v0.2.0
GO_CONTAINER_IMAGE ?= docker.io/golang:1.25.3

# Set this to non-empty when building and pushing a release.
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ RELEASE=true make push

. Create a GitHub release.

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

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

Expand Down
2 changes: 1 addition & 1 deletion manifests/oxide-cloud-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- key: "node-role.kubernetes.io/control-plane"
effect: NoSchedule
containers:
- image: ghcr.io/oxidecomputer/oxide-cloud-controller-manager:0.1.0
- image: ghcr.io/oxidecomputer/oxide-cloud-controller-manager:0.2.0
name: oxide-cloud-controller-manager
command:
- "/usr/bin/oxide-cloud-controller-manager"
Expand Down