Skip to content

Commit 3c8ae95

Browse files
committed
deps: Update RabbitMQ Operator 2.13.0 to 2.16.0
1 parent b85f49e commit 3c8ae95

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
registry-server: ghcr.io
1919
registry-username: ${{ github.actor }}
2020
image: ${{ github.repository }}
21-
version: 2.13.0
21+
version: 2.16.0
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

package/config/upstream/cluster-operator-quay-io.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apiVersion: apiextensions.k8s.io/v1
1111
kind: CustomResourceDefinition
1212
metadata:
1313
annotations:
14-
controller-gen.kubebuilder.io/version: v0.17.3
14+
controller-gen.kubebuilder.io/version: v0.18.0
1515
labels:
1616
app.kubernetes.io/component: rabbitmq-operator
1717
app.kubernetes.io/name: rabbitmq-cluster-operator
@@ -942,6 +942,11 @@ spec:
942942
x-kubernetes-list-type: atomic
943943
type: object
944944
type: object
945+
autoEnableAllFeatureFlags:
946+
description: |-
947+
Set to true to automatically enable all feature flags after each upgrade
948+
For more information, see https://www.rabbitmq.com/docs/feature-flags
949+
type: boolean
945950
delayStartSeconds:
946951
default: 30
947952
description: |-
@@ -5568,7 +5573,7 @@ spec:
55685573
valueFrom:
55695574
fieldRef:
55705575
fieldPath: metadata.namespace
5571-
image: quay.io/rabbitmqoperator/cluster-operator:2.13.0
5576+
image: quay.io/rabbitmqoperator/cluster-operator:2.16.0
55725577
name: operator
55735578
ports:
55745579
- containerPort: 9782

package/vendir.lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: vendir.k14s.io/v1alpha1
22
directories:
33
- contents:
44
- githubRelease:
5-
tag: v2.13.0
6-
url: https://api.github.com/repos/rabbitmq/cluster-operator/releases/216814323
5+
tag: v2.16.0
6+
url: https://api.github.com/repos/rabbitmq/cluster-operator/releases/237301453
77
path: .
88
path: config/upstream
99
kind: LockConfig

package/vendir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ directories:
44
- githubRelease:
55
disableAutoChecksumValidation: true
66
slug: rabbitmq/cluster-operator
7-
tag: v2.13.0
7+
tag: v2.16.0
88
includePaths:
99
- cluster-operator-quay-io.yml
1010
path: .

0 commit comments

Comments
 (0)