Skip to content

Bump github.com/mackerelio/mkr from 0.46.7 to 0.47.1 in /wix#13

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/wix/github.com/mackerelio/mkr-0.47.1
Closed

Bump github.com/mackerelio/mkr from 0.46.7 to 0.47.1 in /wix#13
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/wix/github.com/mackerelio/mkr-0.47.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 18, 2022

Bumps github.com/mackerelio/mkr from 0.46.7 to 0.47.1.

Release notes

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

v0.47.1

  • Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 #494

v0.47.0

  • Go 1.17 -> 1.19 #496
  • added filter by gojq #490
  • Organize flat packages in layers #489

v0.46.9

  • Bump github.com/golangci/golangci-lint from 1.46.2 to 1.47.1 #479
  • Bump alpine from 3.16.0 to 3.16.1 #478
  • Bump github.com/stretchr/testify from 1.7.2 to 1.8.0 #475
  • Bump github.com/mackerelio/mackerel-client-go from 0.21.0 to 0.21.1 #473
  • Bump github.com/mackerelio/mackerel-agent from 0.72.13 to 0.72.14 #472
  • Bump alpine from 3.15.1 to 3.16.0 #461

v0.46.8

  • Bump github.com/mackerelio/mackerel-agent from 0.72.12 to 0.72.13 #468
Changelog

Sourced from github.com/mackerelio/mkr's changelog.

0.47.1 (2022-09-14)

  • Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 #494 (dependabot[bot])

0.47.0 (2022-09-06)

  • Go 1.17 -> 1.19 #496 (yseto)
  • added filter by gojq #490 (yseto)
  • Organize flat packages in layers #489 (yseto)

0.46.9 (2022-07-20)

  • Bump github.com/golangci/golangci-lint from 1.46.2 to 1.47.1 #479 (dependabot[bot])
  • Bump alpine from 3.16.0 to 3.16.1 #478 (dependabot[bot])
  • Bump github.com/stretchr/testify from 1.7.2 to 1.8.0 #475 (dependabot[bot])
  • Bump github.com/mackerelio/mackerel-client-go from 0.21.0 to 0.21.1 #473 (dependabot[bot])
  • Bump github.com/mackerelio/mackerel-agent from 0.72.13 to 0.72.14 #472 (dependabot[bot])
  • Bump alpine from 3.15.1 to 3.16.0 #461 (dependabot[bot])

0.46.8 (2022-06-22)

  • Bump github.com/mackerelio/mackerel-agent from 0.72.12 to 0.72.13 #468 (dependabot[bot])
Commits
  • 4f644df Merge pull request #500 from mackerelio/bump-version-0.47.1
  • 7e864cd ready for next release and update changelogs. version: 0.47.1
  • 9a5c9ff Merge pull request #494 from mackerelio/dependabot/go_modules/github.com/mack...
  • 5171af8 Merge pull request #499 from mackerelio/bump-version-0.47.0
  • 5222960 ready for next release and update changelogs. version: 0.47.0
  • 335ca5f Merge pull request #496 from mackerelio/update-go
  • 5650208 go.mod 1.17 -> 1.18
  • 3725550 Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2
  • 1861b72 Merge pull request #490 from mackerelio/gojq
  • f799bda improve comment.
  • 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/mackerelio/mkr](https://github.com/mackerelio/mkr) from 0.46.7 to 0.47.1.
- [Release notes](https://github.com/mackerelio/mkr/releases)
- [Changelog](https://github.com/mackerelio/mkr/blob/master/CHANGELOG.md)
- [Commits](mackerelio/mkr@v0.46.7...v0.47.1)

---
updated-dependencies:
- dependency-name: github.com/mackerelio/mkr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 18, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3077813367

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage remained the same at 66.338%

Files with Coverage Reduction New Missed Lines %
command/command.go 3 62.35%
Totals Coverage Status
Change from base Build 2615472245: 0.0%
Covered Lines: 2154
Relevant Lines: 3247

💛 - Coveralls

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 6, 2022

Superseded by #21.

@dependabot dependabot bot closed this Nov 6, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/wix/github.com/mackerelio/mkr-0.47.1 branch November 6, 2022 16:01
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant