go.mod: bump images to v0.144.0
tag v0.144.0 Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> Changes with 0.144.0 ---------------- * customizations: drop `FsNode` interface as it is not used (#1490) * Author: Michael Vogt, Reviewers: Brian C. Lane, Simon de Vlieger * distro/rhel10/ami: unset authselect in ImageConfig (COMPOSER-2517) (#1469) * Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Michael Vogt * manifest/os: immediately create directories (HMS-6043) (#1502) * Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Michael Vogt * osbuild: Add config to InsightsClientConfigStageOptions (#1503) * Author: rverdile, Reviewers: Michael Vogt, Sanne Raymaekers * refactor: replace logrus with stdlib log package (#1481) * Author: Lukáš Zapletal, Reviewers: Michael Vogt, Simon de Vlieger — Somewhere on the Internet, 2025-05-08
This commit is contained in:
parent
1559b4d760
commit
af97ca6fe7
16 changed files with 135 additions and 40 deletions
2
go.mod
2
go.mod
|
|
@ -45,7 +45,7 @@ require (
|
|||
github.com/openshift-online/ocm-sdk-go v0.1.438
|
||||
github.com/oracle/oci-go-sdk/v54 v54.0.0
|
||||
github.com/osbuild/blueprint v1.6.0
|
||||
github.com/osbuild/images v0.143.0
|
||||
github.com/osbuild/images v0.144.0
|
||||
github.com/osbuild/osbuild-composer/pkg/splunk_logger v0.0.0-20240814102216-0239db53236d
|
||||
github.com/osbuild/pulp-client v0.1.0
|
||||
github.com/prometheus/client_golang v1.20.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue