-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release/1.7] Prepare release notes for v1.7.19 #10391
Conversation
|
I usually skip packaging related change unless it is high impact. Its fine to add, just added the changelog label. |
Signed-off-by: Derek McGowan <[email protected]>
Perhaps we should include #10316 - which replaces a package for an separate module (and deprecates the old one) |
@thaJeztah just add the changelog label and update the PR title. We don't currently have an |
@dmcgowan updated the title and added the label |
/retest |
@samuelkarp tag is from the merge commit of this PR |
@kiashok its already in |
Generated notes...
Welcome to the v1.7.19 release of containerd!
The nineteenth patch release for containerd 1.7 contains various updates and
splits the main module from the api module in preparation for the same change
in containerd 2.0. Splitting the modules will allow 1.7 and 2.x to both exist
as transitive dependencies without running into API registration errors.
Projects should use this version as the minimum 1.7 version in preparing to
use containerd 2.0 or to be imported alongside it.
Highlights
Container Runtime Interface (CRI)
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
53 commits
092f48077
Prepare release notes for v1.7.19436feeb0d
Prepare api release for v1.7.1983822d144
Add api release action2a6aa6ddf
[release/1.7] api: update github.com/containerd/ttrpc v1.2.537926b10d
vendor: github.com/containerd/ttrpc v1.2.5a522e267e
golangci-lint fix typo in depguard message1ce1c8f3e
1.7: Add back support for OTLP config from toml136e1b72d
golangci-lint: enable depguard for packages that movedf5ce2f204
remove imports of errdefs package3be919f3c
Add support for 1.8 interfaces5b87eb502
Add go mod replace when proto changes happena3a7431bc
Add api go submodule61b3e2261
Alias protobuf plugin to new api types package4b82470f6
refactor: move plugin/fieldpath to api/types/24ce9e431
integration: backport upgrade testsuite's utils79500d5cb
*: export RemoveVolatileOption for CRI image volumesbb80bd768
strip-volatile-option-tmp-mounts6dce90b15
update runc binary to v1.1.13884094be8
devmapper plugin: skip plugin when not configured40012b644
Fail integration test early when a plugin load fails869b78677
vendor: github.com/containerd/platforms v0.2.16ccdf6977
platforms: mark aliases as deprecated19a056163
adjust default platform for backward-compatibility6ff3e09d2
migrate platforms package to github.com/containerd/platforms327a3ac61
go.mod: github.com/klauspost/compress v1.16.7d0d1264a6
vendor: github.com/klauspost/compress v1.16.502b8dd5ff
Remove cirrus configuration31d951bf5
Run vagrant integration tests as github actions97abbe9cb
build(deps): bump github.com/distribution/reference from 0.5.0 to 0.6.0a00a2d20a
reference/docker: remove deprecated SplitHostnameb38c0f2ef
replace reference/docker for github.com/distribution/reference v0.5.0fef432bfe
build(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10487c61bfb
vendor: go.etcd.io/bbolt v1.3.97211f87c4
build(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0e908c3e6f
vendor: golang.org/x/sync v0.4.0d814be5ce
build(deps): bump go.etcd.io/bbolt from 1.3.7 to 1.3.833b62936e
[release/1.7]: HPC working directory fix in pkg/cri/server codeChanges from containerd/platforms
21 commits
f680838
Remove hcsshim import from repo983ba15
Update windows matcher to not compare empty os version17c859f
Add tests for osversion matching with no version38a74d2
Add grammar for platform string724b9f8
downgrade minimum required version of hcsshim to v0.10.0f6dd384
enable linter on windowscb03428
fix grammar and highlights in README5b937b0
Fix link in README129b256
Update linter to skip Windows18e3da6
Add Github actions CIed29dfd
Remove space at end of readmeb3f80ee
Add go module8ff004c
Add license and readmeChanges from containerd/ttrpc
4 commits
4785c70
switch to github.com/containerd/log for logse0f3ead
Fix CI build status badge in readmeDependency Changes
Previous release can be found at v1.7.18