Skip to content
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

build(deps): bump the go-deps group across 1 directory with 3 updates #817

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

Bumps the go-deps group with 2 updates in the /bib directory: github.com/osbuild/images and github.com/spf13/pflag.

Updates github.com/osbuild/images from 0.112.0 to 0.114.0

Release notes

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

0.114.0

Changes with 0.114.0

  • Update osbuild dependency commit ID to latest (#1188)
    • Author: SchutzBot, Reviewers: Achilleas Koutsou
  • Update snapshots to 20250201 (#1187)
    • Author: SchutzBot, Reviewers: Achilleas Koutsou
  • cloud: add new Uploader interface and implement for AWS (#1185)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou
  • policies: allow custom directories and files under /usr/local (#1190)
    • Author: Ondřej Budai, Reviewers: Tomáš Hozza

— Somewhere on the Internet, 2025-02-03

0.113.0

Changes with 0.113.0

  • .github/workflows/update-osbuild: extend PR commit message (#1172)
    • Author: Florian Schüller, Reviewers: Tomáš Hozza
  • Add short output (#1167)
    • Author: Florian Schüller, Reviewers: Simon de Vlieger
  • Update osbuild dependency commit ID to latest (#1174)
    • Author: SchutzBot, Reviewers: Achilleas Koutsou, Brian C. Lane
  • build(deps): bump the go-deps group across 1 directory with 11 updates (#1178)
    • Author: dependabot[bot], Reviewers: Achilleas Koutsou
  • cmd/build: use the new manifestgen package (#1165)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou, Tomáš Hozza
  • data: add fedora-42 repository (#1183)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai, Simon de Vlieger
  • data: fix c10s repo GPG keys shipped in the data (#1181)
    • Author: Michael Vogt, Reviewers: Simon de Vlieger
  • distro: use rand.Int63 intead of time.UnixNano() (#1170)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou
  • dnfjson: support redirecting dnfjsons stderr (#1184)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou
  • go.mod: update to go v1.22 (#1180)
    • Author: Achilleas Koutsou, Reviewers: Florian Schüller, Simon de Vlieger
  • imagefilter: make short output format as unstable (#1173)
    • Author: Michael Vogt, Reviewers: Florian Schüller
  • imagefilter: use distrosort to sort the distro names (#1175)
    • Author: Michael Vogt, Reviewers: Simon de Vlieger
  • pkg/imagefilter/formatter: add shell output (#1166)
    • Author: Florian Schüller, Reviewers: Michael Vogt
  • rhel10: add @hardware-support to installed anaconda packages (#1177)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger

— Somewhere on the Internet, 2025-02-03

Commits
  • e569940 policies: allow custom directories and filed under /usr/local
  • 78bee57 cloud: add new Uploader interface and implement for AWS
  • 01af976 schutzfile: Update snapshots to 20250201
  • 4ff5892 schutzfile: Update osbuild dependency commit ID
  • 2621d49 dnfjson: support redirecting dnfjsons stderr
  • 41d97aa data: add fedora-42 repository
  • 689348b cmd/build: use the new manifestgen package
  • fe6a959 manifestgen: add new manifestgen.Options.WarningsOutput
  • 1abe971 manifestgen: add support for repos override
  • 6232f6b data: fix c10s repo GPG keys shipped in the data
  • Additional commits viewable in compare view

Updates github.com/spf13/pflag from 1.0.5 to 1.0.6

Release notes

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

v1.0.6

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.5...v1.0.6

Commits

Updates golang.org/x/exp from 0.0.0-20240719175910-8a7402abbf56 to 0.0.0-20241009180824-f66d83c29e7c

Commits

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

Bumps the go-deps group with 2 updates in the /bib directory: [github.com/osbuild/images](https://github.com/osbuild/images) and [github.com/spf13/pflag](https://github.com/spf13/pflag).


Updates `github.com/osbuild/images` from 0.112.0 to 0.114.0
- [Release notes](https://github.com/osbuild/images/releases)
- [Commits](osbuild/images@v0.112.0...v0.114.0)

Updates `github.com/spf13/pflag` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.5...v1.0.6)

Updates `golang.org/x/exp` from 0.0.0-20240719175910-8a7402abbf56 to 0.0.0-20241009180824-f66d83c29e7c
- [Commits](https://github.com/golang/exp/commits)

---
updated-dependencies:
- dependency-name: github.com/osbuild/images
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/spf13/pflag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: golang.org/x/exp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 4, 2025
@schutzbot schutzbot enabled auto-merge February 4, 2025 05:01
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 5, 2025
auto-merge was automatically disabled February 5, 2025 05:06

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/bib/go-deps-b5704e1e48 branch February 5, 2025 05:06
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.

1 participant