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

fix(deps): update module github.com/osbuild/images to v0.117.0 #837

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

red-hat-konflux[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/osbuild/images require minor v0.116.0 -> v0.117.0

Release Notes

osbuild/images (github.com/osbuild/images)

v0.117.0: 0.117.0

Compare Source

Changes with 0.117.0

  • Delete F39 EOL repo definition (#​1208)
    • Author: Tomáš Hozza, Reviewers: Michael Vogt, Simon de Vlieger
  • Extract Fedora package sets into a single YAML file (#​1205)
    • Author: Achilleas Koutsou, Reviewers: Michael Vogt, Ondřej Budai, Tomáš Hozza
  • Pin CI workflows to ubuntu 24.04 (#​1214)
    • Author: Brian C. Lane, Reviewers: Achilleas Koutsou, Florian Schüller
  • Update osbuild dependency commit ID to latest (#​1203)
    • Author: SchutzBot, Reviewers: Achilleas Koutsou, Tomáš Hozza
  • build(deps): bump the go-deps group across 1 directory with 11 updates (#​1212)
    • Author: dependabot[bot], Reviewers: Achilleas Koutsou, Lukáš Zapletal
  • build(deps): bump the go-deps group with 2 updates (#​1215)
    • Author: dependabot[bot], Reviewers: Achilleas Koutsou, SchutzBot
  • distro: conditionally include basesystem/filesystem (#​1202)
    • Author: Micah Abbott, Reviewers: Achilleas Koutsou, Simon de Vlieger, Tomáš Hozza
  • go.mod: fix envoyproxy/go-control-plane/envoy version (#​1209)
    • Author: Florian Schüller, Reviewers: Simon de Vlieger, Tomáš Hozza
  • imagefilter: add SupportedOutputFormats (#​1168)
    • Author: Florian Schüller, Reviewers: Michael Vogt, Simon de Vlieger
  • imagefilter: improve supported filters discoverability (#​1198)
    • Author: Michael Vogt, Reviewers: Ondřej Budai, Simon de Vlieger
  • manifest: override insights-client-boot.service (HMS-4827) (#​1192)
    • Author: Jonathan Holloway, Reviewers: Achilleas Koutsou, Tomáš Hozza
  • reporegistry: re-export LoadAllRepositories (#​1211)
    • Author: Michael Vogt, Reviewers: Simon de Vlieger, Tomáš Hozza

— Somewhere on the Internet, 2025-02-14


Configuration

📅 Schedule: Branch creation - "after 5am on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.

This PR has been generated by MintMaker (powered by Renovate Bot).

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Copy link
Contributor Author

ℹ Artifact update notice

File name: bib/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 30 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.6 -> 1.22.9
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c -> v0.0.0-20250103183323-7d7fa50e5329
github.com/containerd/stargz-snapshotter/estargz v0.15.1 -> v0.16.3
github.com/containerd/typeurl/v2 v2.2.0 -> v2.2.3
github.com/containers/common v0.61.1 -> v0.62.0
github.com/containers/image/v5 v5.33.1 -> v5.34.0
github.com/containers/ocicrypt v1.2.0 -> v1.2.1
github.com/containers/storage v1.56.1 -> v1.57.1
github.com/cyphar/filepath-securejoin v0.3.4 -> v0.3.6
github.com/docker/docker v27.3.1+incompatible -> v27.5.1+incompatible
github.com/jmespath/go-jmespath v0.4.0 -> v0.4.1-0.20220621161143-b0104c826a24
github.com/moby/sys/capability v0.3.0 -> v0.4.0
github.com/proglottis/gpgme v0.1.3 -> v0.1.4
github.com/secure-systems-lab/go-securesystemslib v0.8.0 -> v0.9.0
github.com/sigstore/rekor v1.3.6 -> v1.3.8
github.com/sigstore/sigstore v1.8.9 -> v1.8.12
github.com/sylabs/sif/v2 v2.19.1 -> v2.20.2
github.com/tchap/go-patricia/v2 v2.3.1 -> v2.3.2
github.com/vbatts/tar-split v0.11.6 -> v0.11.7
github.com/vbauerster/mpb/v8 v8.8.3 -> v8.9.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 -> v0.58.0
go.opentelemetry.io/otel v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.32.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.32.0 -> v1.34.0
golang.org/x/crypto v0.32.0 -> v0.33.0
golang.org/x/net v0.34.0 -> v0.35.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/term v0.28.0 -> v0.29.0
golang.org/x/text v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 -> v0.0.0-20250207221924-e9438ea467c6
google.golang.org/protobuf v1.36.4 -> v1.36.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants