Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2025

Bumps the go-deps group with 7 updates:

Package From To
github.com/osbuild/blueprint 1.16.0 1.17.0
github.com/osbuild/images 0.216.0 0.217.0
github.com/spf13/cobra 1.9.1 1.10.1
go.yaml.in/yaml/v3 3.0.3 3.0.4
golang.org/x/sys 0.35.0 0.38.0
golang.org/x/term 0.34.0 0.37.0
sigs.k8s.io/yaml 1.5.0 1.6.0

Updates github.com/osbuild/blueprint from 1.16.0 to 1.17.0

Release notes

Sourced from github.com/osbuild/blueprint's releases.

1.17.0

Changes with 1.17.0

  • disk: make comment reflect reality (HMS-9417). (#37)
    • Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Michael Vogt

— Somewhere on the Internet, 2025-11-10

Commits

Updates github.com/osbuild/images from 0.216.0 to 0.217.0

Release notes

Sourced from github.com/osbuild/images's releases.

0.217.0

Changes with 0.217.0

  • build(deps): bump golangci/golangci-lint-action from 8 to 9 (#2003)
    • Author: dependabot[bot], Reviewers: Simon de Vlieger, Tomáš Hozza
  • depsolvednf: Check for empty depsolve executable string (#2001)
    • Author: Brian C. Lane, Reviewers: Michael Vogt, Tomáš Hozza
  • distro: fix bootc default filesystem handling when missing (#2007)
    • Author: Michael Vogt, Reviewers: Ondřej Budai, Simon de Vlieger
  • fedora: f41 eol (#2004)
    • Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Michael Vogt
  • many: lock root password for os pipeline (#1998)
    • Author: Simon de Vlieger, Reviewers: Michael Vogt
  • pyproject: add empty py-modules (#2013)
    • Author: Michael Vogt, Reviewers: Gianluca Zuccarelli, Simon de Vlieger
  • reporegistry: check for error before repo count (#2014)
    • Author: Achilleas Koutsou, Reviewers: Michael Vogt, Simon de Vlieger
  • test: drop distro,arch,image-type args from boot-image (#2005)
    • Author: Michael Vogt, Reviewers: Lukáš Zapletal, Simon de Vlieger
  • test: qemu based testing via bibs vm.py (local and in CI) for qcow2 [HMS-9572] (#1989)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou, Gianluca Zuccarelli, Simon de Vlieger

— Somewhere on the Internet, 2025-11-13

Commits
  • 51304fc distro: fix bootc default filesystem handling when missing
  • 62e1431 pyproject: add empty py-modules
  • 266b5ba reporegistry: check for error before repo count
  • 691d5ae fedora: remove f41 conditions
  • 7d3acd0 fedora: remove f41 tests
  • 6146fc5 test: add support for local qemu testing via bibs vm.py
  • b1dc64a test: make runner image-type dependant
  • 63af6bc Schutzfile: increase RNG to force (re)tests
  • b9beefb many: sync up os and ostree-deployment
  • 804615f many: lock root password for os pipeline
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 1.9.1 to 1.10.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.1

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: spf13/cobra#2303

✨ Features

🐛 Fix

🪠 Testing

📝 Docs

New Contributors

... (truncated)

Commits
  • 7da941c chore: Bump pflag to v1.0.9 (#2305)
  • 51d6751 Bump pflag to 1.0.8 (#2303)
  • 3f3b818 Update README.md with new logo
  • dcaf42e Add Periscope to the list of projects using Cobra (#2299)
  • 6dec1ae The default ShellCompDirective can be customized for a command and its subcom...
  • c8289c1 chore(golangci-lint): add some exclusion presets
  • 4af7b64 refactor: apply golangci-lint autofixes, work around false positives
  • 75790e4 chore(golangci-lint): upgrade to v2
  • db3ddb5 Adding sponsorship to README.md
  • 67171d6 putting sponsorship below header
  • Additional commits viewable in compare view

Updates go.yaml.in/yaml/v3 from 3.0.3 to 3.0.4

Commits

Updates golang.org/x/sys from 0.35.0 to 0.38.0

Commits
  • 15129aa cpu: also use MRS instruction in getmmfr1
  • ed38ca2 unix: add SizeofNhmsg and SizeofNexthopGrp
  • 3675c4c cpu: use MRS instruction to read arm64 system registers
  • 2a15272 unix: add consts for ELF handling
  • 6239615 cpu: add HPDS, LOR, PAN detection for arm64
  • ea436ef windows: add iphlpapi routing functions
  • 28c5bda unix: add SetMemPolicy and its mode/flag values
  • b731f78 unix/linux: switch to ubuntu 25.04, Go 1.25.1
  • 1edeebe unix: mkall.sh: fail if docker build failed
  • ecada54 unix: use slices.{Equal,Sort} in tests
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.34.0 to 0.37.0

Commits
  • 1231d54 go.mod: update golang.org/x dependencies
  • 3475bc8 term: fix some comments
  • 3a0828a go.mod: update golang.org/x dependencies
  • 1a11b45 go.mod: update golang.org/x dependencies
  • d862cd5 all: upgrade go directive to at least 1.24.0 [generated]
  • See full diff in compare view

Updates sigs.k8s.io/yaml from 1.5.0 to 1.6.0

Release notes

Sourced from sigs.k8s.io/yaml's releases.

v1.6.0

What's Changed

Commits
  • 048d724 Merge pull request #132 from thockin/master
  • 23c836c Bolster tests, mostly in error-handling
  • 2e3340b Add compact output tests
  • 4a4f539 Add test case for tabs in multi-line strings
  • 13509ad Change which methods get a newline and fix tests
  • 59c2c43 Add compact mode so KYAML can be used in more places
  • abc1add kyaml: Implement escaping closer to YAML spec
  • 7749171 Add a yamlfmt cmd
  • a932007 Add KYAML support
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 14, 2025 04:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 14, 2025
@dependabot dependabot bot requested review from achilleas-k, croissanne and supakeen and removed request for a team November 14, 2025 04:14
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

1 similar comment
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

Bumps the go-deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/osbuild/blueprint](https://github.com/osbuild/blueprint) | `1.16.0` | `1.17.0` |
| [github.com/osbuild/images](https://github.com/osbuild/images) | `0.216.0` | `0.217.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` |
| [go.yaml.in/yaml/v3](https://github.com/yaml/go-yaml) | `3.0.3` | `3.0.4` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.35.0` | `0.38.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.34.0` | `0.37.0` |
| [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) | `1.5.0` | `1.6.0` |


Updates `github.com/osbuild/blueprint` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/osbuild/blueprint/releases)
- [Commits](osbuild/blueprint@v1.16.0...v1.17.0)

Updates `github.com/osbuild/images` from 0.216.0 to 0.217.0
- [Release notes](https://github.com/osbuild/images/releases)
- [Commits](osbuild/images@v0.216.0...v0.217.0)

Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.9.1...v1.10.1)

Updates `go.yaml.in/yaml/v3` from 3.0.3 to 3.0.4
- [Commits](yaml/go-yaml@v3.0.3...v3.0.4)

Updates `golang.org/x/sys` from 0.35.0 to 0.38.0
- [Commits](golang/sys@v0.35.0...v0.38.0)

Updates `golang.org/x/term` from 0.34.0 to 0.37.0
- [Commits](golang/term@v0.34.0...v0.37.0)

Updates `sigs.k8s.io/yaml` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/kubernetes-sigs/yaml/releases)
- [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/yaml@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/osbuild/blueprint
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/osbuild/images
  dependency-version: 0.217.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: go.yaml.in/yaml/v3
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: golang.org/x/sys
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/term
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: sigs.k8s.io/yaml
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-deps-688473c11f branch from 046c792 to 3fbdd0f Compare November 18, 2025 04:17
Copy link
Member

@supakeen supakeen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This updates the go version, we likely don't want that?

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

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants