Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.17.1 #152

Merged
merged 1 commit into from
Dec 22, 2024
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 REPLACES_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.15.1
3.17.0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.17.0
3.17.1
10 changes: 5 additions & 5 deletions bundle/manifests/gatekeeper-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ metadata:
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
olm.skipRange: "<3.17.0"
olm.skipRange: "<3.17.1"
operators.openshift.io/valid-subscription: '["OpenShift Platform Plus", "Red Hat
Advanced Cluster Management for Kubernetes"]'
operators.operatorframework.io/builder: operator-sdk-v1.34.1
Expand All @@ -39,7 +39,7 @@ metadata:
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/os.linux: supported
name: gatekeeper-operator.v3.17.0
name: gatekeeper-operator.v3.17.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -385,7 +385,7 @@ spec:
env:
- name: RELATED_IMAGE_GATEKEEPER
value: quay.io/gatekeeper/gatekeeper:v3.17.1
image: quay.io/gatekeeper/gatekeeper-operator:v3.17.0
image: quay.io/gatekeeper/gatekeeper-operator:v3.17.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -525,5 +525,5 @@ spec:
relatedImages:
- image: quay.io/gatekeeper/gatekeeper:v3.17.1
name: gatekeeper
replaces: gatekeeper-operator.v3.15.1
version: "3.17.0"
replaces: gatekeeper-operator.v3.17.0
version: "3.17.1"
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ generatorOptions:
images:
- name: controller
newName: quay.io/gatekeeper/gatekeeper-operator
newTag: v3.17.0
newTag: v3.17.1
2 changes: 1 addition & 1 deletion deploy/gatekeeper-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,7 @@ spec:
env:
- name: RELATED_IMAGE_GATEKEEPER
value: quay.io/gatekeeper/gatekeeper:v3.17.1
image: quay.io/gatekeeper/gatekeeper-operator:v3.17.0
image: quay.io/gatekeeper/gatekeeper-operator:v3.17.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
Loading