8000 Prepare 1.1.1-rc.1 by dmcgowan · Pull Request #2403 · containerd/containerd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Prepare 1.1.1-rc.1 #2403

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

Merged
merged 1 commit into from
Jun 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8000 35 changes: 35 additions & 0 deletions releases/v1.1.1-rc.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# commit to be tagged for new release
commit = "HEAD"

project_name = "containerd"
github_repo = "containerd/containerd"

# previous release
previous = "v1.1.0"

pre_release = true

preface = """\
This is the first patch release for the `containerd` 1.1 release. This
includes bug fixes related to CRI, image pull, and native snapshotter.

## CRI Plugin
Fixes for working set memory calculation, privileged container creation and
image volume directory ownership.
Fix a bug that container running as non-root will get capabilities added by
user. This is fixed to keep the behavior consistent with Docker.

## Image Pull
Fix for a size validation bug with some registries which impacts the
CRI plugin and clients.

## Native Snapshotter
Fix for bug in layers containing large files.

Please see the changelog for full details.
"""

# notable prs to include in the release notes, 1234 is the pr number
[notes]

[breaking]
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
Package = "github.com/containerd/containerd"

// Version holds the complete version number. Filled in at linking time.
Version = "1.1.1-rc.0+unknown"
Version = "1.1.1-rc.1+unknown"

// Revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.
Expand Down
0