fix(deps): update common, image, and storage deps to 22d50c5

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-23 01:08:30 +00:00
committed by GitHub
parent 25c358e374
commit 99a7f9f38d
5 changed files with 36 additions and 28 deletions

6
go.mod
View File

@@ -64,9 +64,9 @@ require (
github.com/stretchr/testify v1.11.1
github.com/vbauerster/mpb/v8 v8.11.2
github.com/vishvananda/netlink v1.3.1
go.podman.io/common v0.66.1-0.20251120131032-23712697ddda
go.podman.io/image/v5 v5.38.1-0.20251120131032-23712697ddda
go.podman.io/storage v1.61.1-0.20251120131032-23712697ddda
go.podman.io/common v0.66.1-0.20251122023359-22d50c57903c
go.podman.io/image/v5 v5.38.1-0.20251122023359-22d50c57903c
go.podman.io/storage v1.61.1-0.20251122023359-22d50c57903c
golang.org/x/crypto v0.45.0
golang.org/x/net v0.47.0
golang.org/x/sync v0.18.0

12
go.sum
View File

@@ -471,12 +471,12 @@ go.opentelemetry.io/otel/trace v1.38.0 h1:Fxk5bKrDZJUH+AMyyIXGcFAPah0oRcT+LuNtJr
go.opentelemetry.io/otel/trace v1.38.0/go.mod h1:j1P9ivuFsTceSWe1oY+EeW3sc+Pp42sO++GHkg4wwhs=
go.opentelemetry.io/proto/otlp v1.5.0 h1:xJvq7gMzB31/d406fB8U5CBdyQGw4P399D1aQWU/3i4=
go.opentelemetry.io/proto/otlp v1.5.0/go.mod h1:keN8WnHxOy8PG0rQZjJJ5A2ebUoafqWp0eVQ4yIXvJ4=
go.podman.io/common v0.66.1-0.20251120131032-23712697ddda h1:Ib1vIEYB5eCSz3G09sROyY/j09jztFlWRm4G52vWj3k=
go.podman.io/common v0.66.1-0.20251120131032-23712697ddda/go.mod h1:8qbjUhjwp4i5u1O19vzwYW2qwIuPdFXIuv4nl3Z8px8=
go.podman.io/image/v5 v5.38.1-0.20251120131032-23712697ddda h1:YySc/E4bpD5b5y4kFN/7ZDo5JcXnOpPfwU78kH9D+EU=
go.podman.io/image/v5 v5.38.1-0.20251120131032-23712697ddda/go.mod h1:9DniP9NaGH03kzwNKYEtOXgRJwO+cQHENH+G4sOwLNc=
go.podman.io/storage v1.61.1-0.20251120131032-23712697ddda h1:bC4fEguil4pwVp2U2zKWUC5ouqIwRDdtyJxtX1bPY+0=
go.podman.io/storage v1.61.1-0.20251120131032-23712697ddda/go.mod h1:4p18A5ymiiJTllTu2Eo7CX88SO+V110TMzi31pXsb1s=
go.podman.io/common v0.66.1-0.20251122023359-22d50c57903c h1:BVbMOd8iQudCWi7ZovrurXCF3OBrVjWHtRws4knbKgE=
go.podman.io/common v0.66.1-0.20251122023359-22d50c57903c/go.mod h1:8qbjUhjwp4i5u1O19vzwYW2qwIuPdFXIuv4nl3Z8px8=
go.podman.io/image/v5 v5.38.1-0.20251122023359-22d50c57903c h1:5RHfIQ06rcaVMCRM8TxTK8/tU550tQsVrDC8LQGm9LM=
go.podman.io/image/v5 v5.38.1-0.20251122023359-22d50c57903c/go.mod h1:9DniP9NaGH03kzwNKYEtOXgRJwO+cQHENH+G4sOwLNc=
go.podman.io/storage v1.61.1-0.20251122023359-22d50c57903c h1:KXfC7Sd8oNDasi/2LkNxD0O9Yz67FkTVBE6e0h9AqZ4=
go.podman.io/storage v1.61.1-0.20251122023359-22d50c57903c/go.mod h1:4p18A5ymiiJTllTu2Eo7CX88SO+V110TMzi31pXsb1s=
go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI=
go.yaml.in/yaml/v2 v2.4.2/go.mod h1:081UH+NErpNdqlCXm3TtEran0rJZGxAYx9hb/ELlsPU=
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=

View File

@@ -216,12 +216,12 @@ default_sysctls = [
#
#log_driver = "k8s-file"
# Default path for container logs to be stored in. When empty, logs will be stored
# Default path for container logs to be stored in. When empty, logs will be stored
# in the container's default storage and removed when the container is removed.
# A subdirectory named with the container ID will be created under the specified
# A subdirectory named with the container ID will be created under the specified
# path, and the log file will have the default name `ctr.log` within that directory.
# This option can be overridden by the `--log-opt` flag.
#
#
#log_path = ""
# Maximum size allowed for the container log file. Negative numbers indicate
@@ -359,7 +359,7 @@ default_sysctls = [
# already containers/images or CNI networks preset it will choose CNI.
#
# Before changing this value all containers must be stopped otherwise it is likely that
# iptables rules and network interfaces might leak on the host. A reboot will fix this.
# firewall rules and network interfaces might leak on the host. A reboot will fix this.
#
#network_backend = ""
@@ -384,7 +384,7 @@ default_sysctls = [
# The firewall driver to be used by netavark.
# The default is empty which means netavark will pick one accordingly. Current supported
# drivers are "iptables", "nftables", "none" (no firewall rules will be created) and "firewalld" (firewalld is
# drivers are "nftables", "none" (no firewall rules will be created) and "firewalld" (firewalld is
# experimental at the moment and not recommend outside of testing).
#
#firewall_driver = ""
@@ -542,10 +542,14 @@ default_sysctls = [
#
#enable_port_reservation = true
# Environment variables to be used when running the container engine (e.g., Podman, Buildah).
# For example "http_proxy=internal.proxy.company.com".
# Note these environment variables will not be used within the container.
# Set the env section under [containers] table, if you want to set environment variables for the container.
# Environment variables to be used when running the container engine (e.g.,
# Podman, Buildah). For example "MYVAR=value". These environment variables
# will not be used within the container. Set the env section under the
# [containers] table, if you want to set environment variables for the
# container.
# Note when using this to set http proxy variables then they might get
# leaked into the container depending on if `http_proxy` (under the
# [containers] table) is set to to true (default) or false.
#
#env = []

View File

@@ -169,12 +169,12 @@ default_sysctls = [
#
#log_driver = "k8s-file"
# Default path for container logs to be stored in. When empty, logs will be stored
# Default path for container logs to be stored in. When empty, logs will be stored
# in the container's default storage and removed when the container is removed.
# A subdirectory named with the container ID will be created under the specified
# A subdirectory named with the container ID will be created under the specified
# path, and the log file will have the default name `ctr.log` within that directory.
# This option can be overridden by the `--log-opt` flag.
#
#
#log_path = ""
# Maximum size allowed for the container log file. Negative numbers indicate
@@ -393,10 +393,14 @@ default_sysctls = [
#
#enable_port_reservation = true
# Environment variables to be used when running the container engine (e.g., Podman, Buildah).
# For example "http_proxy=internal.proxy.company.com".
# Note these environment variables will not be used within the container.
# Set the env section under [containers] table, if you want to set environment variables for the container.
# Environment variables to be used when running the container engine (e.g.,
# Podman, Buildah). For example "MYVAR=value". These environment variables
# will not be used within the container. Set the env section under the
# [containers] table, if you want to set environment variables for the
# container.
# Note when using this to set http proxy variables then they might get
# leaked into the container depending on if `http_proxy` (under the
# [containers] table) is set to to true (default) or false.
#
#env = []

6
vendor/modules.txt vendored
View File

@@ -787,7 +787,7 @@ go.opentelemetry.io/otel/trace
go.opentelemetry.io/otel/trace/embedded
go.opentelemetry.io/otel/trace/internal/telemetry
go.opentelemetry.io/otel/trace/noop
# go.podman.io/common v0.66.1-0.20251120131032-23712697ddda
# go.podman.io/common v0.66.1-0.20251122023359-22d50c57903c
## explicit; go 1.24.2
go.podman.io/common/internal
go.podman.io/common/internal/attributedstring
@@ -857,7 +857,7 @@ go.podman.io/common/pkg/umask
go.podman.io/common/pkg/util
go.podman.io/common/pkg/version
go.podman.io/common/version
# go.podman.io/image/v5 v5.38.1-0.20251120131032-23712697ddda
# go.podman.io/image/v5 v5.38.1-0.20251122023359-22d50c57903c
## explicit; go 1.24.0
go.podman.io/image/v5/copy
go.podman.io/image/v5/directory
@@ -931,7 +931,7 @@ go.podman.io/image/v5/transports
go.podman.io/image/v5/transports/alltransports
go.podman.io/image/v5/types
go.podman.io/image/v5/version
# go.podman.io/storage v1.61.1-0.20251120131032-23712697ddda
# go.podman.io/storage v1.61.1-0.20251122023359-22d50c57903c
## explicit; go 1.24.0
go.podman.io/storage
go.podman.io/storage/drivers