From 004361a1496c90efdbba9abc52b91d9ed2c2f19b Mon Sep 17 00:00:00 2001 From: Chris Porter Date: Thu, 20 Jun 2024 19:54:04 +0000 Subject: [PATCH] release: update operator version to v0.9.0-alpha1 Signed-off-by: Chris Porter --- config/release/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/release/kustomization.yaml b/config/release/kustomization.yaml index d3e5fb33..a6370076 100644 --- a/config/release/kustomization.yaml +++ b/config/release/kustomization.yaml @@ -4,4 +4,4 @@ resources: # newTag points to the latest release image and must be updated before tagging a new release images: - name: quay.io/confidential-containers/operator - newTag: v0.9.0-alpha0 + newTag: v0.9.0-alpha1