From 071840d490af5ef81e2989a5939c0b09c979ef66 Mon Sep 17 00:00:00 2001 From: Matthew Sanabria Date: Thu, 26 Feb 2026 23:50:45 -0500 Subject: [PATCH] misc: bump version to v0.2.0 Bumped to version v0.2.0. --- Makefile | 2 +- README.adoc | 2 +- manifests/oxide-cloud-controller-manager.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 42d6ba6..c0a9857 100644 --- a/Makefile +++ b/Makefile @@ -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. diff --git a/README.adoc b/README.adoc index f802a24..20b88a9 100644 --- a/README.adoc +++ b/README.adoc @@ -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. diff --git a/manifests/oxide-cloud-controller-manager.yaml b/manifests/oxide-cloud-controller-manager.yaml index ed07927..51ac4d4 100644 --- a/manifests/oxide-cloud-controller-manager.yaml +++ b/manifests/oxide-cloud-controller-manager.yaml @@ -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"