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

build(deps): bump github.com/elastic/elastic-agent-system-metrics from 0.9.2 to 0.10.1 #39594

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/elastic/elastic-agent-system-metrics from 0.9.2 to 0.10.1.

Release notes

Sourced from github.com/elastic/elastic-agent-system-metrics's releases.

v0.10.1

What's Changed

Full Changelog: elastic/elastic-agent-system-metrics@v0.10.0...v0.10.1

v0.10.0

What's Changed

New Contributors

Full Changelog: elastic/elastic-agent-system-metrics@v0.9.3...v0.10.0

v0.9.3

What's Changed

New Contributors

Full Changelog: elastic/elastic-agent-system-metrics@v0.9.2...v0.9.3

Commits
  • 8889faa Use older version of docker that doesn't break beats (#152)
  • 5e3ec3d [updatecli] Bump Golang version to 1.21.10 (#151)
  • f6572de Add GetOneRootEvent method to process handler (#150)
  • 38970da Fix GetSelf() logic when running with alternate hostfs (#149)
  • 182b3ee Fix behavior of cgroups path discovery (#136)
  • cea4f3e Fix exe error checks (#148)
  • 15b496a Update some dependencies, change how go is installed in windows (#146)
  • e1b2260 Bump github.com/docker/docker from 26.0.0+incompatible to 26.0.2+incompatible...
  • c80c1de Bump golang.org/x/net from 0.19.0 to 0.23.0 (#144)
  • 8fa575b Add a test framework for monitoring the host system from inside a container (...
  • 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 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)

@dependabot dependabot bot requested a review from a team as a code owner May 16, 2024 10:42
@dependabot dependabot bot added automation dependabot GitHub Dependabot labels May 16, 2024
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label May 16, 2024
Copy link
Contributor

mergify bot commented May 16, 2024

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @dependabot[bot]? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v8./d.0 is the label to automatically backport to the 8./d branch. /d is the digit

@ycombinator ycombinator added the Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team label May 16, 2024
@elasticmachine
Copy link
Collaborator

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label May 16, 2024
@cmacknz
Copy link
Member

cmacknz commented May 17, 2024

@fearful-symmetry this still appears to be breaking the tests and needs some adjustments.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.10.1 branch from fb77269 to 00c1138 Compare May 17, 2024 15:39
Copy link
Contributor

mergify bot commented May 17, 2024

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.10.1 upstream/dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.10.1
git merge upstream/main
git push upstream dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.10.1

Bumps [github.com/elastic/elastic-agent-system-metrics](https://github.com/elastic/elastic-agent-system-metrics) from 0.9.2 to 0.10.1.
- [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases)
- [Changelog](https://github.com/elastic/elastic-agent-system-metrics/blob/main/CHANGELOG.md)
- [Commits](elastic/elastic-agent-system-metrics@v0.9.2...v0.10.1)

---
updated-dependencies:
- dependency-name: github.com/elastic/elastic-agent-system-metrics
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.10.1 branch from a1ad593 to 009ea68 Compare May 17, 2024 18:26
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

Superseded by #39627.

@dependabot dependabot bot closed this May 20, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.10.1 branch May 20, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation dependabot GitHub Dependabot Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants