Skip to content

Commit 6c24b2e

Browse files
committed
changelog: update to include 1.1.14 notes
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent 9e9fdd8 commit 6c24b2e

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
223223

224224
[cve-2019-5736]: https://github.com/advisories/GHSA-gxmr-w5mj-v8hh
225225

226+
## [1.1.14] - 2024-09-03
227+
228+
> 年を取っていいことは、驚かなくなることね。
229+
230+
### Security
231+
232+
* Fix [CVE-2024-45310][cve-2024-45310], a low-severity attack that allowed
233+
maliciously configured containers to create empty files and directories on
234+
the host.
235+
236+
[cve-2024-45310]: https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv
237+
238+
### Added
239+
240+
* Add support for Go 1.23. (#4360, #4372)
241+
242+
### Fixed
243+
244+
* Revert "allow overriding VERSION value in Makefile" and add `EXTRA_VERSION`.
245+
(#4370, #4382)
246+
* rootfs: consolidate mountpoint creation logic. (#4359)
247+
226248
## [1.1.13] - 2024-06-13
227249

228250
> There is no certainty in the world. This is the only certainty I have.
@@ -756,7 +778,8 @@ implementation (libcontainer) is *not* covered by this policy.
756778
[1.0.1]: https://github.com/opencontainers/runc/compare/v1.0.0...v1.0.1
757779

758780
<!-- 1.1.z patch releases -->
759-
[Unreleased 1.1.z]: https://github.com/opencontainers/runc/compare/v1.1.13...release-1.1
781+
[Unreleased 1.1.z]: https://github.com/opencontainers/runc/compare/v1.1.14...release-1.1
782+
[1.1.14]: https://github.com/opencontainers/runc/compare/v1.1.13...v1.1.14
760783
[1.1.13]: https://github.com/opencontainers/runc/compare/v1.1.12...v1.1.13
761784
[1.1.12]: https://github.com/opencontainers/runc/compare/v1.1.11...v1.1.12
762785
[1.1.11]: https://github.com/opencontainers/runc/compare/v1.1.10...v1.1.11

0 commit comments

Comments
 (0)