Skip to content

fix(deps): update elastic (main)#4370

Merged
elastic-renovate-prod[bot] merged 4 commits into
mainfrom
renovate/main-elastic
Apr 22, 2026
Merged

fix(deps): update elastic (main)#4370
elastic-renovate-prod[bot] merged 4 commits into
mainfrom
renovate/main-elastic

Conversation

@elastic-renovate-prod
Copy link
Copy Markdown
Contributor

@elastic-renovate-prod elastic-renovate-prod Bot commented Apr 13, 2026

This PR contains the following updates:

Package Type Update Change Pending
github.com/elastic/e2e-testing require minor v1.2.3 -> v1.99.1
github.com/elastic/elastic-agent-libs require minor v0.33.3 -> v0.36.0 v0.37.0
github.com/elastic/go-concert indirect patch v0.3.0 -> v0.3.1
github.com/elastic/go-lumber indirect digest 335fde2 -> 93ccc4a
github.com/elastic/go-seccomp-bpf indirect minor v1.5.0 -> v1.6.0
github.com/elastic/go-ucfg require minor v0.8.8 -> v0.9.1
github.com/elastic/goja replace digest dd2ac44 -> 241b342
github.com/elastic/gopacket replace digest e8c5fda -> 3eaba08
github.com/elastic/sarama indirect minor v1.19.1-0.20260310070522-abae92ca1603 -> v1.24.1-elastic

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

elastic/e2e-testing (github.com/elastic/e2e-testing)

v1.99.1

Compare Source

v1.99.0

Compare Source

elastic/elastic-agent-libs (github.com/elastic/elastic-agent-libs)

v0.36.0

Compare Source

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.35.0...v0.36.0

v0.35.0

Compare Source

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.34.0...v0.35.0

v0.34.0

Compare Source

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.33.3...v0.34.0

elastic/go-concert (github.com/elastic/go-concert)

v0.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: elastic/go-concert@v0.3.0...v0.3.1

elastic/go-seccomp-bpf (github.com/elastic/go-seccomp-bpf)

v1.6.0

Compare Source

Changed
  • Updated syscall table based on Linux v6.15. #​47
  • Updated Go module version 1.23.0. #​50
Fixed
  • Fixed a control flow bug in the filter when multiple syscall groups are defined. #​40
elastic/go-ucfg (github.com/elastic/go-ucfg)

v0.9.1

Compare Source

What's Changed

Full Changelog: elastic/go-ucfg@v0.9.0...v0.9.1

v0.9.0

Compare Source

What's Changed

Added
  • Add ability to skip validation with new NoValidate option. #​213
  • Add an option to escape paths with new PathEscape option. #​210
  • Add Unwrap to baseError for Go error unwrapping support. #​218
Changed
  • Update CI to Go 1.24/1.25 and latest GitHub Actions versions. #​217, #​220, #​221
  • Remove vendored dependencies in favor of Go modules. #​217
Fixed
  • Fix panic from custom string types. #​219
  • Fix reifyStruct to not use configured fields in inline unpacking. #​216

Full Changelog: elastic/go-ucfg@v0.8.8...v0.9.0

elastic/sarama (github.com/elastic/sarama)

v1.24.1-elastic: Sarama 1.24.1 with a custom patch to support Azure Event Hubs

Compare Source

This is a custom release vendored for the Elastic Beats repository as a short-term workaround to https://github.com/Shopify/sarama/issues/1540 / https://github.com/elastic/beats/issues/14536. It is only needed while official fixes by the Azure and / or Sarama teams are pending.


Configuration

📅 Schedule: Branch creation - "* 1 * * 1-5" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod Bot requested a review from a team as a code owner April 13, 2026 18:47
@elastic-renovate-prod elastic-renovate-prod Bot added backport-skip dependencies Pull requests that update a dependency file renovate renovate-auto-approve Team:Security-Cloud Services Security Data Experience - Cloud Services team. labels Apr 13, 2026
@elastic-renovate-prod
Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: github.com/elastic/sarama@v1.24.1-elastic: parsing go.mod:
	module declares its path as: github.com/Shopify/sarama
	        but was required as: github.com/elastic/sarama

@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-elastic branch 2 times, most recently from 9ba31a3 to 0e1478d Compare April 13, 2026 20:50
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-elastic branch 3 times, most recently from 72de17d to de91c67 Compare April 14, 2026 21:53
jeniawhite and others added 2 commits April 22, 2026 13:16
Fix multiple issues introduced by Renovate update commit:
- Revert github.com/elastic/sarama from broken v1.24.1-elastic (module
  declares itself as github.com/Shopify/sarama) to working pseudo-version
