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 across 1 directory with 9 updates #682

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2025

Bumps the non-major group with 6 updates in the / directory:

Package From To
github.com/go-resty/resty/v2 2.16.4 2.16.5
github.com/openziti/channel/v3 3.0.27 3.0.28
github.com/openziti/edge-api 0.26.38 0.26.39
github.com/openziti/foundation/v2 2.0.56 2.0.57
github.com/openziti/metrics 1.2.65 1.2.66
golang.org/x/oauth2 0.25.0 0.26.0

Updates github.com/go-resty/resty/v2 from 2.16.4 to 2.16.5

Release notes

Sourced from github.com/go-resty/resty/v2's releases.

v2.16.5

Release Notes

Bug Fixes

Documentation

Full Changelog: go-resty/resty@v2.16.4...v2.16.5

Commits

Updates github.com/openziti/channel/v3 from 3.0.27 to 3.0.28

Commits
  • 2ad2382 Merge pull request #160 from openziti/dependabot/go_modules/non-major-0130a1280c
  • bc84cb9 Bump the non-major group across 1 directory with 2 updates
  • See full diff in compare view

Updates github.com/openziti/edge-api from 0.26.38 to 0.26.39

Commits

Updates github.com/openziti/foundation/v2 from 2.0.56 to 2.0.57

Commits
  • dff389f Merge pull request #428 from openziti/dependabot/go_modules/non-major-fe3f651f5a
  • fd72e72 Bump the non-major group across 1 directory with 2 updates
  • See full diff in compare view

Updates github.com/openziti/identity from 1.0.94 to 1.0.96

Commits
  • 87014a4 helps with openziti/ziti#2737 by exposing higher fidelity certificates (#61)
  • 2bdf8e4 Merge pull request #60 from openziti/verify-address-for-identity
  • 476a301 refactor to hostnameOrIp
  • 1fe3eee rename address to hostnameOrIp
  • c234f76 add tests for wildcard too
  • e0ca5d1 forgot copyright
  • 7cf89b4 undo unexpected change. must have been a find/replace mistake
  • 7bbfd29 golanglint-ci change
  • 1d20881 add typed errors and rework assertions to better use require
  • 5265871 use require instead
  • Additional commits viewable in compare view

Updates github.com/openziti/metrics from 1.2.65 to 1.2.66

Commits

Updates golang.org/x/oauth2 from 0.25.0 to 0.26.0

Commits
  • b9c813b google: add warning about externally-provided credentials
  • See full diff in compare view

Updates golang.org/x/sys from 0.29.0 to 0.30.0

Commits
  • 863b3c4 unix: update glibc to 2.41
  • 4d4692e unix: add Auxv
  • b215a1c unix: update to Linux kernel 6.13
  • c756214 cpu: add support for AVX-VNNI and IFMA detection
  • 1c14dca unix: add GetPeerUcred and UcredGet for solaris
  • See full diff in compare view

Updates google.golang.org/protobuf from 1.36.3 to 1.36.5

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 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) | `2.16.4` | `2.16.5` |
| [github.com/openziti/channel/v3](https://github.com/openziti/channel) | `3.0.27` | `3.0.28` |
| [github.com/openziti/edge-api](https://github.com/openziti/edge-api) | `0.26.38` | `0.26.39` |
| [github.com/openziti/foundation/v2](https://github.com/openziti/foundation) | `2.0.56` | `2.0.57` |
| [github.com/openziti/metrics](https://github.com/openziti/metrics) | `1.2.65` | `1.2.66` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.25.0` | `0.26.0` |



Updates `github.com/go-resty/resty/v2` from 2.16.4 to 2.16.5
- [Release notes](https://github.com/go-resty/resty/releases)
- [Commits](go-resty/resty@v2.16.4...v2.16.5)

Updates `github.com/openziti/channel/v3` from 3.0.27 to 3.0.28
- [Commits](openziti/channel@v3.0.27...v3.0.28)

Updates `github.com/openziti/edge-api` from 0.26.38 to 0.26.39
- [Release notes](https://github.com/openziti/edge-api/releases)
- [Commits](openziti/edge-api@v0.26.38...v0.26.39)

Updates `github.com/openziti/foundation/v2` from 2.0.56 to 2.0.57
- [Commits](openziti/foundation@v2.0.56...v2.0.57)

Updates `github.com/openziti/identity` from 1.0.94 to 1.0.96
- [Commits](openziti/identity@v1.0.94...v1.0.96)

Updates `github.com/openziti/metrics` from 1.2.65 to 1.2.66
- [Commits](openziti/metrics@v1.2.65...v1.2.66)

Updates `golang.org/x/oauth2` from 0.25.0 to 0.26.0
- [Commits](golang/oauth2@v0.25.0...v0.26.0)

Updates `golang.org/x/sys` from 0.29.0 to 0.30.0
- [Commits](golang/sys@v0.29.0...v0.30.0)

Updates `google.golang.org/protobuf` from 1.36.3 to 1.36.5

---
updated-dependencies:
- dependency-name: github.com/go-resty/resty/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: github.com/openziti/channel/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major
- dependency-name: github.com/openziti/edge-api
  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: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major
- dependency-name: google.golang.org/protobuf
  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 February 7, 2025 23:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 7, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 10, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/non-major-f4478e3736 branch February 10, 2025 23:24
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.

0 participants