Skip to content

Commit 3a91788

Browse files
committed
vendor: github.com/containerd/platforms v1.0.0-rc.2
- Add WS2025 to Windows matcher and code optimizations - use windowsMatchComparer for OSVersion match order Windows OS version should match based on the full OSVersion. When sorting a manifest, the entries should be sorted using the `Less` function. full diff: containerd/platforms@v1.0.0-rc.1...v1.0.0-rc.2 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 0b3c028 commit 3a91788

File tree

5 files changed

+33
-25
lines changed

5 files changed

+33
-25
lines changed

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
dario.cat/mergo v1.0.2
1111
github.com/containerd/errdefs v1.0.0
1212
github.com/containerd/log v0.1.0
13-
github.com/containerd/platforms v1.0.0-rc.1
13+
github.com/containerd/platforms v1.0.0-rc.2
1414
github.com/cpuguy83/go-md2man/v2 v2.0.7
1515
github.com/creack/pty v1.1.24
1616
github.com/distribution/reference v0.6.0

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ github.com/containerd/errdefs/pkg v0.3.0 h1:9IKJ06FvyNlexW690DXuQNx2KA2cUJXx151X
3838
github.com/containerd/errdefs/pkg v0.3.0/go.mod h1:NJw6s9HwNuRhnjJhM7pylWwMyAkmCQvQ4GpJHEqRLVk=
3939
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
4040
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
41-
github.com/containerd/platforms v1.0.0-rc.1 h1:83KIq4yy1erSRgOVHNk1HYdPvzdJ5CnsWaRoJX4C41E=
42-
github.com/containerd/platforms v1.0.0-rc.1/go.mod h1:J71L7B+aiM5SdIEqmd9wp6THLVRzJGXfNuWCZCllLA4=
41+
github.com/containerd/platforms v1.0.0-rc.2 h1:0SPgaNZPVWGEi4grZdV8VRYQn78y+nm6acgLGv/QzE4=
42+
github.com/containerd/platforms v1.0.0-rc.2/go.mod h1:J71L7B+aiM5SdIEqmd9wp6THLVRzJGXfNuWCZCllLA4=
4343
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
4444
github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3sHPnBo=
4545
github.com/cpuguy83/go-md2man/v2 v2.0.7/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=

vendor/github.com/containerd/platforms/defaults_windows.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/platforms/platform_windows_compat.go

Lines changed: 28 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ github.com/containerd/errdefs/pkg/internal/cause
3131
# github.com/containerd/log v0.1.0
3232
## explicit; go 1.20
3333
github.com/containerd/log
34-
# github.com/containerd/platforms v1.0.0-rc.1
34+
# github.com/containerd/platforms v1.0.0-rc.2
3535
## explicit; go 1.20
3636
github.com/containerd/platforms
3737
# github.com/cpuguy83/go-md2man/v2 v2.0.7

0 commit comments

Comments
 (0)