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

[8.x](backport #6450) build(deps): bump github.com/elastic/elastic-agent-system-metrics from 0.11.5 to 0.11.7 #6452

Merged
merged 4 commits into from
Dec 31, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Dec 31, 2024

Bumps github.com/elastic/elastic-agent-system-metrics from 0.11.5 to 0.11.7.

Release notes

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

v0.11.7

What's Changed

Full Changelog: elastic/elastic-agent-system-metrics@v0.11.6...v0.11.7

v0.11.6

What's Changed

Full Changelog: elastic/elastic-agent-system-metrics@v0.11.5...v0.11.6

Commits
  • f03b1a2 [process/windows] - Ignore accessing command line arguments for selected proc...
  • b9fc63c [process] - Add a boolean to detect partial matches (#199)
  • See full diff 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)

This is an automatic backport of pull request #6450 done by [Mergify](https://mergify.com).

…m 0.11.5 to 0.11.7 (#6450)

* build(deps): bump github.com/elastic/elastic-agent-system-metrics

Bumps [github.com/elastic/elastic-agent-system-metrics](https://github.com/elastic/elastic-agent-system-metrics) from 0.11.5 to 0.11.7.
- [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases)
- [Commits](elastic/elastic-agent-system-metrics@v0.11.5...v0.11.7)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update NOTICE.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 4484c62)

# Conflicts:
#	NOTICE.txt
#	go.mod
#	go.sum
@mergify mergify bot requested a review from a team as a code owner December 31, 2024 06:39
@mergify mergify bot added backport conflicts There is a conflict in the backported pull request labels Dec 31, 2024
@mergify mergify bot requested review from kaanyalti and andrzej-stencel and removed request for a team December 31, 2024 06:39
Copy link
Contributor Author

mergify bot commented Dec 31, 2024

Cherry-pick of 4484c62 has failed:

On branch mergify/bp/8.x/pr-6450
Your branch is up to date with 'origin/8.x'.

You are currently cherry-picking commit 4484c6275.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   NOTICE.txt
	both modified:   go.mod
	both modified:   go.sum

no changes added to commit (use "git add" and/or "git commit -a")

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@jlind23 jlind23 enabled auto-merge (squash) December 31, 2024 06:45
@jlind23
Copy link
Contributor

jlind23 commented Dec 31, 2024

@VihasMakwana you might be interested by the CI failure here since you are the one who created the new elastic agent system metric version.

github.com/elastic/beats/v7/metricbeat/module/system/core

--
  | ../../../../go/pkg/mod/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20241202144630-0eb63c16f21a/metricbeat/module/system/core/core.go:65:18: multiple-value metrics.New(sys) (value of type ("github.com/elastic/elastic-agent-system-metrics/metric/cpu".Monitor, error)) in single-value context
  | # github.com/elastic/beats/v7/metricbeat/module/system/cpu
  | ../../../../go/pkg/mod/github.com/elastic/beats/v7@v7.0.0-alpha2.0.20241202144630-0eb63c16f21a/metricbeat/module/system/cpu/cpu.go:68:18: multiple-value metrics.New(sys) (value of type (
"github.com/elastic/elastic-agent-system-metrics/metric/cpu".Monitor, error)) in single-value context
  | Error: failed running go vet, please fix the issues reported: running "go vet ./..." failed with exit code 1

@pkoutsovasilis
Copy link
Contributor

@jlind23 I believe this one needs to go in first to resolve the CI issues we are seeing here 🙂

Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@jlind23 jlind23 merged commit 6f8f5ca into 8.x Dec 31, 2024
13 checks passed
@jlind23 jlind23 deleted the mergify/bp/8.x/pr-6450 branch December 31, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport conflicts There is a conflict in the backported pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants