Skip to content

[8.19](backport #6377) build(deps): bump github.com/elastic/go-ucfg from 0.8.8 to 0.9.0#6378

Open
mergify[bot] wants to merge 6 commits into8.19from
mergify/bp/8.19/pr-6377
Open

[8.19](backport #6377) build(deps): bump github.com/elastic/go-ucfg from 0.8.8 to 0.9.0#6378
mergify[bot] wants to merge 6 commits into8.19from
mergify/bp/8.19/pr-6377

Conversation

@mergify
Copy link
Contributor

@mergify mergify bot commented Feb 18, 2026

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

Release notes

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

v0.9.0

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

Changelog

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

[0.9.0]

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
Commits
  • 08e1dbb Update CHANGELOG.md for v0.9.0 release. (#223)
  • 7ea6a4e Add CODEOWNERS file. (#222)
  • 02dedf3 Bump the github-actions group across 2 directories with 3 updates (#221)
  • 318a390 ci: use a new gh check to gather the build status (#220)
  • aabe3d2 Update the github CI to latest go versions and action versions (#217)
  • 07ad178 Update reifyStruct to not use configured fields in inline unpacking. (#216)
  • 7ec4378 Add Unwrap to baseError. (#218)
  • e543db8 Fix panic from custom string types (#219)
  • 3686933 chore: Update NOTICE.txt 2026 (#214)
  • 3520930 Add ability to disable validation (#213)
  • Additional commits viewable 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)

This is an automatic backport of pull request #6377 done by [Mergify](https://mergify.com).

* build(deps): bump github.com/elastic/go-ucfg from 0.8.8 to 0.9.0

Bumps [github.com/elastic/go-ucfg](https://github.com/elastic/go-ucfg) from 0.8.8 to 0.9.0.
- [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.8.8...v0.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Post dependabot file modifications

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 6073d17)

# Conflicts:
#	go.mod
#	go.sum
#	testing/go.sum
@mergify mergify bot requested a review from a team as a code owner February 18, 2026 10:33
@mergify mergify bot added backport conflicts There is a conflict in the backported pull request labels Feb 18, 2026
@mergify mergify bot added backport conflicts There is a conflict in the backported pull request labels Feb 18, 2026
@mergify
Copy link
Contributor Author

mergify bot commented Feb 18, 2026

Cherry-pick of 6073d17 has failed:

On branch mergify/bp/8.19/pr-6377
Your branch is up to date with 'origin/8.19'.

You are currently cherry-picking commit 6073d17.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   NOTICE-fips.txt
	modified:   NOTICE.txt
	modified:   testing/go.mod

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   go.mod
	both modified:   go.sum
	both modified:   testing/go.sum

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@swiatekm
Copy link
Contributor

@copilot run go mod tidy in this PR to fix conflicts in go.mod.sum.

Copy link
Contributor

Copilot AI commented Feb 18, 2026

@swiatekm I've opened a new pull request, #6381, to work on those changes. Once the pull request is ready, I'll request review from you.

…6381)

* Initial plan

* Resolve merge conflicts and run go mod tidy

Co-authored-by: swiatekm <93588780+swiatekm@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: swiatekm <93588780+swiatekm@users.noreply.github.com>
@swiatekm
Copy link
Contributor

@copilot try again, there are still some conflicts.

Copy link
Contributor

Copilot AI commented Feb 18, 2026

@swiatekm I've opened a new pull request, #6383, to work on those changes. Once the pull request is ready, I'll request review from you.

@swiatekm swiatekm enabled auto-merge (squash) February 19, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation backport conflicts There is a conflict in the backported pull request dependency Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants