Skip to content

fix(deps): update elastic (8.19) - #8145

Open
elastic-renovate-prod[bot] wants to merge 1 commit into
8.19from
renovate/8.19-elastic
Open

fix(deps): update elastic (8.19)#8145
elastic-renovate-prod[bot] wants to merge 1 commit into
8.19from
renovate/8.19-elastic

Conversation

@elastic-renovate-prod

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/elastic/e2e-testing v1.2.3v1.99.1 age confidence require minor
github.com/elastic/elastic-agent-autodiscover v0.10.2v0.10.3 age confidence require patch
github.com/elastic/elastic-agent-libs v0.33.3v0.46.3 age confidence require minor
github.com/elastic/elastic-agent-system-metrics v0.14.3v0.14.5 age confidence indirect patch
github.com/elastic/go-concert v0.3.0v0.3.1 age confidence indirect patch
github.com/elastic/go-lumber v0.1.2-0.20220819171948-335fde24ea0fv0.2.0 age confidence indirect minor
github.com/elastic/go-seccomp-bpf v1.5.0v1.6.0 age confidence indirect minor
github.com/elastic/go-sysinfo v1.15.3v1.15.5 age confidence indirect patch
github.com/elastic/go-ucfg v0.8.8v0.9.1 age confidence require minor
github.com/elastic/gopacket d412fca3eaba08 replace digest
github.com/elastic/sarama v1.19.1-0.20260310070522-abae92ca1603v1.24.1-elastic age confidence indirect minor

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-autodiscover (github.com/elastic/elastic-agent-autodiscover)

v0.10.3

Compare Source

What's Changed

Full Changelog: elastic/elastic-agent-autodiscover@v0.10.2...v0.10.3

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

v0.46.3

Compare Source

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.46.2...v0.46.3

v0.46.2

Compare Source

What's Changed

New Contributors

Full Changelog: elastic/elastic-agent-libs@v0.46.1...v0.46.2

v0.46.1

Compare Source

What's Changed

New Contributors

Full Changelog: elastic/elastic-agent-libs@v0.46.0...v0.46.1

v0.46.0

Compare Source

What's Changed

New Contributors

Full Changelog: elastic/elastic-agent-libs@v0.45.0...v0.46.0

v0.45.0

Compare Source

What's Changed

New Contributors

Full Changelog: elastic/elastic-agent-libs@v0.44.0...v0.45.0

v0.44.0

Compare Source

What's Changed

New Contributors

Full Changelog: elastic/elastic-agent-libs@v0.43.1...v0.44.0

v0.43.1

Compare Source

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.43.0...v0.43.1

v0.43.0

Compare Source

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.42.2...v0.43.0

v0.42.2

Compare Source

What's Changed

  • fix(mapstr): DeepCloneUpdate must merge into map[string]interface{} destinations by @​strawgate in #​413

Full Changelog: elastic/elastic-agent-libs@v0.42.1...v0.42.2

v0.42.1

Compare Source

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.42.0...v0.42.1

v0.42.0

Compare Source

What's Changed

New Contributors

Full Changelog: elastic/elastic-agent-libs@v0.41.1...v0.42.0

v0.41.1

Compare Source

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.41.0...v0.41.1

v0.41.0

Compare Source

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.40.0...v0.41.0

v0.40.0

Compare Source

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.39.0...v0.40.0

v0.39.0

Compare Source

What's Changed

New Contributors

Full Changelog: elastic/elastic-agent-libs@v0.38.0...v0.39.0

v0.38.0

Compare Source

What's Changed

Full Changelog: elastic/elastic-agent-libs@v0.37.0...v0.38.0

v0.37.0

Compare Source

What's Changed

New Contributors

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

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/elastic-agent-system-metrics (github.com/elastic/elastic-agent-system-metrics)

v0.14.5

Compare Source

What's Changed

New Contributors

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

v0.14.4

Compare Source

What's Changed

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

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-lumber (github.com/elastic/go-lumber)

v0.2.0

Compare Source

Added
  • Add connection metadata to lj.Batch. #​29
  • Add configurable maximum window size. #​44
Changed
  • Require Go 1.17 to use module. #​28
elastic/go-seccomp-bpf (github.com/elastic/go-seccomp-bpf)

v1.6.0

Compare Source

Added
  • Initial release.
elastic/go-sysinfo (github.com/elastic/go-sysinfo)

v1.15.5

Compare Source

BUG FIXES:

  • windows: Resolve kernel image path via %SystemRoot% so KernelVersion works on hosts whose system drive is not C:. ([GH-288])

v1.15.4

Compare Source

IMPROVEMENTS:

  • linux: Add test case to validate OS metadata can be collected from AlmaLinux 10. ([GH-259])
  • linux: Add test case to validate OS metadata can be collected from Red Hat Enterprise Linux 10. ([GH-258])

BUG FIXES:

  • Host.FQDNWithContext() fixed to not return localhost as FQDN. ([GH-269])
  • aix: Fix compilation error caused by unused "io/ioutil" import. ([GH-267])
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 Shopify#1540 / elastic/beats#14536. It is only needed while official fixes by the Azure and / or Sarama teams are pending.


Configuration

📅 Schedule: Branch creation - Between 01:00 AM and 01:59 AM, Monday through Friday ( * 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants