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 the non-major group with 5 updates #535

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Bumps the non-major group with 5 updates:

Package From To
github.com/openziti/channel/v2 2.0.122 2.0.125
github.com/openziti/foundation/v2 2.0.40 2.0.42
github.com/openziti/identity 1.0.73 1.0.74
github.com/openziti/metrics 1.2.48 1.2.49
github.com/openziti/transport/v2 2.0.125 2.0.128

Updates github.com/openziti/channel/v2 from 2.0.122 to 2.0.125

Commits

Updates github.com/openziti/foundation/v2 from 2.0.40 to 2.0.42

Commits
  • c1747b6 Merge pull request #403 from openziti/dependabot/go_modules/non-major-5f701524ea
  • 89e2f7d Merge pull request #401 from openziti/add-rate-limiter-apis
  • 5d9bce2 Add example code for rate limit apis
  • 6f21f6a Bump the non-major group with 2 updates
  • 4fc70d5 Move rate limiter apis to foundation, so they can be used across libraries
  • See full diff in compare view

Updates github.com/openziti/identity from 1.0.73 to 1.0.74

Commits

Updates github.com/openziti/metrics from 1.2.48 to 1.2.49

Commits

Updates github.com/openziti/transport/v2 from 2.0.125 to 2.0.128

Commits
  • 90585e0 Merge pull request #81 from openziti/dependabot/go_modules/golang.org/x/net-0...
  • 8eafbc9 Bump golang.org/x/net from 0.20.0 to 0.24.0
  • d423422 Merge pull request #80 from openziti/tls-handshake-adaptive-rate-limiter
  • e39d4cf Add adaptive rate limiting for TLS handshaking. Fixes #79
  • 99dacf1 Updating dependency github.com/openziti/[email protected]
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the non-major group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/openziti/channel/v2](https://github.com/openziti/channel) | `2.0.122` | `2.0.125` |
| [github.com/openziti/foundation/v2](https://github.com/openziti/foundation) | `2.0.40` | `2.0.42` |
| [github.com/openziti/identity](https://github.com/openziti/identity) | `1.0.73` | `1.0.74` |
| [github.com/openziti/metrics](https://github.com/openziti/metrics) | `1.2.48` | `1.2.49` |
| [github.com/openziti/transport/v2](https://github.com/openziti/transport) | `2.0.125` | `2.0.128` |


Updates `github.com/openziti/channel/v2` from 2.0.122 to 2.0.125
- [Commits](openziti/channel@v2.0.122...v2.0.125)

Updates `github.com/openziti/foundation/v2` from 2.0.40 to 2.0.42
- [Commits](openziti/foundation@v2.0.40...v2.0.42)

Updates `github.com/openziti/identity` from 1.0.73 to 1.0.74
- [Commits](openziti/identity@v1.0.73...v1.0.74)

Updates `github.com/openziti/metrics` from 1.2.48 to 1.2.49
- [Commits](openziti/metrics@v1.2.48...v1.2.49)

Updates `github.com/openziti/transport/v2` from 2.0.125 to 2.0.128
- [Commits](openziti/transport@v2.0.125...v2.0.128)

---
updated-dependencies:
- dependency-name: github.com/openziti/channel/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: github.com/openziti/foundation/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: github.com/openziti/identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: github.com/openziti/metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: github.com/openziti/transport/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 8, 2024 23:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 8, 2024
@plorenz plorenz merged commit bea5c0f into main Apr 9, 2024
8 checks passed
@plorenz plorenz deleted the dependabot/go_modules/non-major-90f0b694be branch April 9, 2024 21:29
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant