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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=""

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/trustee-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/confidential-containers/trustee-operator
newTag: v1.0.0
newTag: v1.1.0
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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: {}
Expand Down Expand Up @@ -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