github.com/lalkh/containerd@v1.4.3/releases/v1.0.0.toml (about) 1 # commit to be tagged for new release 2 commit = "HEAD" 3 4 project_name = "containerd" 5 github_repo = "containerd/containerd" 6 7 # previous release 8 previous = "v1.0.0-rc.0" 9 10 pre_release = false 11 12 preface = """\ 13 `containerd` provides a daemon for managing running containers. 14 15 The new containerd is designed for use designed for use in container-based 16 systems, like Docker and Kubernetes. It provides minimal abstractions over the 17 operating system that gets out of the way. 18 19 A short list of differences from the 0.2 version of containerd follow: 20 21 - New runtime model based on tasks and containers 22 - Client-defined image push/pull, allows fully replaceable image distribution 23 - End-to-end event system 24 - Snapshot-based container storage system 25 - Content-addressed image storage system 26 - Arbitrary metadata storage for association with containerd objects 27 - Extensive, namespaced [GRPC API](https://github.com/containerd/containerd/tree/master/api/services) 28 - Rich API Client ([getting started](https://github.com/containerd/containerd/blob/master/docs/getting-started.md) and [godoc](https://godoc.org/github.com/containerd/containerd)). 29 30 You can read about the full details of the project in the [README](https://github.com/containerd/containerd/blob/v1.0.0/README.md). 31 32 If you would like to try containerd, please download the binaries included on 33 this release. If you are using Docker, you have already been using containerd 34 since Docker 1.11. The next release of Docker, 17.12 CE Edge, will include this 35 version of containerd. If you would like to use it with Kubernetes, a CRI 36 implementation against containerd is available at 37 [cri-containerd](https://github.com/kubernetes-incubator/cri-containerd). 38 39 The 1.0 release has been reached after 7 alphas, 4 betas, and 1 release 40 candidate full of stability fixes, hardening, and API improvements. If you run 41 into a new problems, please file an 42 [issue](https://github.com/containerd/containerd/issues). 43 44 The [_support horizon_](https://github.com/containerd/containerd/blob/master/RELEASES.md#support-horizon) 45 for containerd has been updated to include the 1.0 release. With this release, 46 the 0.2 release line is now moved to the "End of Life" state. No new releases 47 on that branch will be made. The 1.0 release train will be considered an active 48 branch with new patches until December 5, 2018 or when 1.1 is released. 49 50 As part the release of containerd 1.0, the governance model has been updated. 51 The day to day management of the project is taken care of by the maintainers. 52 The roles of chief maintainer and BDFL have been removed and a technical 53 steering committee has been added as an escalation point when consensus cannot 54 be reached among maintainers. See https://github.com/moby/tsc for details.""" 55 56 # notable prs to include in the release notes, 1234 is the pr number 57 [notes] 58 59 [breaking]