Skip to content

Commit 516f223

Browse files
committed
VERSION: release 1.3.4
Signed-off-by: lifubang <[email protected]>
1 parent cef8c32 commit 516f223

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased 1.3.z]
88

9+
## [1.3.4] - 2025-11-27
10+
11+
> Take me to your heart, take me to your soul.
12+
13+
### Fixed
14+
* fix mips compilation (#4962, #4966)
15+
* only set mode= for tmpfs mount if target already existed
16+
(#4971, #4975)
17+
* fix fd leaks and detect them as comprehensively as possible
18+
(#5007, #5021, #5028)
19+
920
## [1.3.3] - 2025-11-05
1021

1122
> 奴らに支配されていた恐怖を
@@ -1217,7 +1228,8 @@ implementation (libcontainer) is *not* covered by this policy.
12171228
[1.2.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.2.0-rc.1
12181229

12191230
<!-- 1.3.z patch releases -->
1220-
[Unreleased 1.3.z]: https://github.com/opencontainers/runc/compare/v1.3.3...release-1.3
1231+
[Unreleased 1.3.z]: https://github.com/opencontainers/runc/compare/v1.3.4...release-1.3
1232+
[1.3.4]: https://github.com/opencontainers/runc/compare/v1.3.3...v1.3.4
12211233
[1.3.3]: https://github.com/opencontainers/runc/compare/v1.3.2...v1.3.3
12221234
[1.3.2]: https://github.com/opencontainers/runc/compare/v1.3.1...v1.3.2
12231235
[1.3.1]: https://github.com/opencontainers/runc/compare/v1.3.0...v1.3.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.3+dev
1+
1.3.4

0 commit comments

Comments
 (0)