Skip to content

[Chore] Update elastic-agent-libs to v0.33.3#49195

Merged
belimawr merged 1 commit intoelastic:mainfrom
belimawr:update-elastic-agent-libs
Mar 2, 2026
Merged

[Chore] Update elastic-agent-libs to v0.33.3#49195
belimawr merged 1 commit intoelastic:mainfrom
belimawr:update-elastic-agent-libs

Conversation

@belimawr
Copy link
Copy Markdown
Contributor

@belimawr belimawr commented Mar 2, 2026

Proposed commit message

see title

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works. Where relevant, I have used the stresstest.sh script to run them under stress conditions and race detector to verify their stability.
  • I have added an entry in ./changelog/fragments using the changelog tool.

## Disruptive User Impact
## Author's Checklist
## How to test this PR locally

Related issues

## Use cases
## Screenshots
## Logs

@belimawr belimawr self-assigned this Mar 2, 2026
@belimawr belimawr requested a review from a team as a code owner March 2, 2026 15:16
@belimawr belimawr added the Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team label Mar 2, 2026
@elasticmachine
Copy link
Copy Markdown
Contributor

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

@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Mar 2, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 2, 2026

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@belimawr belimawr added the backport-active-all Automated backport with mergify to all the active branches label Mar 2, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Mar 2, 2026

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @belimawr? 🙏.
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-8./d is the label to automatically backport 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.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 2, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e14527c and 0119c99.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (2)
  • NOTICE.txt
  • go.mod

📝 Walkthrough

Walkthrough

This pull request updates the elastic-agent-libs dependency from version v0.32.2 to v0.33.3. The changes include updating the version reference in the go.mod file's require block and updating the corresponding LICENSE path reference in the NOTICE.txt file. No functional changes or modifications to exported declarations are introduced.

🚥 Pre-merge checks | ✅ 1 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Linked Issues check ❓ Inconclusive The PR updates elastic-agent-libs to v0.33.3 to address the flaky test in issue #49144, but the issue requests no code changes—only test monitoring. Clarify how the dependency bump fixes the flaky test. The linked issue suggests keeping the test unchanged and monitoring for future failures, not dependency updates.
✅ Passed checks (1 passed)
Check name Status Explanation
Out of Scope Changes check ✅ Passed All changes are limited to dependency version bumps in go.mod and NOTICE.txt—directly aligned with the PR objective of updating elastic-agent-libs.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Comment @coderabbitai help to get the list of available commands and usage tips.

@belimawr belimawr merged commit 18a4fb4 into elastic:main Mar 2, 2026
210 of 215 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 2, 2026

@Mergifyio backport 8.19 9.2 9.3

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Mar 2, 2026

backport 8.19 9.2 9.3

✅ Backports have been created

Details

mergify bot pushed a commit that referenced this pull request Mar 2, 2026
mergify bot pushed a commit that referenced this pull request Mar 2, 2026
mergify bot pushed a commit that referenced this pull request Mar 2, 2026
belimawr added a commit that referenced this pull request Mar 2, 2026
(cherry picked from commit 18a4fb4)

Co-authored-by: Tiago Queiroz <tiago.queiroz@elastic.co>
belimawr added a commit that referenced this pull request Mar 3, 2026
(cherry picked from commit 18a4fb4)

Co-authored-by: Tiago Queiroz <tiago.queiroz@elastic.co>
belimawr added a commit that referenced this pull request Mar 3, 2026
(cherry picked from commit 18a4fb4)

Co-authored-by: Tiago Queiroz <tiago.queiroz@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-active-all Automated backport with mergify to all the active branches 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.

[Flaky Test] TestDataAddedAfterCloseInactive: missing 'file is inactive' logs

3 participants