Skip to content

Commit 2c9f560

Browse files
committed
VERSION: release 1.1.14
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent a86c3d8 commit 2c9f560

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

CHANGELOG.md

+27-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased 1.1.z]
88

9+
## [1.1.14] - 2024-09-03
10+
11+
> 年を取っていいことは、驚かなくなることね。
12+
13+
### Security
14+
15+
* Fix [CVE-2024-45310][cve-2024-45310], a low-severity attack that allowed
16+
maliciously configured containers to create empty files and directories on
17+
the host.
18+
19+
[cve-2024-45310]: https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv
20+
21+
### Added
22+
23+
* Add support for Go 1.23. (#4360, #4372)
24+
25+
### Fixed
26+
27+
* Revert "allow overriding VERSION value in Makefile" and add `EXTRA_VERSION`.
28+
(#4370, #4382)
29+
* rootfs: consolidate mountpoint creation logic. (#4359)
30+
31+
### Changed
32+
933
## [1.1.13] - 2024-06-13
1034

1135
> There is no certainty in the world. This is the only certainty I have.
@@ -19,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1943
* Support go 1.22.4+. (#4313)
2044
* runc list: fix race with runc delete. (#4231)
2145
* Fix set nofile rlimit error. (#4277, #4299)
22-
* libct/cg/fs: fix setting rt_period vs rt_runtime. (#4284)
46+
* libct/cg/fs: fix setting `rt_period` vs `rt_runtime`. (#4284)
2347
* Fix a debug msg for user ns in nsexec. (#4315)
2448
* script/*: fix gpg usage wrt keyboxd. (#4316)
2549
* CI fixes and misc backports. (#4241)
@@ -538,7 +562,8 @@ implementation (libcontainer) is *not* covered by this policy.
538562
[1.0.1]: https://github.com/opencontainers/runc/compare/v1.0.0...v1.0.1
539563

540564
<!-- 1.1.z patch releases -->
541-
[Unreleased 1.1.z]: https://github.com/opencontainers/runc/compare/v1.1.13...release-1.1
565+
[Unreleased 1.1.z]: https://github.com/opencontainers/runc/compare/v1.1.14...release-1.1
566+
[1.1.14]: https://github.com/opencontainers/runc/compare/v1.1.13...v1.1.14
542567
[1.1.13]: https://github.com/opencontainers/runc/compare/v1.1.12...v1.1.13
543568
[1.1.12]: https://github.com/opencontainers/runc/compare/v1.1.11...v1.1.12
544569
[1.1.11]: https://github.com/opencontainers/runc/compare/v1.1.10...v1.1.11

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.13+dev
1+
1.1.14

0 commit comments

Comments
 (0)