From ccaecfcbc907d70a7aa870a6650887b901b25b82 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 10 Aug 2023 10:32:18 -0700 Subject: [PATCH 1/2] VERSION: release 1.1.9 Signed-off-by: Kir Kolyshkin --- CHANGELOG.md | 16 +++++++++++++++- VERSION | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ebce91093..9b77c4c5902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased 1.1.z] +## [1.1.9] - 2023-08-10 + +> There is a crack in everything. That's how the light gets in. + +### Added + +* Added go 1.21 to the CI matrix; other CI updates. (#3976, #3958) + +### Fixed + +* Fixed losing sticky bit on tmpfs (a regression in 1.1.8). (#3952, #3961) +* intelrdt: fixed ignoring ClosID on some systems. (#3550, #3978) + ### Changed * Sum `anon` and `file` from `memory.stat` for cgroupv2 root usage, @@ -443,7 +456,8 @@ implementation (libcontainer) is *not* covered by this policy. [1.0.1]: https://github.com/opencontainers/runc/compare/v1.0.0...v1.0.1 -[Unreleased 1.1.z]: https://github.com/opencontainers/runc/compare/v1.1.8...release-1.1 +[Unreleased 1.1.z]: https://github.com/opencontainers/runc/compare/v1.1.9...release-1.1 +[1.1.8]: https://github.com/opencontainers/runc/compare/v1.1.8...v1.1.9 [1.1.8]: https://github.com/opencontainers/runc/compare/v1.1.7...v1.1.8 [1.1.7]: https://github.com/opencontainers/runc/compare/v1.1.6...v1.1.7 [1.1.6]: https://github.com/opencontainers/runc/compare/v1.1.5...v1.1.6 diff --git a/VERSION b/VERSION index 2877b1eb4fd..512a1faa680 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.8+dev +1.1.9 From 11737f554024a0db577f480a0d4c44848b3560e6 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 10 Aug 2023 10:32:44 -0700 Subject: [PATCH 2/2] VERSION: back to development Signed-off-by: Kir Kolyshkin --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 512a1faa680..5982401878a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.9 +1.1.9+dev