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

Bump github.com/rabbitmq/cluster-operator from 1.7.0 to 1.8.0 #176

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2021

Bumps github.com/rabbitmq/cluster-operator from 1.7.0 to 1.8.0.

Release notes

Sourced from github.com/rabbitmq/cluster-operator's releases.

1.8.0

Upgrading the cluster-operator to this version will update RabbitMQ clusters (i.e. will cause rolling update of the underlying StatefulSets). If you want to control when a RabbitMQ cluster gets updated, make sure to pause reconciliation before upgrading the cluster-operator. After upgrading the cluster-operator, resume reconciliation whenever it's safe to update the RabbitMQ cluster. See Pause reconciliation for a RabbitMQ cluster.

A note for Openshift users

This release simplifies the installation & RabbitmqCluster creation process for Openshift. You can now install the RabbitmqCluster Operator on Openshift without needing to edit the rabbitmq-system namespace, and you no longer need to create custom SCCs for RabbitmqClusters. Simply follow the same installation instructions as for any other Kubernetes distribution.

In order to support Openshift's arbitrary user ID selection on RabbitMQ Pods, you can do this through the StatefulSet override feature. For more information, see https://www.rabbitmq.com/kubernetes/operator/install-operator.html#openshift.

Release Notes

  • Remove securityContext from manager Deployment (#751) [13c799c]
  • Allow SecurityContext and PodSecurityContext to be reset to default (#749) [43e16bb]
  • Merge pull request #743 from rabbitmq/3_8_18 [3490cfb]
  • Remove chmod operations from init Container (#739) [3512c6f]
  • Set default RabbitMQ image to 3.8.18 [626e94e]
  • Run system tests against master with OTP 23 and 24 [2589675]
  • Fix missing definition in failing unit tests (#740) [a74ec73]
  • Remove runAsGroup to add compatibility with bitnami/rabbitmq (#724) [c247108]
  • Bump sigs.k8s.io/controller-tools from 0.6.0 to 0.6.1 (#737) [1e1fd35]
  • Bump sigs.k8s.io/controller-runtime from 0.9.0 to 0.9.1 (#738) [07ff8de]
  • Bump k8s.io/apimachinery from 0.21.1 to 0.21.2 (#735) [3e8c2cb]
  • Use RabbitMQ user for init container instead of root (#731) [39ab8b1]
  • Run system tests against K8s v1.21 [032d28a]
  • Merge pull request #730 from rabbitmq/dependabot/go_modules/github.com/mikefarah/yq/v4-4.9.6 [e033071]
  • Add additional printing columns (#729) [31c64b9]
  • Bump github.com/mikefarah/yq/v4 from 4.9.5 to 4.9.6 [08c7958]
  • Generate CRD with new k8s api (#728) [48235a0]
  • Bump default to RabbitMQ 3.8.17 (#727) [7c558c4]
  • Merge pull request #725 from rabbitmq/dependabot/go_modules/github.com/mikefarah/yq/v4-4.9.5 [1bb41d4]
  • Bump github.com/mikefarah/yq/v4 from 4.9.4 to 4.9.5 [28ab65f]
  • Merge pull request #723 from rabbitmq/dependabot/go_modules/sigs.k8s.io/controller-tools-0.6.0 [a81997d]
  • Merge pull request #722 from rabbitmq/dependabot/go_modules/github.com/mikefarah/yq/v4-4.9.4 [23b7a52]
  • Bump sigs.k8s.io/controller-tools from 0.5.0 to 0.6.0 [8bfab89]
  • Bump github.com/mikefarah/yq/v4 from 4.9.3 to 4.9.4 [b9b3edf]
  • Merge pull request #721 from rabbitmq/dependabot/go_modules/sigs.k8s.io/controller-runtime-0.9.0 [bd46b2e]
  • Set ReconcileSuccess to false if reconcile_tls() fails [4126dac]
  • Extract helper setReconcileSuccess in rmq controller [5936825]
  • Bump sigs.k8s.io/controller-runtime from 0.8.3 to 0.9.0 [b002b51]
  • Remove duplicate type definitions [ed868de]
  • Merge pull request #720 from rabbitmq/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.3.5 [27b6d50]
  • Bump github.com/eclipse/paho.mqtt.golang from 1.3.4 to 1.3.5 [3dd832d]
  • Merge pull request #719 from rabbitmq/dependabot/go_modules/github.com/cloudflare/cfssl-1.6.0 [bb9ae62]
  • Bump github.com/cloudflare/cfssl from 1.5.0 to 1.6.0 [3b51966]
  • Merge pull request #716 from rabbitmq/dependabot/go_modules/github.com/michaelklishin/rabbit-hole/v2-2.10.0 [c883ebd]
  • Bump github.com/michaelklishin/rabbit-hole/v2 from 2.9.0 to 2.10.0 [59658b8]
  • Merge pull request #714 from rabbitmq/dependabot/go_modules/github.com/michaelklishin/rabbit-hole/v2-2.9.0 [3303b7d]
  • Merge pull request #713 from rabbitmq/dependabot/go_modules/github.com/onsi/ginkgo-1.16.4 [85166a8]
  • Bump github.com/michaelklishin/rabbit-hole/v2 from 2.8.0 to 2.9.0 [7e986d9]

... (truncated)

Commits
  • 13c799c Remove securityContext from manager Deployment (#751)
  • 43e16bb Allow SecurityContext and PodSecurityContext to be reset to default (#749)
  • 3490cfb Merge pull request #743 from rabbitmq/3_8_18
  • 3512c6f Remove chmod operations from init Container (#739)
  • 626e94e Set default RabbitMQ image to 3.8.18
  • 2589675 Run system tests against master with OTP 23 and 24
  • a74ec73 Fix missing definition in failing unit tests (#740)
  • c247108 Remove runAsGroup to add compatibility with bitnami/rabbitmq (#724)
  • 1e1fd35 Bump sigs.k8s.io/controller-tools from 0.6.0 to 0.6.1 (#737)
  • 07ff8de Bump sigs.k8s.io/controller-runtime from 0.9.0 to 0.9.1 (#738)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/rabbitmq/cluster-operator](https://github.com/rabbitmq/cluster-operator) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/rabbitmq/cluster-operator/releases)
- [Commits](rabbitmq/cluster-operator@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/rabbitmq/cluster-operator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 30, 2021
@ChunyiLyu ChunyiLyu merged commit 19fab4d into main Jul 1, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/rabbitmq/cluster-operator-1.8.0 branch July 1, 2021 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant