-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[release/1.7] Prepare release notes for v1.7.19 #10391
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
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
092f48077Prepare release notes for v1.7.19436feeb0dPrepare api release for v1.7.1983822d144Add api release action2a6aa6ddf[release/1.7] api: update github.com/containerd/ttrpc v1.2.537926b10dvendor: github.com/containerd/ttrpc v1.2.5a522e267egolangci-lint fix typo in depguard message1ce1c8f3e1.7: Add back support for OTLP config from toml136e1b72dgolangci-lint: enable depguard for packages that movedf5ce2f204remove imports of errdefs package3be919f3cAdd support for 1.8 interfaces5b87eb502Add go mod replace when proto changes happena3a7431bcAdd api go submodule61b3e2261Alias protobuf plugin to new api types package4b82470f6refactor: move plugin/fieldpath to api/types/24ce9e431integration: backport upgrade testsuite's utils79500d5cb*: export RemoveVolatileOption for CRI image volumesbb80bd768strip-volatile-option-tmp-mounts6dce90b15update runc binary to v1.1.13884094be8devmapper plugin: skip plugin when not configured40012b644Fail integration test early when a plugin load fails869b78677vendor: github.com/containerd/platforms v0.2.16ccdf6977platforms: mark aliases as deprecated19a056163adjust default platform for backward-compatibility6ff3e09d2migrate platforms package to github.com/containerd/platforms327a3ac61go.mod: github.com/klauspost/compress v1.16.7d0d1264a6vendor: github.com/klauspost/compress v1.16.502b8dd5ffRemove cirrus configuration31d951bf5Run vagrant integration tests as github actions97abbe9cbbuild(deps): bump github.com/distribution/reference from 0.5.0 to 0.6.0a00a2d20areference/docker: remove deprecated SplitHostnameb38c0f2efreplace reference/docker for github.com/distribution/reference v0.5.0fef432bfebuild(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10487c61bfbvendor: go.etcd.io/bbolt v1.3.97211f87c4build(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0e908c3e6fvendor: golang.org/x/sync v0.4.0d814be5cebuild(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
f680838Remove hcsshim import from repo983ba15Update windows matcher to not compare empty os version17c859fAdd tests for osversion matching with no version38a74d2Add grammar for platform string724b9f8downgrade minimum required version of hcsshim to v0.10.0f6dd384enable linter on windowscb03428fix grammar and highlights in README5b937b0Fix link in README129b256Update linter to skip Windows18e3da6Add Github actions CIed29dfdRemove space at end of readmeb3f80eeAdd go module8ff004cAdd license and readmeChanges from containerd/ttrpc
4 commits
4785c70switch to github.com/containerd/log for logse0f3eadFix CI build status badge in readmeDependency Changes
Previous release can be found at v1.7.18