File tree Expand file tree Collapse file tree 3 files changed +12
-69
lines changed
Expand file tree Collapse file tree 3 files changed +12
-69
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments