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 5 updates #610

Merged
merged 1 commit into from
Dec 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2023

Bumps the stable-packages group with 5 updates:

Package From To
github.com/mackerelio/checkers 0.0.4 0.2.0
github.com/mackerelio/mackerel-agent 0.77.1 0.78.2
github.com/mackerelio/mackerel-client-go 0.26.0 0.28.0
golang.org/x/oauth2 0.12.0 0.15.0
golang.org/x/sync 0.3.0 0.5.0

Updates github.com/mackerelio/checkers from 0.0.4 to 0.2.0

Release notes

Sourced from github.com/mackerelio/checkers's releases.

v0.2.0

What's Changed

Full Changelog: mackerelio/checkers@v0.1.0...v0.2.0

v0.1.0

What's Changed

Full Changelog: mackerelio/checkers@v0.0.4...v0.1.0

Commits
  • cc5a030 Merge pull request #24 from mackerelio/retr
  • f384267 rename asstatusparse.go -> statusmap.go
  • a166b54 Parse was marked as deprecated
  • 7bc75f8 add retract directive to deprecate v0.1.0
  • 1fd6e2d Merge pull request #20 from mackerelio/support-as-status
  • 72e28ed Merge pull request #21 from itchyny/improve-as-status
  • 505df3f Merge pull request #23 from mackerelio/dependabot/github_actions/mackerelio/w...
  • 72f6f06 Bump mackerelio/workflows from 1.0.1 to 1.0.2
  • 9e28625 Merge pull request #22 from mackerelio/pin-wf
  • ad383e3 pinned workflows@v1.0.1
  • Additional commits viewable in compare view

Updates github.com/mackerelio/mackerel-agent from 0.77.1 to 0.78.2

Release notes

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

v0.78.2

  • Avoid iowait percentage's overflow when counter is reset #947

v0.78.1

  • Bump github.com/mackerelio/go-check-plugins from 0.45.0 to 0.46.1 in /wix #945
  • Bump golang.org/x/sys from 0.12.0 to 0.14.0 in /wix #941
  • Bump golang.org/x/net from 0.15.0 to 0.17.0 in /wix #940

v0.78.0

  • Bump github.com/mackerelio/mkr from 0.51.0 to 0.53.0 in /wix #936
  • Bump github.com/mackerelio/mackerel-agent-plugins from 0.78.0 to 0.79.0 in /wix #935
  • Bump github.com/mackerelio/go-check-plugins from 0.44.0 to 0.45.0 in /wix #934
  • update go version 1.19.x -> 1.20.x on GitHub Action #933
  • Bump actions/checkout from 3 to 4 #932
  • Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.8 #930
  • Bump golang.org/x/text from 0.9.0 to 0.13.0 #929
  • Bump golang.org/x/sys from 0.7.0 to 0.12.0 in /wix #928
  • remove comment that differ from current plugin implementation #927
  • Remove old rpm packaging #926
  • Bump github.com/BurntSushi/toml from 1.3.0 to 1.3.2 #910
  • Bump actions/setup-go from 3 to 4 #887
Changelog

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

0.78.2 (2023-12-01)

  • Avoid iowait percentage's overflow when counter is reset #947 (Arthur1)

0.78.1 (2023-11-15)

  • Bump github.com/mackerelio/go-check-plugins from 0.45.0 to 0.46.1 in /wix #945 (dependabot[bot])
  • Bump golang.org/x/sys from 0.12.0 to 0.14.0 in /wix #941 (dependabot[bot])
  • Bump golang.org/x/net from 0.15.0 to 0.17.0 in /wix #940 (dependabot[bot])

0.78.0 (2023-09-22)

  • Bump github.com/mackerelio/mkr from 0.51.0 to 0.53.0 in /wix #936 (dependabot[bot])
  • Bump github.com/mackerelio/mackerel-agent-plugins from 0.78.0 to 0.79.0 in /wix #935 (dependabot[bot])
  • Bump github.com/mackerelio/go-check-plugins from 0.44.0 to 0.45.0 in /wix #934 (dependabot[bot])
  • update go version 1.19.x -> 1.20.x on GitHub Action #933 (rmatsuoka)
  • Bump actions/checkout from 3 to 4 #932 (dependabot[bot])
  • Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.8 #930 (dependabot[bot])
  • Bump golang.org/x/text from 0.9.0 to 0.13.0 #929 (dependabot[bot])
  • Bump golang.org/x/sys from 0.7.0 to 0.12.0 in /wix #928 (dependabot[bot])
  • remove comment that differ from current plugin implementation #927 (kga)
  • Remove old rpm packaging #926 (yseto)
  • Bump github.com/BurntSushi/toml from 1.3.0 to 1.3.2 #910 (dependabot[bot])
  • Bump actions/setup-go from 3 to 4 #887 (dependabot[bot])
