Skip to content

Commit f91e2a6

Browse files
committed
deps: Update RabbitMQ Operator 2.12.1 to 2.13.0
1 parent c929a9e commit f91e2a6

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
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.12.1
21+
version: 2.13.0
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

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

Lines changed: 12 additions & 10 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.0
14+
controller-gen.kubebuilder.io/version: v0.17.3
1515
labels:
1616
app.kubernetes.io/component: rabbitmq-operator
1717
app.kubernetes.io/name: rabbitmq-cluster-operator
@@ -335,7 +335,6 @@ spec:
335335
pod labels will be ignored. The default value is empty.
336336
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
337337
Also, matchLabelKeys cannot be set when labelSelector isn't set.
338-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
339338
items:
340339
type: string
341340
type: array
@@ -350,7 +349,6 @@ spec:
350349
pod labels will be ignored. The default value is empty.
351350
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
352351
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
353-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
354352
items:
355353
type: string
356354
type: array
@@ -511,7 +509,6 @@ spec:
511509
pod labels will be ignored. The default value is empty.
512510
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
513511
Also, matchLabelKeys cannot be set when labelSelector isn't set.
514-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
515512
items:
516513
type: string
517514
type: array
@@ -526,7 +523,6 @@ spec:
526523
pod labels will be ignored. The default value is empty.
527524
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
528525
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
529-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
530526
items:
531527
type: string
532528
type: array
@@ -680,7 +676,6 @@ spec:
680676
pod labels will be ignored. The default value is empty.
681677
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
682678
Also, matchLabelKeys cannot be set when labelSelector isn't set.
683-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
684679
items:
685680
type: string
686681
type: array
@@ -695,7 +690,6 @@ spec:
695690
pod labels will be ignored. The default value is empty.
696691
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
697692
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
698-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
699693
items:
700694
type: string
701695
type: array
@@ -856,7 +850,6 @@ spec:
856850
pod labels will be ignored. The default value is empty.
857851
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
858852
Also, matchLabelKeys cannot be set when labelSelector isn't set.
859-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
860853
items:
861854
type: string
862855
type: array
@@ -871,7 +864,6 @@ spec:
871864
pod labels will be ignored. The default value is empty.
872865
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
873866
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
874-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
875867
items:
876868
type: string
877869
type: array
@@ -1851,6 +1843,8 @@ spec:
18511843
- port
18521844
type: object
18531845
type: object
1846+
stopSignal:
1847+
type: string
18541848
type: object
18551849
livenessProbe:
18561850
properties:
@@ -2561,6 +2555,8 @@ spec:
25612555
- port
25622556
type: object
25632557
type: object
2558+
stopSignal:
2559+
type: string
25642560
type: object
25652561
livenessProbe:
25662562
properties:
@@ -3285,6 +3281,8 @@ spec:
32853281
- port
32863282
type: object
32873283
type: object
3284+
stopSignal:
3285+
type: string
32883286
type: object
32893287
livenessProbe:
32903288
properties:
@@ -5161,6 +5159,10 @@ spec:
51615159
- PreferDualStack
51625160
- RequireDualStack
51635161
type: string
5162+
labels:
5163+
additionalProperties:
5164+
type: string
5165+
type: object
51645166
type:
51655167
default: ClusterIP
51665168
description: |-
@@ -5566,7 +5568,7 @@ spec:
55665568
valueFrom:
55675569
fieldRef:
55685570
fieldPath: metadata.namespace
5569-
image: quay.io/rabbitmqoperator/cluster-operator:2.12.1
5571+
image: quay.io/rabbitmqoperator/cluster-operator:2.13.0
55705572
name: operator
55715573
ports:
55725574
- 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.12.1
6-
url: https://api.github.com/repos/rabbitmq/cluster-operator/releases/196618520
5+
tag: v2.13.0
6+
url: https://api.github.com/repos/rabbitmq/cluster-operator/releases/216814323
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.12.1
7+
tag: v2.13.0
88
includePaths:
99
- cluster-operator-quay-io.yml
1010
path: .

0 commit comments

Comments
 (0)