Skip to content

build(deps): bump github.com/elastic/go-ucfg from 0.9.0 to 0.9.1#17699

Merged
mrodm merged 1 commit intomainfrom
dependabot/go_modules/github.com/elastic/go-ucfg-0.9.1
Mar 6, 2026
Merged

build(deps): bump github.com/elastic/go-ucfg from 0.9.0 to 0.9.1#17699
mrodm merged 1 commit intomainfrom
dependabot/go_modules/github.com/elastic/go-ucfg-0.9.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

Bumps github.com/elastic/go-ucfg from 0.9.0 to 0.9.1.

Release notes

Sourced from github.com/elastic/go-ucfg's releases.

v0.9.1

What's Changed

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

Changelog

Sourced from github.com/elastic/go-ucfg's changelog.

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

Commits
  • 8926a73 Don't propogate configuredFields into child structs. (#227)
  • a4f19a1 Bump the github-actions group across 2 directories with 1 update (#225)
  • 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/go-ucfg](https://github.com/elastic/go-ucfg) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/elastic/go-ucfg/releases)
- [Changelog](https://github.com/elastic/go-ucfg/blob/main/CHANGELOG.md)
- [Commits](elastic/go-ucfg@v0.9.0...v0.9.1)

---
updated-dependencies:
- dependency-name: github.com/elastic/go-ucfg
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the automation label Mar 6, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 6, 2026 13:33
@dependabot dependabot bot added the automation label Mar 6, 2026
@elasticmachine
Copy link
Copy Markdown

💚 Build Succeeded

@mrodm
Copy link
Copy Markdown
Collaborator

mrodm commented Mar 6, 2026

@elastic/ecosystem merging this PR to avoid issues from go-ucfg with version 0.9.0 where data_stream.dataset was not able to be read from configuration test files.

Testing azure_blob_storage package that defines data_stream.dataset variable in its system test configuration:

  • In main branch (variable from the configuration file not taken into account):
2026/03/06 18:35:04 DEBUG checking for expected data in data stream (10m0s)...
2026/03/06 18:35:04 DEBUG found 0 hits in logs-azure_blob_storage.generic-49405 data stream
2026/03/06 18:35:05 DEBUG found 0 hits in logs-azure_blob_storage.generic-49405 data stream
2026/03/06 18:35:06 DEBUG found 0 hits in logs-azure_blob_storage.generic-49405 data stream
  • In this PR (value read from the configuration file):
2026/03/06 18:33:54 DEBUG checking for expected data in data stream (10m0s)...
2026/03/06 18:33:54 DEBUG found 0 hits in logs-azure_blob_storage.emulator-57878 data stream
2026/03/06 18:33:55 DEBUG found 0 hits in logs-azure_blob_storage.emulator-57878 data stream

Relates to:

@mrodm mrodm merged commit b3b3925 into main Mar 6, 2026
12 checks passed
@mrodm mrodm deleted the dependabot/go_modules/github.com/elastic/go-ucfg-0.9.1 branch March 6, 2026 17:38
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.

2 participants