X Tutup
Skip to content

Commit b30d032

Browse files
committed
Add 1.2.0 beta 2 release notes
Combine all 1.2 beta release notes Signed-off-by: Derek McGowan <derek@mcgstyle.net>
1 parent ce1161f commit b30d032

File tree

3 files changed

+12
-69
lines changed

3 files changed

+12
-69
lines changed

releases/v1.2.0-beta.0.toml

Lines changed: 0 additions & 67 deletions
This file was deleted.
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,19 @@ containerd system. It can also be used to install `runc` and other related tools
5353
5454
[Documentation](https://github.com/containerd/containerd/blob/master/docs/managed-opt.md)
5555
56+
### Garbage Collection
57+
58+
Add support for cleaning up leases and content ingests to garbage collections.
59+
60+
Add expiration label to clean up temporary resources.
61+
5662
### API Changes
5763
58-
Minor API additions"""
64+
Minor API additions
65+
66+
### Other Improvements
67+
68+
Improved multi-arch image support using more precise matching and ranking"""
5969

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

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121
Package = "github.com/containerd/containerd"
2222

2323
// Version holds the complete version number. Filled in at linking time.
24-
Version = "1.2.0-beta.1+unknown"
24+
Version = "1.2.0-beta.2+unknown"
2525

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

0 commit comments

Comments
 (0)
X Tutup