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/michaelklishin/rabbit-hole/v2 from 2.6.0 to 2.7.0 #90

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2021

Bumps github.com/michaelklishin/rabbit-hole/v2 from 2.6.0 to 2.7.0.

Release notes

Sourced from github.com/michaelklishin/rabbit-hole/v2's releases.

v2.7.0

Changes Between 2.6.0 and 2.7.0 (Mar 30, 2021)

This release contains minor breaking public API changes and targets RabbitMQ 3.8.x (the only supported version at the time of writing) exclusively.

Support for Modern Health Check Endpoints

The client now supports modern health check endpoints (same checks as provided by rabbitmq-diagnostics):

import (
       "github.com/michaelklishin/rabbit-hole/v2"
)
rmqc, _ = NewClient("http://127.0.0.1:15672", "username", "$3KrEƮ")
res1, err1 := rmqc.HealthCheckAlarms()
res2, err2 := rmqc.HealthCheckLocalAlarms()
res3, err3 := rmqc.HealthCheckCertificateExpiration(1, DAYS)
res4, err4 := rmqc.HealthCheckPortListener(5672)
res5, err5 := rmqc.HealthCheckProtocolListener(AMQP091)
res6, err6 := rmqc.HealthCheckVirtualHosts()
res7, err7 := rmqc.HealthCheckNodeIsMirrorSyncCritical()
res8, err8 := rmqc.HealthCheckNodeIsQuorumCritical()

Contributed by Martin @​mkrueger-sabio Krueger.

GitHub issue: #173

Support for Inspecting Shovel Status

ListShovelStatus is a new function that returns a list of Shovel status reports for a virtual host:

res, err := rmqc.ListShovelStatus("a-virtual-host")

Contributed by Martin @​mkrueger-sabio Krueger.

... (truncated)

Changelog

Sourced from github.com/michaelklishin/rabbit-hole/v2's changelog.

Changes Between 2.7.0 and 2.8.0 (in development)

No changes yet.

Commits
  • e63db96 Finalize 2.7.0 release notes
  • 5807472 Cosmetics
  • 3de0d3f Update ChangeLog.md
  • 879e066 Travis: test against Go 1.16.x and 1.15.x
  • 8e08bc2 Show off build status badges
  • 751d418 Correct YAM nesting (again)
  • 5f72f31 Switch to a GitHub-provided Go setup action
  • 27c15fa Correct tests.yml syntax
  • 6e37dc6 Initial GitHub Actions bits
  • e133296 Update ci/install_on_debian to not use Bintray
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 31, 2021
@MirahImage MirahImage force-pushed the dependabot/go_modules/github.com/michaelklishin/rabbit-hole/v2-2.7.0 branch from fa0572a to 17f1527 Compare April 1, 2021 12:23
@MirahImage MirahImage requested a review from ChunyiLyu April 1, 2021 12:33
@ChunyiLyu
Copy link
Contributor

Conflicts resolved. Now waiting for all checks to pass :)

@ChunyiLyu ChunyiLyu merged commit 81d3fb1 into main Apr 6, 2021
@ChunyiLyu ChunyiLyu deleted the dependabot/go_modules/github.com/michaelklishin/rabbit-hole/v2-2.7.0 branch April 6, 2021 08:51
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.

3 participants