-
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
Prepare release notes for api/v1.8.0-rc.0 #10167
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Should this be a beta? |
We can do an rc release first to test out the process for sure |
Signed-off-by: Derek McGowan <derek@mcg.dev>
dmcgowan
force-pushed
the
prepare-api-1.8.0
branch
from
May 3, 2024 23:52
170db9b
to
55fcebf
Compare
dmcgowan
changed the title
Prepare release notes for api/v1.8.0
Prepare release notes for api/v1.8.0-rc.0
May 3, 2024
Updated to have an rc |
dims
approved these changes
May 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
AkihiroSuda
approved these changes
May 4, 2024
akhilerm
reviewed
May 4, 2024
akhilerm
reviewed
May 4, 2024
akhilerm
approved these changes
May 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
api/*
tags can be prepared using the release tool with containerd/release-tool#51. If we agree on this approach, we can create a Github action to handle api tags.Welcome to the api/v1.8.0-rc.0 release of containerd!
This is a pre-release of containerd
The first dedicated release for the containerd API. This release continues the 1.x
line of API compatibility with the 9th minor release of the 1.x API.
Highlights
Image Distribution
Runtime
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
52 commits
55fcebffc
Prepare release notes for api/v1.8.02ac2b9c90
Make api a Go sub-module3e9cace72
Move runtimeoptions to api directory4a4550777
Move runc options to api directoryde38490ed
sandbox: merge address and protocol to one urlf6e0cf189
sandbox: add address info in Start and Status response433279438
Transfer: Registry: Enable plain HTTP7a3b7fba5
Transfer: Registry: Enable to use registry configuration diretoryf0e874941
Add ttrpc generated services65031eade
Update protobuild to build ttrpc services5aa05481d
Add OSVersion to platform protobuf0facc8592
Fix proto formatting7f2d2c4f4
Move Message proto to typesb16e3572a
refactor: move plugin/fieldpath to api/types/22d586e51
api/services/instrospection: add PluginInfoa2472c0b5
transfer: add OCI descriptors to Progress structurebd5c602c4
api: introduce sync_fs to diff.ApplyRequest5fdf55e49
Update go module to github.com/containerd/containerd/v257c897f10
api/introspection: deprecation warnings in serverd2d434b7d
sandbox: add all sandbox information to Create methodf372b3501
sandbox: add sandboxer field of sandbox requestsf8fb2dad3
api: update image service to support target in delete requestcontainerd
to the message type reference (#9126)42eee8bf0
fix: Addcontainerd
to the message type referencee916d77c8
platforms: move ToProto, FromProto to api/types939ccbed4
Sandbox: Add annotations to CreateSandbox surface5dedb6d0d
archive: use 1970-01-01 as the whiteout timestampd278d37ca
Sandbox: Add Metrics rpc for controllerd56722ef2
Sandbox: Add SandboxMetrics rpc65906335b
Add sandbox events protos0bbca7f1b
Cleanup protobuild configDependency Changes
Previous release can be found at v1.7.0