Skip to content

Commit fdc84c7

Browse files
authored
Merge pull request #1812 from fluxcd/containerd-v1.7.27
Update containerd v1.7.27
2 parents e98b89a + 71aa99e commit fdc84c7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ require (
160160
github.com/cloudflare/circl v1.6.1 // indirect
161161
github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
162162
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
163-
github.com/containerd/containerd v1.7.24 // indirect
163+
github.com/containerd/containerd v1.7.27 // indirect
164164
github.com/containerd/continuity v0.4.5 // indirect
165165
github.com/containerd/errdefs v0.3.0 // indirect
166166
github.com/containerd/log v0.1.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be h1:J5BL
270270
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be/go.mod h1:mk5IQ+Y0ZeO87b858TlA645sVcEcbiX6YqP98kt+7+w=
271271
github.com/containerd/cgroups v1.1.0 h1:v8rEWFl6EoqHB+swVNjVoCJE8o3jX7e8nqBGPLaDFBM=
272272
github.com/containerd/cgroups v1.1.0/go.mod h1:6ppBcbh/NOOUU+dMKrykgaBnK9lCIBxHqJDGwsa1mIw=
273-
github.com/containerd/containerd v1.7.24 h1:zxszGrGjrra1yYJW/6rhm9cJ1ZQ8rkKBR48brqsa7nA=
274-
github.com/containerd/containerd v1.7.24/go.mod h1:7QUzfURqZWCZV7RLNEn1XjUCQLEf0bkaK4GjUaZehxw=
273+
github.com/containerd/containerd v1.7.27 h1:yFyEyojddO3MIGVER2xJLWoCIn+Up4GaHFquP7hsFII=
274+
github.com/containerd/containerd v1.7.27/go.mod h1:xZmPnl75Vc+BLGt4MIfu6bp+fy03gdHAn9bz+FreFR0=
275275
github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4=
276276
github.com/containerd/continuity v0.4.5/go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE=
277277
github.com/containerd/errdefs v0.3.0 h1:FSZgGOeK4yuT/+DnF07/Olde/q4KBoMsaamhXxIMDp4=

internal/controller/ocirepository_controller_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3070,7 +3070,6 @@ func TestOCIRepository_objectLevelWorkloadIdentityFeatureGate(t *testing.T) {
30703070
return testEnv.Update(ctx, resultobj) == nil
30713071
}).Should(BeTrue())
30723072

3073-
g.Expect(testEnv.Update(ctx, resultobj)).To(Succeed())
30743073
g.Eventually(func() bool {
30753074
if err := testEnv.Get(ctx, key, resultobj); err != nil {
30763075
return false

0 commit comments

Comments
 (0)