From 4dd8159c5f4a85892304ae86d4feff0e5d86a423 Mon Sep 17 00:00:00 2001 From: Leonardo Milleri Date: Fri, 27 Feb 2026 13:00:22 +0000 Subject: [PATCH] Bump v1.1.0 version Signed-off-by: Leonardo Milleri --- Dockerfile | 2 +- Makefile | 2 +- .../manifests/trustee-operator.clusterserviceversion.yaml | 6 +++--- config/manager/kustomization.yaml | 2 +- config/manager/manager.yaml | 2 +- .../bases/trustee-operator.clusterserviceversion.yaml | 8 ++++---- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index d17d7062..7e9aa984 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ LABEL distribution-scope=public LABEL release="1" LABEL url="https://access.redhat.com/" LABEL vendor="Red Hat, Inc." -LABEL version="1.0.0" +LABEL version="1.1.0" LABEL maintainer="Red Hat" LABEL io.openshift.tags="" diff --git a/Makefile b/Makefile index f44b7f40..17ddf99a 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 1.0.0 +VERSION ?= 1.1.0 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/bundle/manifests/trustee-operator.clusterserviceversion.yaml b/bundle/manifests/trustee-operator.clusterserviceversion.yaml index 9826b2d4..6efbdfb9 100644 --- a/bundle/manifests/trustee-operator.clusterserviceversion.yaml +++ b/bundle/manifests/trustee-operator.clusterserviceversion.yaml @@ -23,7 +23,7 @@ metadata: features.operators.openshift.io/token-auth-gcp: "false" operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]' repository: https://github.com/openshift/trustee-operator - name: trustee-operator.v1.0.0 + name: trustee-operator.v1.1.0 namespace: placeholder labels: operatorframework.io/os.linux: supported @@ -267,5 +267,5 @@ spec: relatedImages: - image: registry.redhat.io/build-of-trustee/trustee-rhel9@sha256:231596c842e32a368dc8604099286e636380283086633d024c1b8492a7afeed5 name: trustee - replaces: trustee-operator.v0.4.2 - version: 1.0.0 + replaces: trustee-operator.v1.0.0 + version: 1.1.0 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index eac66bff..9cd95119 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: quay.io/confidential-containers/trustee-operator - newTag: v1.0.0 + newTag: v1.1.0 diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 81bbc856..524c7fda 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -74,7 +74,7 @@ spec: args: - --leader-elect - --health-probe-bind-address=:8081 - image: quay.io/confidential-containers/trustee-operator:v1.0.0 + image: quay.io/confidential-containers/trustee-operator:v1.1.0 name: manager # Add the following environment variables to the manager container # POD_NAMESPACE diff --git a/config/manifests/bases/trustee-operator.clusterserviceversion.yaml b/config/manifests/bases/trustee-operator.clusterserviceversion.yaml index 8136bd9c..bf005507 100644 --- a/config/manifests/bases/trustee-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/trustee-operator.clusterserviceversion.yaml @@ -5,7 +5,7 @@ metadata: alm-examples: '[]' capabilities: Basic Install categories: Security - containerImage: quay.io/confidential-containers/trustee-operator:v1.0.0 + containerImage: quay.io/confidential-containers/trustee-operator:v1.1.0 features.operators.openshift.io/disconnected: "true" features.operators.openshift.io/fips-compliant: "false" features.operators.openshift.io/proxy-aware: "true" @@ -15,7 +15,7 @@ metadata: features.operators.openshift.io/token-auth-gcp: "false" operatorframework.io/suggested-namespace: trustee-operator-system support: Confidential Containers Community - name: trustee-operator.v1.0.0 + name: trustee-operator.v1.1.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -63,5 +63,5 @@ spec: provider: name: Confidential Containers Community url: https://github.com/confidential-containers - replaces: trustee-operator.v0.4.2 - version: 1.0.0 + replaces: trustee-operator.v1.0.0 + version: 1.1.0