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 stable-packages group with 4 updates #639

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the stable-packages group with 4 updates: github.com/mackerelio/mackerel-agent, github.com/mackerelio/mackerel-client-go, golang.org/x/oauth2 and golang.org/x/sync.

Updates github.com/mackerelio/mackerel-agent from 0.79.0 to 0.80.0

Release notes

Sourced from github.com/mackerelio/mackerel-agent's releases.

v0.80.0

  • Bump github.com/mackerelio/mkr from 0.55.0 to 0.57.0 in /wix #987
  • Bump github.com/mackerelio/mackerel-client-go from 0.29.0 to 0.30.0 #986
  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /wix #985
  • refactor: lint and test workflows #973
Changelog

Sourced from github.com/mackerelio/mackerel-agent's changelog.

0.80.0 (2024-03-19)

  • Bump github.com/mackerelio/mkr from 0.55.0 to 0.57.0 in /wix #987 (dependabot[bot])
  • Bump github.com/mackerelio/mackerel-client-go from 0.29.0 to 0.30.0 #986 (dependabot[bot])
  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /wix #985 (dependabot[bot])
  • refactor: lint and test workflows #973 (lufia)
Commits
  • 5d8a078 Merge pull request #989 from mackerelio/bump-version-0.80.0
  • f803cd1 ready for next release and update changelogs. version: 0.80.0
  • 3fc1d80 Merge pull request #985 from mackerelio/dependabot/go_modules/wix/google.gola...
  • b5f91e4 Merge pull request #986 from mackerelio/dependabot/go_modules/github.com/mack...
  • dfd68fd Merge pull request #987 from mackerelio/dependabot/go_modules/wix/github.com/...
  • eb6f2d9 Bump github.com/mackerelio/mkr from 0.55.0 to 0.57.0 in /wix
  • 9511b3f Bump github.com/mackerelio/mackerel-client-go from 0.29.0 to 0.30.0
  • cd5cde5 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /wix
  • 10cd478 Merge pull request #973 from mackerelio/refactor-wf
  • b154eea ci: enables gofmt linter of golangci
  • Additional commits viewable in compare view

Updates github.com/mackerelio/mackerel-client-go from 0.30.0 to 0.31.0

Release notes

Sourced from github.com/mackerelio/mackerel-client-go's releases.

v0.31.0

What's Changed

New Contributors

Full Changelog: mackerelio/mackerel-client-go@v0.30.0...v0.31.0

Commits

Updates golang.org/x/oauth2 from 0.18.0 to 0.19.0

Commits
  • d0e617c google: add Credentials.UniverseDomainProvider
  • 3c9c1f6 oauth2/google: fix the logic of sts 0 value of expires_in
  • 5a05c65 oauth2/google: fix remove content-type header from idms get requests
  • 3a6776a appengine: drop obsolete code for AppEngine envs <=Go 1.11
  • See full diff in compare view

Updates golang.org/x/sync from 0.6.0 to 0.7.0

Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 7, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/stable-packages-a9b348d24e branch from cec586c to f2cad54 Compare April 23, 2024 07:44
Bumps the stable-packages group with 4 updates: [github.com/mackerelio/mackerel-agent](https://github.com/mackerelio/mackerel-agent), [github.com/mackerelio/mackerel-client-go](https://github.com/mackerelio/mackerel-client-go), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [golang.org/x/sync](https://github.com/golang/sync).


Updates `github.com/mackerelio/mackerel-agent` from 0.79.0 to 0.80.0
- [Release notes](https://github.com/mackerelio/mackerel-agent/releases)
- [Changelog](https://github.com/mackerelio/mackerel-agent/blob/master/CHANGELOG.md)
- [Commits](mackerelio/mackerel-agent@v0.79.0...v0.80.0)

Updates `github.com/mackerelio/mackerel-client-go` from 0.30.0 to 0.31.0
- [Release notes](https://github.com/mackerelio/mackerel-client-go/releases)
- [Commits](mackerelio/mackerel-client-go@v0.30.0...v0.31.0)

Updates `golang.org/x/oauth2` from 0.18.0 to 0.19.0
- [Commits](golang/oauth2@v0.18.0...v0.19.0)

Updates `golang.org/x/sync` from 0.6.0 to 0.7.0
- [Commits](golang/sync@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/mackerelio/mackerel-agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-packages
- dependency-name: github.com/mackerelio/mackerel-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-packages
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-packages
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/stable-packages-a9b348d24e branch from f2cad54 to 1643b08 Compare April 23, 2024 07:45
@ne-sachirou ne-sachirou merged commit ae34627 into master Apr 23, 2024
13 checks passed
@ne-sachirou ne-sachirou deleted the dependabot/go_modules/stable-packages-a9b348d24e branch April 23, 2024 08:07
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.

None yet

1 participant