From 275e6d85f78a9d0a90d9a714ba5f667561a4b0b9 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Thu, 14 Mar 2024 17:03:19 +1100 Subject: [PATCH] VERSION: release v1.2.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 0a3a72ea10f..4d89ec538bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0-rc.1] - 2024-04-03 + +> There's a frood who really knows where his towel is. + `runc` now requires a minimum of Go 1.20 to compile. > **NOTE**: runc currently will not work properly when compiled with Go 1.22 or @@ -671,7 +675,7 @@ implementation (libcontainer) is *not* covered by this policy. cgroups at all during `runc update`). (#2994) -[Unreleased]: https://github.com/opencontainers/runc/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/opencontainers/runc/compare/v1.2.0-rc.1...HEAD [1.1.0]: https://github.com/opencontainers/runc/compare/v1.1.0-rc.1...v1.1.0 [1.0.0]: https://github.com/opencontainers/runc/releases/tag/v1.0.0 @@ -696,3 +700,6 @@ implementation (libcontainer) is *not* covered by this policy. [1.1.2]: https://github.com/opencontainers/runc/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.1.1 [1.1.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.0.0...v1.1.0-rc.1 + + +[1.2.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.2.0-rc.1 diff --git a/VERSION b/VERSION index 15863e3d98a..a94c1f6e270 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0+dev +1.2.0-rc.1