Skip to content

Commit b3f8e30

Browse files
Bump github.com/rabbitmq/cluster-operator from 1.13.0 to 1.13.1 (#375)
* Bump github.com/rabbitmq/cluster-operator from 1.13.0 to 1.13.1 Bumps [github.com/rabbitmq/cluster-operator](https://github.com/rabbitmq/cluster-operator) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/rabbitmq/cluster-operator/releases) - [Commits](rabbitmq/cluster-operator@v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: github.com/rabbitmq/cluster-operator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump cluster operator version in integration tests Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chunyi Lyu <[email protected]>
1 parent edc959b commit b3f8e30

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

controllers/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ var _ = BeforeSuite(func() {
8080
testEnv = &envtest.Environment{
8181
CRDDirectoryPaths: []string{
8282
filepath.Join("..", "config", "crd", "bases"),
83-
filepath.Join(build.Default.GOPATH, "pkg", "mod", "github.com", "rabbitmq", "[email protected].0", "config", "crd", "bases"),
83+
filepath.Join(build.Default.GOPATH, "pkg", "mod", "github.com", "rabbitmq", "[email protected].1", "config", "crd", "bases"),
8484
},
8585
}
8686

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/michaelklishin/rabbit-hole/v2 v2.12.0
1313
github.com/onsi/ginkgo/v2 v2.1.4
1414
github.com/onsi/gomega v1.19.0
15-
github.com/rabbitmq/cluster-operator v1.13.0
15+
github.com/rabbitmq/cluster-operator v1.13.1
1616
github.com/sclevine/yj v0.0.0-20200815061347-554173e71934
1717
k8s.io/api v0.23.6
1818
k8s.io/apimachinery v0.23.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,8 +1025,8 @@ github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40T
10251025
github.com/pseudomuto/protoc-gen-doc v1.4.1/go.mod h1:exDTOVwqpp30eV/EDPFLZy3Pwr2sn6hBC1WIYH/UbIg=
10261026
github.com/pseudomuto/protoc-gen-doc v1.5.0/go.mod h1:exDTOVwqpp30eV/EDPFLZy3Pwr2sn6hBC1WIYH/UbIg=
10271027
github.com/pseudomuto/protokit v0.2.0/go.mod h1:2PdH30hxVHsup8KpBTOXTBeMVhJZVio3Q8ViKSAXT0Q=
1028-
github.com/rabbitmq/cluster-operator v1.13.0 h1:sUbNab3dTB3ufTqNMOlMSgiF/KnhirBou4MeVqOm+lk=
1029-
github.com/rabbitmq/cluster-operator v1.13.0/go.mod h1:fauJ0q72yNheyW30qraaCPr6shEcH5i1xBoGvTiVyws=
1028+
github.com/rabbitmq/cluster-operator v1.13.1 h1:OvxS440P5Q5YdX2U8cDz9OI0qhuSuNcC18p8PQj1JDI=
1029+
github.com/rabbitmq/cluster-operator v1.13.1/go.mod h1:fauJ0q72yNheyW30qraaCPr6shEcH5i1xBoGvTiVyws=
10301030
github.com/rabbitmq/rabbitmq-stream-go-client v0.0.0-20210811090309-627299932bac/go.mod h1:dZtRwYizmzN1EwkcW7/CoN9rFbGSEA7i/889iakOJZE=
10311031
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
10321032
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M=

0 commit comments

Comments
 (0)