File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ require (
4343 github.com/stretchr/testify v1.11.1
4444 github.com/vishvananda/netlink v1.3.1
4545 go.etcd.io/bbolt v1.4.3
46- go.podman.io/image/v5 v5.0.0-20250826054041-6e4bed3c9118
46+ go.podman.io/image/v5 v5.37.0
4747 go.podman.io/storage v1.60.0
4848 golang.org/x/crypto v0.41.0
4949 golang.org/x/sync v0.16.0
Original file line number Diff line number Diff line change @@ -306,8 +306,8 @@ go.opentelemetry.io/otel/trace v1.35.0 h1:dPpEfJu1sDIqruz7BHFG3c7528f6ddfSWfFDVt
306306go.opentelemetry.io/otel/trace v1.35.0 /go.mod h1:WUk7DtFp1Aw2MkvqGdwiXYDZZNvA/1J8o6xRXLrIkyc =
307307go.opentelemetry.io/proto/otlp v1.5.0 h1:xJvq7gMzB31/d406fB8U5CBdyQGw4P399D1aQWU/3i4 =
308308go.opentelemetry.io/proto/otlp v1.5.0 /go.mod h1:keN8WnHxOy8PG0rQZjJJ5A2ebUoafqWp0eVQ4yIXvJ4 =
309- go.podman.io/image/v5 v5.0.0-20250826054041-6e4bed3c9118 h1:kbCAwuBu44/PsEN3Fj5JPSZZUjTAiTIpBC5yCmUBV6A =
310- go.podman.io/image/v5 v5.0.0-20250826054041-6e4bed3c9118 /go.mod h1:lW/CAHGbk1XF38SBTS3JoFZMnuW1CrU6ViTY3NxcBqQ =
309+ go.podman.io/image/v5 v5.37.0 h1:yzgQybwuWIIeK63hu+mQqna/wOh96XD5cpVc6j8Dg5M =
310+ go.podman.io/image/v5 v5.37.0 /go.mod h1:+s2Sx5dia/jVeT8tI3r2NAPrARMiDdbEq3QPIQogx3I =
311311go.podman.io/storage v1.60.0 h1:bWNSrR58nxg39VNFDSx3m0AswbvyzPGOo5XsUfomTao =
312312go.podman.io/storage v1.60.0 /go.mod h1:NK+rsWJVuQeCM7ifv7cxD3abegWxwtW/3OkuSUJJoE4 =
313313go.uber.org/automaxprocs v1.6.0 h1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs =
Original file line number Diff line number Diff line change 11package version
22
33// Version is the version of the build.
4- const Version = "0.65 .0-dev"
4+ const Version = "0.66 .0-dev"
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ const (
66 // VersionMajor is for an API incompatible changes
77 VersionMajor = 5
88 // VersionMinor is for functionality in a backwards-compatible manner
9- VersionMinor = 37
9+ VersionMinor = 38
1010 // VersionPatch is for backwards-compatible bug fixes
1111 VersionPatch = 0
1212
1313 // VersionDev indicates development branch. Releases will be empty string.
14- VersionDev = ""
14+ VersionDev = "-dev "
1515)
1616
1717// Version is the specification version that the package types support.
Original file line number Diff line number Diff line change 1- 1.60.0
1+ 1.61.0-dev
You can’t perform that action at this time.
0 commit comments