Skip to content

Commit ea9d42b

Browse files
Merge pull request openshift#7942 from r4f4/bump-containerd
OCPBUGS-27507: bump containerd for vulnerability fix
2 parents 26c28d7 + 4c07b37 commit ea9d42b

File tree

7 files changed

+1654
-90
lines changed

7 files changed

+1654
-90
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ require (
9696
golang.org/x/term v0.13.0
9797
google.golang.org/api v0.130.0
9898
google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5
99-
google.golang.org/grpc v1.58.2
99+
google.golang.org/grpc v1.58.3
100100
gopkg.in/ini.v1 v1.67.0
101101
gopkg.in/yaml.v2 v2.4.0
102102
k8s.io/api v0.29.0
@@ -171,7 +171,7 @@ require (
171171
github.com/google/s2a-go v0.1.4 // indirect
172172
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
173173
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
174-
github.com/hashicorp/errwrap v1.0.0 // indirect
174+
github.com/hashicorp/errwrap v1.1.0 // indirect
175175
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
176176
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
177177
github.com/hashicorp/go-uuid v1.0.3 // indirect
@@ -308,7 +308,8 @@ replace github.com/prometheus/client_golang => github.com/prometheus/client_gola
308308
replace golang.org/x/net => golang.org/x/net v0.5.0
309309

310310
// https://issues.redhat.com/browse/OCPBUGS-8119
311-
replace github.com/containerd/containerd => github.com/containerd/containerd v1.5.18
311+
// https://issues.redhat.com/browse/OCPBUGS-27507
312+
replace github.com/containerd/containerd => github.com/containerd/containerd v1.6.26
312313

313314
// https://issues.redhat.com/browse/OCPBUGS-8540
314315
replace go.mongodb.org/mongo-driver => go.mongodb.org/mongo-driver v1.11.2

go.sum

Lines changed: 1584 additions & 54 deletions
Large diffs are not rendered by default.

vendor/github.com/hashicorp/errwrap/errwrap.go

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

vendor/google.golang.org/grpc/internal/transport/http2_server.go

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

vendor/google.golang.org/grpc/server.go

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

vendor/google.golang.org/grpc/version.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/modules.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ github.com/gophercloud/utils/openstack/networking/v2/networks
657657
github.com/h2non/filetype/matchers
658658
github.com/h2non/filetype/matchers/isobmff
659659
github.com/h2non/filetype/types
660-
# github.com/hashicorp/errwrap v1.0.0
660+
# github.com/hashicorp/errwrap v1.1.0
661661
## explicit
662662
github.com/hashicorp/errwrap
663663
# github.com/hashicorp/go-cleanhttp v0.5.2
@@ -9234,7 +9234,7 @@ google.golang.org/genproto/googleapis/api/monitoredres
92349234
google.golang.org/genproto/googleapis/rpc/code
92359235
google.golang.org/genproto/googleapis/rpc/errdetails
92369236
google.golang.org/genproto/googleapis/rpc/status
9237-
# google.golang.org/grpc v1.58.2
9237+
# google.golang.org/grpc v1.58.3
92389238
## explicit; go 1.19
92399239
google.golang.org/grpc
92409240
google.golang.org/grpc/attributes
@@ -9816,5 +9816,5 @@ sigs.k8s.io/yaml
98169816
# github.com/Masterminds/goutils => github.com/Masterminds/goutils v1.1.1
98179817
# github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.17.0
98189818
# golang.org/x/net => golang.org/x/net v0.5.0
9819-
# github.com/containerd/containerd => github.com/containerd/containerd v1.5.18
9819+
# github.com/containerd/containerd => github.com/containerd/containerd v1.6.26
98209820
# go.mongodb.org/mongo-driver => go.mongodb.org/mongo-driver v1.11.2

0 commit comments

Comments
 (0)