- Fix github.com/elastic/go-lumber from bare commit hash to proper
  pseudo-version v0.1.2-0.20240913080619-93ccc4a69e6a
- Fix goja replace directive from bare commit hash to proper pseudo-version
- Revert gopacket replace from downgraded commit hash to current version
- Update goja_nodejs to match new transitive dep requirements
- Run go mod tidy to update go.sum with correct hashes for all new versions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Revert e2e-testing to v1.2.3 (v1.99.1 removed pkg/downloads package)
- Revert goja replace to v0.0.0-20190128172624-dd2ac4456e20 (newer version
  removed RegisterSimpleMapType used by elastic/beats)
- Revert goja_nodejs to v0.0.0-20171011081505-adff31b136e6 for consistency
- Keep valid updates: elastic-agent-libs v0.36.0, go-ucfg v0.9.1,
  go-concert v0.3.1, go-seccomp-bpf v1.6.0
- Update go.sum via go mod tidy

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@elastic-renovate-prod elastic-renovate-prod Bot added this pull request to the merge queue Apr 22, 2026
@mergify mergify Bot added the queued label Apr 22, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 22, 2026

Merge Queue Status

This pull request spent 35 minutes 32 seconds in the queue, with no time running CI.

Waiting for:
  • check-success=Lint
  • check-success=Unit Test
  • any of:
    • check-neutral = Lint
    • check-skipped = Lint
    • check-success = Lint
  • any of:
    • check-neutral = Unit Test
    • check-skipped = Unit Test
    • check-success = Unit Test
All conditions
  • check-success=Lint
  • check-success=Unit Test
  • any of [🛡 GitHub branch protection]:
    • check-neutral = Lint
    • check-skipped = Lint
    • check-success = Lint
  • any of [🛡 GitHub branch protection]:
    • check-neutral = Unit Test
    • check-skipped = Unit Test
    • check-success = Unit Test
  • #approved-reviews-by >= 1 [🛡 GitHub branch protection]
  • #approved-reviews-by >= 1 [🛡 GitHub repository ruleset rule [org] Require a PR for Renovate]
  • #approved-reviews-by >= 1 [🛡 GitHub repository ruleset rule [org] Require a PR]
  • #changes-requested-reviews-by = 0 [🛡 GitHub branch protection]
  • #changes-requested-reviews-by = 0 [🛡 GitHub repository ruleset rule [org] Require a PR for Renovate]
  • #changes-requested-reviews-by = 0 [🛡 GitHub repository ruleset rule [org] Require a PR]
  • check-success=Manifest Tests
  • check-success=Package Cloudbeat (docker)
  • check-success=Package Cloudbeat (tar.gz)
  • check-success=Test Rego Policies
  • any of [🛡 GitHub branch protection]:
    • check-success = CLA
    • check-neutral = CLA
    • check-skipped = CLA
  • any of [🛡 GitHub branch protection]:
    • check-success = Package Cloudbeat (docker)
    • check-neutral = Package Cloudbeat (docker)
    • check-skipped = Package Cloudbeat (docker)
  • any of [🛡 GitHub branch protection]:
    • check-success = Package Cloudbeat (tar.gz)
    • check-neutral = Package Cloudbeat (tar.gz)
    • check-skipped = Package Cloudbeat (tar.gz)
  • any of [🛡 GitHub branch protection]:
    • check-success = Manifest Tests
    • check-neutral = Manifest Tests
    • check-skipped = Manifest Tests
  • any of [🛡 GitHub branch protection]:
    • check-success = Test Rego Policies
    • check-neutral = Test Rego Policies
    • check-skipped = Test Rego Policies

Reason

Pull request #4370 has been merged manually at a7d1166

Hint

You were too fast!

mergify Bot added a commit that referenced this pull request Apr 22, 2026
mergify Bot added a commit that referenced this pull request Apr 22, 2026
mergify Bot added a commit that referenced this pull request Apr 22, 2026
mergify Bot added a commit that referenced this pull request Apr 22, 2026
Merged via the queue into main with commit a7d1166 Apr 22, 2026
13 of 15 checks passed
@elastic-renovate-prod elastic-renovate-prod Bot deleted the renovate/main-elastic branch April 22, 2026 19:33
mergify Bot added a commit that referenced this pull request Apr 22, 2026
@elastic-renovate-prod
Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

mergify Bot added a commit that referenced this pull request Apr 22, 2026
@mergify mergify Bot mentioned this pull request Apr 22, 2026
1 task
@mergify mergify Bot added dequeued and removed queued labels Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-skip dependencies Pull requests that update a dependency file dequeued renovate renovate-auto-approve Team:Security-Cloud Services Security Data Experience - Cloud Services team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant