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/mackerelio/mackerel-agent from 0.80.0 to 0.81.0 in the stable-packages group #642

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps the stable-packages group with 1 update: github.com/mackerelio/mackerel-agent.

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

Release notes

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

v0.81.0

  • Update wix go-check-plugins v0.46.3, mackerel-agent-plugins v0.82.1 #996
  • Bump golang.org/x/net from 0.22.0 to 0.23.0 in /wix #995
  • Ignore errors of getting information of a disk on Windows #994
  • Bump github.com/mackerelio/mackerel-client-go from 0.30.0 to 0.31.0 #993
  • Bump github.com/shirou/gopsutil/v3 from 3.24.2 to 3.24.3 #992
  • Bump github.com/mackerelio/mackerel-agent-plugins from 0.81.0 to 0.82.0 in /wix #991
  • Bump golang.org/x/sys from 0.18.0 to 0.19.0 in /wix #990
  • Bump peter-evans/repository-dispatch from 2 to 3 #965
  • Bump actions/cache from 3 to 4 #964
  • Bump actions/download-artifact from 3 to 4 #956
  • Bump actions/upload-artifact from 3 to 4 #955
Changelog

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

0.81.0 (2024-04-25)

  • Update wix go-check-plugins v0.46.3, mackerel-agent-plugins v0.82.1 #996 (ne-sachirou)
  • Bump golang.org/x/net from 0.22.0 to 0.23.0 in /wix #995 (dependabot[bot])
  • Ignore errors of getting information of a disk on Windows #994 (Arthur1)
  • Bump github.com/mackerelio/mackerel-client-go from 0.30.0 to 0.31.0 #993 (dependabot[bot])
  • Bump github.com/shirou/gopsutil/v3 from 3.24.2 to 3.24.3 #992 (dependabot[bot])
  • Bump github.com/mackerelio/mackerel-agent-plugins from 0.81.0 to 0.82.0 in /wix #991 (dependabot[bot])
  • Bump golang.org/x/sys from 0.18.0 to 0.19.0 in /wix #990 (dependabot[bot])
  • Bump peter-evans/repository-dispatch from 2 to 3 #965 (dependabot[bot])
  • Bump actions/cache from 3 to 4 #964 (dependabot[bot])
  • Bump actions/download-artifact from 3 to 4 #956 (dependabot[bot])
  • Bump actions/upload-artifact from 3 to 4 #955 (dependabot[bot])
Commits
  • 35c84b1 Merge pull request #999 from mackerelio/test-wix
  • e3c9b1b Revert "running installer process on test"
  • 63afcf9 fix CreateFolder
  • 939e402 running installer process on test
  • f1f9c60 Merge pull request #998 from mackerelio/fix-go-sum
  • fb389b0 Update workflow Go ver.
  • e9d153a Fix go.sum
  • 77eba6d Merge pull request #997 from mackerelio/bump-version-0.81.0
  • 3f5baa2 ready for next release and update changelogs. version: 0.81.0
  • 3b12d7c Merge pull request #996 from mackerelio/update-wix
  • 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 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 1 update: [github.com/mackerelio/mackerel-agent](https://github.com/mackerelio/mackerel-agent).


Updates `github.com/mackerelio/mackerel-agent` from 0.80.0 to 0.81.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.80.0...v0.81.0)

---
updated-dependencies:
- dependency-name: github.com/mackerelio/mackerel-agent
  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 May 1, 2024
@@ -1,6 +1,8 @@
module github.com/mackerelio/mkr

go 1.20
go 1.21.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the workflow already uses Go 1.21.x

go-version: 1.21.x

@ne-sachirou ne-sachirou merged commit aba71c6 into master May 1, 2024
13 checks passed
@ne-sachirou ne-sachirou deleted the dependabot/go_modules/stable-packages-431f245fa5 branch May 1, 2024 07:32
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