containerd 1.7.9
Welcome to the v1.7.9 release of containerd!
The ninth patch release for containerd 1.7 contains various fixes and updates.
Notable Updates
- update runc binary to v1.1.10:: (#9359)
- vendor: upgrade OpenTelemetry to v1.19.0 / v0.45.0 (#9301)
- Expose usage of cri-api v1alpha2 (#9336)
- integration: deflake TestIssue9103 (#9354)
- fix: shimv1 leak issue (#9344)
- cri: add deprecation warnings for mirrors, auths, and configs (#9327)
- Update hcsshim tag to v0.11.4 (#9326)
- Expose usage of deprecated features (#9315)
See the changelog for complete list of changes
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
- Samuel Karp
- Kazuyoshi Kato
- Wei Fu
- Kirtana Ashok
- Derek McGowan
- Milas Bowman
- Sebastiaan van Stijn
- ruiwen-zhao
Changes
28 commits
- [release/1.7] Add release notes for v1.7.9 (#9333)
4b912af52
Add release notes for v1.7.9
- [release/1.7 backport] update runc binary to v1.1.10 (#9359)
eff291713
update runc binary to v1.1.10
- [release/1.7] vendor: upgrade OpenTelemetry to v1.19.0 / v0.45.0 (#9301)
bd9428ff7
vendor: upgrade OpenTelemetry to v1.19.0 / v0.45.0
- [release/1.7] Expose usage of cri-api v1alpha2 (#9336)
d62cba40c
Expose usage of cri-api v1alpha2
- [release/1.7] integration: deflake TestIssue9103 (#9354)
5dbc258a8
integration: deflake TestIssue9103
- [release/1.7] fix: shimv1 leak issue (#9344)
449912857
fix: shimv1 leak issue
- [release/1.7] cri: add deprecation warnings for mirrors, auths, and configs (#9327)
- [release/1.7] Update hcsshim tag to v0.11.4 (#9326)
73f15bdb6
Update hcsshim tag to v0.11.4
- [release/1.7] Expose usage of deprecated features (#9315)
60d48ffea
ctr: new deprecations command74a06671a
plugin: record deprecation for dynamic pluginsfa5f3c91a
server: add ability to record config deprecationsf7880e7f0
pull: record deprecation warning for schema 11dd2f2c02
introspection: add support for deprecationsaaf000c18
api/introspection: deprecation warnings in server9b7ceee54
warning: new service for deprecationsb708f8bfa
deprecation: new package for deprecations
Dependency Changes
- github.com/Microsoft/hcsshim v0.11.1 -> v0.11.4
- github.com/cenkalti/backoff/v4 v4.2.0 -> v4.2.1
- github.com/go-logr/logr v1.2.3 -> v1.2.4
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 -> v2.16.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.40.0 -> v0.45.0
- go.opentelemetry.io/otel v1.14.0 -> v1.19.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0 -> v1.19.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0 -> v1.19.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0 -> v1.19.0
- go.opentelemetry.io/otel/metric v0.37.0 -> v1.19.0
- go.opentelemetry.io/otel/sdk v1.14.0 -> v1.19.0
- go.opentelemetry.io/otel/trace v1.14.0 -> v1.19.0
- go.opentelemetry.io/proto/otlp v0.19.0 -> v1.0.0
Previous release can be found at v1.7.8