Skip to content

Commit edf11f0

Browse files
committed
Bump to rabbitmq v2.9.0
This bumps the rabbitmq structs and bundle to our V2.9.0 which builds against golang 1.21
1 parent c43c0f2 commit edf11f0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ require (
113113
// must consistent within modules and service operators
114114
replace github.com/openshift/api => github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 //allow-merging
115115

116-
// custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.6.0_patches_tag)
116+
// custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.9.0_patches_tag)
117117
replace github.com/rabbitmq/cluster-operator/v2 => github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49 //allow-merging

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ replace github.com/openstack-k8s-operators/openstack-operator/apis => ./apis
124124
// must consistent within modules and service operators
125125
replace github.com/openshift/api => github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 //allow-merging
126126

127-
// custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.6.0_patches_tag)
127+
// custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.9.0_patches_tag)
128128
replace github.com/rabbitmq/cluster-operator/v2 => github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49 //allow-merging

hack/pin-bundle-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ for MOD_PATH in ${MOD_PATHS}; do
8787
done
8888
# append the rabbitmq URL only if we aren't in Dockerfile mode
8989
if [ -z "$DOCKERFILE" ]; then
90-
# pin rabbit to sha256 for the e7df1b654cb702d343996c7ac4245de8535c39c7 for our v2.6.0_patches fork
91-
echo -n ",quay.io/openstack-k8s-operators/rabbitmq-cluster-operator-bundle@sha256:c6ed5e2b416152c5adf42aeb984ab5de4f3d00593c15ffb626d1d87db67d1ccc"
90+
# pin rabbit to sha256 for our v2.9.0_patches fork
91+
echo -n ",quay.io/openstack-k8s-operators/rabbitmq-cluster-operator-bundle@sha256:bad31e1b028840ac3c199efc3a8ecb3c87bdb68e6a11c8e32a7dbcd5a4d4114d"
9292
fi

0 commit comments

Comments
 (0)