Commits
  • 4800f61 Merge pull request #950 from mackerelio/bump-version-0.78.2
  • d2ff022 ready for next release and update changelogs. version: 0.78.2
  • e6ac1b6 Merge pull request #947 from mackerelio/iowait-can-be-reset
  • 788d2ad iowait can be reset
  • 917f6bd calc diff of resetable counter func
  • 952c001 Merge pull request #946 from mackerelio/bump-version-0.78.1
  • 4133141 ready for next release and update changelogs. version: 0.78.1
  • 41771d8 Merge pull request #941 from mackerelio/dependabot/go_modules/wix/golang.org/...
  • 56dade7 Merge pull request #945 from mackerelio/dependabot/go_modules/wix/github.com/...
  • c7c51ef Bump golang.org/x/sys from 0.12.0 to 0.14.0 in /wix
  • Additional commits viewable in compare view

Updates github.com/mackerelio/mackerel-client-go from 0.26.0 to 0.28.0

Release notes

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

v0.28.0

What's Changed

Full Changelog: mackerelio/mackerel-client-go@v0.27.0...v0.28.0

v0.27.0

What's Changed

New Contributors

Full Changelog: mackerelio/mackerel-client-go@v0.26.0...v0.27.0

Commits
  • 54fde30 Merge pull request #150 from mackerelio/add_included_metrics_support
  • 81608c3 Merge pull request #149 from itchyny/feat-bulk-update-host-status
  • 56f9b62 Add IncludedMetrics support
  • 2b4e0de Merge pull request #148 from mackerelio/fix_request_header
  • 88acc73 implement BulkUpdateHostStatuses to update status of the hosts
  • fa3e844 Replace other HTTP method literals
  • 53b1fa2 Add comment to clarify the test server behavior
  • 949ecf7 Use HTTP method constant
  • a7d4e67 Skip lint for test
  • 53f2a1b Always add Content-Type header for non GET methods
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.12.0 to 0.15.0

Commits
  • 6e9ec93 go.mod: update golang.org/x dependencies
  • e067960 go.mod: update golang.org/x dependencies
  • 4c91c17 google: adds header to security considerations section
  • 3c5dbf0 go.mod: update golang.org/x dependencies
  • 11625cc google: add authorized_user conditional to Credentials.UniverseDomain
  • 8d6d45b google: add Credentials.UniverseDomain to support TPC
  • 43b6a7b google: adding support for external account authorized user
  • 14b275c oauth2: workaround misspelling of verification_uri
  • 18352fc google/internal/externalaccount: adding BYOID Metrics
  • 9095a51 oauth2: clarify error if endpoint missing DeviceAuthURL
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.3.0 to 0.5.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

Bumps the stable-packages group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/mackerelio/checkers](https://github.com/mackerelio/checkers) | `0.0.4` | `0.2.0` |
| [github.com/mackerelio/mackerel-agent](https://github.com/mackerelio/mackerel-agent) | `0.77.1` | `0.78.2` |
| [github.com/mackerelio/mackerel-client-go](https://github.com/mackerelio/mackerel-client-go) | `0.26.0` | `0.28.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.12.0` | `0.15.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.3.0` | `0.5.0` |


Updates `github.com/mackerelio/checkers` from 0.0.4 to 0.2.0
- [Release notes](https://github.com/mackerelio/checkers/releases)
- [Commits](mackerelio/checkers@v0.0.4...v0.2.0)

Updates `github.com/mackerelio/mackerel-agent` from 0.77.1 to 0.78.2
- [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.77.1...v0.78.2)

Updates `github.com/mackerelio/mackerel-client-go` from 0.26.0 to 0.28.0
- [Release notes](https://github.com/mackerelio/mackerel-client-go/releases)
- [Commits](mackerelio/mackerel-client-go@v0.26.0...v0.28.0)

Updates `golang.org/x/oauth2` from 0.12.0 to 0.15.0
- [Commits](golang/oauth2@v0.12.0...v0.15.0)

Updates `golang.org/x/sync` from 0.3.0 to 0.5.0
- [Commits](golang/sync@v0.3.0...v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/mackerelio/checkers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-packages
- 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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 3, 2023
@yohfee yohfee merged commit 621e98e into master Dec 22, 2023
13 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/stable-packages-3c46b6e29b branch December 22, 2023 00:49
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