From 55df1fc4c8b048118cd30a17b50f96a15ab0f3ea Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Thu, 9 Dec 2021 17:07:31 +1100 Subject: [PATCH] VERSION: release v1.1.0-rc.1 Signed-off-by: Aleksa Sarai --- CHANGELOG.md | 9 ++++++++- VERSION | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f5ac259b4..7dfcbfe3642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). ## [Unreleased] + + +## [1.1.0-rc.1] - 2021-12-14 + +> He who controls the spice controls the universe. + ### Deprecated * 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) @@ -218,7 +224,8 @@ implementation (libcontainer) is *not* covered by this policy. cgroups at all during `runc update`). (#2994) -[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 diff --git a/VERSION b/VERSION index ad41d4c7d31..f7cf4dbe2e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0+dev +1.1.0-rc.1