File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments