Skip to content

Commit 7a8738e

Browse files
committed
merge #4500 into opencontainers/runc:release-1.2
Rodrigo Campos (2): VERSION: back to development VERSION: release v1.2.1 LGTMs: AkihiroSuda kolyshkin cyphar
2 parents 360f8f9 + 5fc3558 commit 7a8738e

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased 1.2.z]
88

9+
## [1.2.1] - 2024-11-01
10+
11+
> No existe una escuela que enseñe a vivir.
12+
13+
### Fixed
14+
* Became root after joining an existing user namespace. Otherwise, runc
15+
won't have permissions to configure some mounts when running under
16+
SELinux and runc is not creating the user namespace. (#4466, #4477)
17+
18+
### Removed
19+
* Remove dependency on `golang.org/x/sys/execabs` from go.mod. (#4480)
20+
* Remove runc-dmz, that had many limitations, and is mostly made obsolete by
21+
the new protection mechanism added in v1.2.0. Note that runc-dmz was only
22+
available only in the 1.2.0 release and required to set an environment variable
23+
to opt-in. (#4488)
24+
25+
### Added
26+
* The `script/check-config.sh` script now checks for overlayfs support. (#4494)
27+
* When using cgroups v2, allow to set or update memory limit to "unlimited"
28+
and swap limit to a specific value. (#4501)
29+
930
## [1.2.0] - 2024-10-22
1031

1132
> できるときにできることをやるんだ。それが今だ。
@@ -900,7 +921,8 @@ implementation (libcontainer) is *not* covered by this policy.
900921
[1.1.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.0.0...v1.1.0-rc.1
901922

902923
<!-- 1.2.z patch releases -->
903-
[Unreleased 1.2.z]: https://github.com/opencontainers/runc/compare/v1.2.0...release-1.2
924+
[Unreleased 1.2.z]: https://github.com/opencontainers/runc/compare/v1.2.1...release-1.2
925+
[1.2.1]: https://github.com/opencontainers/runc/compare/v1.2.0...v1.2.1
904926
[1.2.0-rc.3]: https://github.com/opencontainers/runc/compare/v1.2.0-rc.2...v1.2.0-rc.3
905927
[1.2.0-rc.2]: https://github.com/opencontainers/runc/compare/v1.2.0-rc.1...v1.2.0-rc.2
906928
[1.2.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.2.0-rc.1

VERSION

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

0 commit comments

Comments
 (0)