Skip to content

build(deps): bump github.com/elastic/elastic-agent-system-metrics from 0.14.3 to 0.14.4#7129

Merged
swiatekm merged 2 commits into
mainfrom
dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.14.4
May 29, 2026
Merged

build(deps): bump github.com/elastic/elastic-agent-system-metrics from 0.14.3 to 0.14.4#7129
swiatekm merged 2 commits into
mainfrom
dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.14.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/elastic/elastic-agent-system-metrics from 0.14.3 to 0.14.4.

Release notes

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

v0.14.4

What's Changed

Full Changelog: elastic/elastic-agent-system-metrics@v0.14.3...v0.14.4

Commits
  • 31d43a6 [cgv2] Convert cpu.stat microseconds to nanoseconds at parse site (#294)
  • 2845450 Migrate from deprecated docker/docker to moby/moby modules (#291)
  • 441a69b Bump Golang version to 1.25.9 (#292)
  • 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 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)

Bumps [github.com/elastic/elastic-agent-system-metrics](https://github.com/elastic/elastic-agent-system-metrics) from 0.14.3 to 0.14.4.
- [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases)
- [Commits](elastic/elastic-agent-system-metrics@v0.14.3...v0.14.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added automation backport-active-all Automated backport with mergify to all the active branches dependency Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels May 29, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 29, 2026 00:46
@dependabot dependabot Bot requested a review from blakerouse May 29, 2026 00:46
@dependabot dependabot Bot requested a review from swiatekm May 29, 2026 00:46
@dependabot dependabot Bot added dependency Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team backport-active-all Automated backport with mergify to all the active branches labels May 29, 2026
@github-actions

Copy link
Copy Markdown
Contributor

TL;DR

The failing Buildkite check-ci run is from an earlier PR commit (cb39cd83) that updated go.mod/go.sum without committing regenerated NOTICE files. The current PR head (91456a63) already adds the required NOTICE.txt and NOTICE-fips.txt updates, so the immediate action is to rerun CI on the latest commit.

Remediation

  • Re-run Buildkite (or re-trigger PR checks) against current head commit 91456a63bf7b3b1554d7c01eaea3cbec1e568036.
  • If it still fails, run mage check:notice and commit any resulting NOTICE changes.
Investigation details

Root Cause

This is a dependency/CI consistency failure, not a runtime code bug.

  • Failed build commit: cb39cd83e489ebc883c886d9f58b1cb2f1ce908b (from /tmp/gh-aw/buildkite-event.txt).
  • PR current head: 91456a63bf7b3b1554d7c01eaea3cbec1e568036.
  • Commit cb39cd83 changed only go.mod and go.sum (no NOTICE files).
  • Follow-up commit 91456a63 adds NOTICE.txt and NOTICE-fips.txt changes expected by CI.

Relevant check path:

  • .buildkite/scripts/check_ci.sh#L13 runs mage check:ci.
  • magefile.go#L485-L488 defines check:notice behavior (Check.Notice generates both NOTICE files).

Evidence

NOTICE-fips.txt: needs update
NOTICE.txt: needs update
Error: git update-index failure: running "git update-index --refresh" failed with exit code 1
  • Commit evidence:
    • cb39cd83: files changed = go.mod, go.sum
    • 91456a63: files changed = NOTICE.txt, NOTICE-fips.txt

Verification

  • Not run locally in this workflow; analysis is based on Buildkite logs plus PR/commit metadata.

Follow-up

  • No matching open flaky-test issue appears relevant to this failure mode.

Note

🔒 Integrity filter blocked 1 item

The following item were blocked because they don't meet the GitHub integrity level.

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

What is this? | From workflow: PR Buildkite Detective

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

@swiatekm swiatekm merged commit 565ea0f into main May 29, 2026
5 checks passed
@swiatekm swiatekm deleted the dependabot/go_modules/github.com/elastic/elastic-agent-system-metrics-0.14.4 branch May 29, 2026 09:08
@github-actions

Copy link
Copy Markdown
Contributor

@Mergifyio backport 9.4 9.3 8.19

@mergify

mergify Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

backport 9.4 9.3 8.19

✅ Backports have been created

Details

Cherry-pick of 565ea0f has failed:

On branch mergify/bp/9.4/pr-7129
Your branch is up to date with 'origin/9.4'.

You are currently cherry-picking commit 565ea0f.
  (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)

Changes to be committed:
	modified:   NOTICE-fips.txt
	modified:   NOTICE.txt
	modified:   go.sum

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

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

Cherry-pick of 565ea0f has failed:

On branch mergify/bp/8.19/pr-7129
Your branch is up to date with 'origin/8.19'.

You are currently cherry-picking commit 565ea0f.
  (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)

Changes to be committed:
	modified:   NOTICE-fips.txt
	modified:   NOTICE.txt
	modified:   go.mod

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

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

ebeahan pushed a commit that referenced this pull request May 29, 2026
…m 0.14.3 to 0.14.4 (#7129) (#7131)

* 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.14.3 to 0.14.4.
- [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases)
- [Commits](elastic/elastic-agent-system-metrics@v0.14.3...v0.14.4)

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



* Post dependabot file modifications

---------




(cherry picked from commit 565ea0f)

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>
swiatekm pushed a commit that referenced this pull request May 29, 2026
…ent-system-metrics from 0.14.3 to 0.14.4 (#7130)

* build(deps): bump github.com/elastic/elastic-agent-system-metrics from 0.14.3 to 0.14.4 (#7129)

* 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.14.3 to 0.14.4.
- [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases)
- [Commits](elastic/elastic-agent-system-metrics@v0.14.3...v0.14.4)

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

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

* Post dependabot file modifications

---------

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 565ea0f)

# Conflicts:
#	go.mod

* fix: resolve go.mod merge conflict in backport PR

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation backport-active-all Automated backport with mergify to all the active branches dependency Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant