VERSION: release v1.1.0-rc.1

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
Aleksa Sarai
2021-12-09 17:07:31 +11:00
parent 6c1e2ecc20
commit 55df1fc4c8
2 changed files with 9 additions and 2 deletions
+8 -1
View File
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [1.1.0-rc.1] - 2021-12-14
> He who controls the spice controls the universe.
### Deprecated ### Deprecated
* runc run/start now warns if a new container cgroup is non-empty or frozen; * runc run/start now warns if a new container cgroup is non-empty or frozen;
this warning will become an error in runc 1.2. (#3132, #3223) this warning will become an error in runc 1.2. (#3132, #3223)
@@ -218,7 +224,8 @@ implementation (libcontainer) is *not* covered by this policy.
cgroups at all during `runc update`). (#2994) cgroups at all during `runc update`). (#2994)
<!-- minor releases --> <!-- minor releases -->
[Unreleased]: https://github.com/opencontainers/runc/compare/v1.0.0...HEAD [Unreleased]: https://github.com/opencontainers/runc/compare/v1.1.0-rc.1...HEAD
[1.1.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.0.0...v1.1.0-rc.1
[1.0.0]: https://github.com/opencontainers/runc/releases/tag/v1.0.0 [1.0.0]: https://github.com/opencontainers/runc/releases/tag/v1.0.0
<!-- 1.0.x patch releases --> <!-- 1.0.x patch releases -->
+1 -1
View File
@@ -1 +1 @@
1.0.0+dev 1.1.0-rc.1