Skip to content

Commit bc4f2a2

Browse files
authored
Merge pull request containers#310 from Luap99/release
bump common to v0.65.0
2 parents fb41d4d + d02fa16 commit bc4f2a2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

common/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

common/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ go.opentelemetry.io/otel/trace v1.35.0 h1:dPpEfJu1sDIqruz7BHFG3c7528f6ddfSWfFDVt
306306
go.opentelemetry.io/otel/trace v1.35.0/go.mod h1:WUk7DtFp1Aw2MkvqGdwiXYDZZNvA/1J8o6xRXLrIkyc=
307307
go.opentelemetry.io/proto/otlp v1.5.0 h1:xJvq7gMzB31/d406fB8U5CBdyQGw4P399D1aQWU/3i4=
308308
go.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=
311311
go.podman.io/storage v1.60.0 h1:bWNSrR58nxg39VNFDSx3m0AswbvyzPGOo5XsUfomTao=
312312
go.podman.io/storage v1.60.0/go.mod h1:NK+rsWJVuQeCM7ifv7cxD3abegWxwtW/3OkuSUJJoE4=
313313
go.uber.org/automaxprocs v1.6.0 h1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs=

common/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version is the version of the build.
4-
const Version = "0.65.0-dev"
4+
const Version = "0.66.0-dev"

image/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

storage/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.60.0
1+
1.61.0-dev

0 commit comments

Comments
 (0)