From 82f18fe0e44a59034f3e1f45e475fa5636e539aa Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Tue, 18 Jul 2023 23:07:52 +0900 Subject: [PATCH 1/2] VERSION: release 1.1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to lifubang for suggesting the release name ("海纳百川 有容乃大") Co-authored-by: lifubang Signed-off-by: Akihiro Suda --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- VERSION | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b29ab4d1262..ad7e4d390e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased 1.1.z] +## [1.1.8] - 2023-07-20 + +> 海纳百川 有容乃大 + +### Added + +* Support riscv64. (#3905) + +### Fixed + +* init: do not print environment variable value. (#3879) +* libct: fix a race with systemd removal. (#3877) +* tests/int: increase num retries for oom tests. (#3891) +* man/runc: fixes. (#3892) +* Fix tmpfs mode opts when dir already exists. (#3916) +* docs/systemd: fix a broken link. (#3917) +* ci/cirrus: enable some rootless tests on cs9. (#3918) +* runc delete: call systemd's reset-failed. (#3932) +* libct/cg/sd/v1: do not update non-frozen cgroup after frozen failed. (#3921) + +### Changed + +* CI: bump Fedora, Vagrant, bats. (#3878) +* `.codespellrc`: update for 2.2.5. (#3909) + ## [1.1.7] - 2023-04-26 > Ночевала тучка золотая на груди утеса-великана. @@ -410,7 +435,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.7...release-1.1 +[Unreleased 1.1.z]: https://github.com/opencontainers/runc/compare/v1.1.8...release-1.1 +[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 [1.1.5]: https://github.com/opencontainers/runc/compare/v1.1.4...v1.1.5 diff --git a/VERSION b/VERSION index 6e0a471d24a..18efdb9ae67 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.7+dev +1.1.8 From 1fa89476d4e28f137d461ac46a675e1c0aea2b8d Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Tue, 18 Jul 2023 23:10:41 +0900 Subject: [PATCH 2/2] VERSION: back to development Signed-off-by: Akihiro Suda --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 18efdb9ae67..2877b1eb4fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.8 +1.1.8+dev