From 107bcf806f1224c5607dc6f8d6ed519d742eec74 Mon Sep 17 00:00:00 2001 From: Tobin Feldman-Fitzthum Date: Tue, 30 Apr 2024 11:42:56 -0500 Subject: [PATCH] release: update operator version to v0.9.0-alpha0 Signed-off-by: Tobin Feldman-Fitzthum --- 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 c2ad1156..d3e5fb33 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.8.0 + newTag: v0.9.0-alpha0