Skip to content

Commit 52799c1

Browse files
authored
Merge pull request containers#2096 from TomSweeneyRedHat/dev/tsweeney/bumpimage1.48.1
[release-5.26] Bump c/storage to 1.48.1, c/image to 5.26.2 and 5.26.3-dev
2 parents a2b4512 + c92fbc8 commit 52799c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/BurntSushi/toml v1.3.2
88
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01
99
github.com/containers/ocicrypt v1.1.7
10-
github.com/containers/storage v1.48.0
10+
github.com/containers/storage v1.48.1
1111
github.com/cyberphone/json-canonicalization v0.0.0-20230514072755-504adb8a8af1
1212
github.com/docker/distribution v2.8.2+incompatible
1313
github.com/docker/docker v24.0.2+incompatible

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ github.com/containers/ocicrypt v1.1.0/go.mod h1:b8AOe0YR67uU8OqfVNcznfFpAzu3rdgU
225225
github.com/containers/ocicrypt v1.1.1/go.mod h1:Dm55fwWm1YZAjYRaJ94z2mfZikIyIN4B0oB3dj3jFxY=
226226
github.com/containers/ocicrypt v1.1.7 h1:thhNr4fu2ltyGz8aMx8u48Ae0Pnbip3ePP9/mzkZ/3U=
227227
github.com/containers/ocicrypt v1.1.7/go.mod h1:7CAhjcj2H8AYp5YvEie7oVSK2AhBY8NscCYRawuDNtw=
228-
github.com/containers/storage v1.48.0 h1:wiPs8J2xiFoOEAhxHDRtP6A90Jzj57VqzLRXOqeizns=
229-
github.com/containers/storage v1.48.0/go.mod h1:pRp3lkRo2qodb/ltpnudoXggrviRmaCmU5a5GhTBae0=
228+
github.com/containers/storage v1.48.1 h1:mMdr6whnMu8jJ1dO+tKaeSNbu6XJYSufWQF20uLr9Og=
229+
github.com/containers/storage v1.48.1/go.mod h1:pRp3lkRo2qodb/ltpnudoXggrviRmaCmU5a5GhTBae0=
230230
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
231231
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
232232
github.com/coreos/go-iptables v0.4.5/go.mod h1:/mVI274lEDI2ns62jHCDnCyBF9Iwsmekav8Dbxlm1MU=

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const (
88
// VersionMinor is for functionality in a backwards-compatible manner
99
VersionMinor = 26
1010
// VersionPatch is for backwards-compatible bug fixes
11-
VersionPatch = 2
11+
VersionPatch = 3
1212

1313
// VersionDev indicates development branch. Releases will be empty string.
1414
VersionDev = "-dev"

0 commit comments

Comments
 (0)