-
Notifications
You must be signed in to change notification settings - Fork 20
build(deps): bump the go-deps group with 7 updates #367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
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 |
1 similar comment
|
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 |
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>
046c792 to
3fbdd0f
Compare
supakeen
left a comment
There was a problem hiding this 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?
Bumps the go-deps group with 7 updates:
1.16.01.17.00.216.00.217.01.9.11.10.13.0.33.0.40.35.00.38.00.34.00.37.01.5.01.6.0Updates
github.com/osbuild/blueprintfrom 1.16.0 to 1.17.0Release notes
Sourced from github.com/osbuild/blueprint's releases.
Commits
f6ae5bfdisk: make comment reflect realityUpdates
github.com/osbuild/imagesfrom 0.216.0 to 0.217.0Release notes
Sourced from github.com/osbuild/images's releases.
Commits
51304fcdistro: fix bootc default filesystem handling when missing62e1431pyproject: add empty py-modules266b5bareporegistry: check for error before repo count691d5aefedora: remove f41 conditions7d3acd0fedora: remove f41 tests6146fc5test: add support for local qemu testing via bibs vm.pyb1dc64atest: make runner image-type dependant63af6bcSchutzfile: increase RNG to force (re)testsb9beefbmany: sync up os and ostree-deployment804615fmany: lock root password for os pipelineUpdates
github.com/spf13/cobrafrom 1.9.1 to 1.10.1Release notes
Sourced from github.com/spf13/cobra's releases.
... (truncated)
Commits
7da941cchore: Bump pflag to v1.0.9 (#2305)51d6751Bump pflag to 1.0.8 (#2303)3f3b818Update README.md with new logodcaf42eAdd Periscope to the list of projects using Cobra (#2299)6dec1aeThe default ShellCompDirective can be customized for a command and its subcom...c8289c1chore(golangci-lint): add some exclusion presets4af7b64refactor: apply golangci-lint autofixes, work around false positives75790e4chore(golangci-lint): upgrade to v2db3ddb5Adding sponsorship to README.md67171d6putting sponsorship below headerUpdates
go.yaml.in/yaml/v3from 3.0.3 to 3.0.4Commits
c3552c1Downgrade the go version number in go.modUpdates
golang.org/x/sysfrom 0.35.0 to 0.38.0Commits
15129aacpu: also use MRS instruction in getmmfr1ed38ca2unix: add SizeofNhmsg and SizeofNexthopGrp3675c4ccpu: use MRS instruction to read arm64 system registers2a15272unix: add consts for ELF handling6239615cpu: add HPDS, LOR, PAN detection for arm64ea436efwindows: add iphlpapi routing functions28c5bdaunix: add SetMemPolicy and its mode/flag valuesb731f78unix/linux: switch to ubuntu 25.04, Go 1.25.11edeebeunix: mkall.sh: fail if docker build failedecada54unix: use slices.{Equal,Sort} in testsUpdates
golang.org/x/termfrom 0.34.0 to 0.37.0Commits
1231d54go.mod: update golang.org/x dependencies3475bc8term: fix some comments3a0828ago.mod: update golang.org/x dependencies1a11b45go.mod: update golang.org/x dependenciesd862cd5all: upgrade go directive to at least 1.24.0 [generated]Updates
sigs.k8s.io/yamlfrom 1.5.0 to 1.6.0Release notes
Sourced from sigs.k8s.io/yaml's releases.
Commits
048d724Merge pull request #132 from thockin/master23c836cBolster tests, mostly in error-handling2e3340bAdd compact output tests4a4f539Add test case for tabs in multi-line strings13509adChange which methods get a newline and fix tests59c2c43Add compact mode so KYAML can be used in more placesabc1addkyaml: Implement escaping closer to YAML spec7749171Add a yamlfmt cmda932007Add KYAML supportDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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