Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps github.com/elastic/elastic-agent-libs from 0.21.4 to 0.21.6.

Release notes

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

v0.21.6

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.21.5...v0.21.6

v0.21.5

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.21.4...v0.21.5

Commits

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)

Bumps [github.com/elastic/elastic-agent-libs](https://github.com/elastic/elastic-agent-libs) from 0.21.4 to 0.21.6.
- [Release notes](https://github.com/elastic/elastic-agent-libs/releases)
- [Commits](elastic/elastic-agent-libs@v0.21.4...v0.21.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added automation skip-changelog Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels Aug 5, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 5, 2025 05:17
@dependabot dependabot bot added the Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team label Aug 5, 2025
@dependabot dependabot bot requested review from blakerouse and ycombinator August 5, 2025 05:17
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

1 similar comment
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

@mergify
Copy link
Contributor

mergify bot commented Aug 5, 2025

This pull request does not have a backport label. Could you fix it @dependabot[bot]? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-./d./d is the label that automatically backports to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

@ycombinator
Copy link
Contributor

CI is failing on this PR because the signature of tlscommon.LoadTLSConfig has changed to take an additional argument of *logp.Logger. The change was made in elastic/elastic-agent-libs#334. All the failures seen in CI are coming from the github.com/elastic/beats/v7 dependency so the fixes will need to be made in there and then a new version of the dependency will need to be pulled in to Agent to make CI green on this PR. cc: @khushijain21

@ycombinator
Copy link
Contributor

CI is failing on this PR because the signature of tlscommon.LoadTLSConfig has changed to take an additional argument of *logp.Logger. The change was made in elastic/elastic-agent-libs#334. All the failures seen in CI are coming from the github.com/elastic/beats/v7 dependency so the fixes will need to be made in there and then a new version of the dependency will need to be pulled in to Agent to make CI green on this PR.

@ycombinator
Copy link
Contributor

All the failures seen in CI are coming from the github.com/elastic/beats/v7 dependency so the fixes will need to be made in there and then a new version of the dependency will need to be pulled in to Agent to make CI green on this PR.

@khushijain21 I see you've put up elastic/beats#45720. I assume this PR will make the necessary fixes in Beats. Once that PR is merged, could you please update this PR here with the new Beats dependency to make CI green on this PR as well? Thanks!

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2025

A newer version of github.com/elastic/elastic-agent-libs exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Copy link
Contributor

@pkoutsovasilis pkoutsovasilis left a comment

Choose a reason for hiding this comment

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

thank you for addressing this one @khushijain21 , code changes look good overall. Waiting for the CI to be green to approve

@elastic-sonarqube
Copy link

Copy link
Contributor

@pkoutsovasilis pkoutsovasilis left a comment

Choose a reason for hiding this comment

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

@khushijain21 I just realised that we have an issue, we need to backport this dependency bump to all active branches. So now that we have coupled this PR with the otel dependency bumps how is this gonna play out?

@khushijain21 khushijain21 added backport-active-all Automated backport with mergify to all the active branches and removed backport-active-all Automated backport with mergify to all the active branches labels Aug 12, 2025
@mergify
Copy link
Contributor

mergify bot commented Aug 12, 2025

This pull request does not have a backport label. Could you fix it @dependabot[bot]? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-./d./d is the label that automatically backports to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

Copy link
Contributor

@pkoutsovasilis pkoutsovasilis left a comment

Choose a reason for hiding this comment

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

ok we had a brief discussion with @khushijain21 and we are gonna backport this dependency bump to all active branches, as required, and take extra steps to handle each backport appropriately. LGTM

@khushijain21 khushijain21 enabled auto-merge (squash) August 12, 2025 09:57
@khushijain21 khushijain21 merged commit cd7020c into main Aug 12, 2025
16 checks passed
@khushijain21 khushijain21 deleted the dependabot/go_modules/github.com/elastic/elastic-agent-libs-0.21.6 branch August 12, 2025 10:40
@andrzej-stencel andrzej-stencel mentioned this pull request Aug 12, 2025
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants