Skip to content

Commit 803f237

Browse files
committed
VERSION: release v1.2.1
Signed-off-by: Rodrigo Campos <[email protected]>
1 parent fe36d38 commit 803f237

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ 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-05
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+
### Changed
19+
* Remove dependency on `golang.org/x/sys/execabs` from go.mod. (#4480)
20+
* Remove runc-dmz, that had many limitations, as we are already using
21+
other solutions. This was available only in the 1.2.0 release and
22+
required to set the environment variable `RUNC_DMZ=true` to opt-in. (#4488)
23+
* The script `script/check-config.sh` now checks for overlayfs support. If
24+
it is available, it will be used to protect modifications to the runc
25+
binary. (#4494)
26+
927
## [1.2.0] - 2024-10-22
1028

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

902920
<!-- 1.2.z patch releases -->
903-
[Unreleased 1.2.z]: https://github.com/opencontainers/runc/compare/v1.2.0...release-1.2
921+
[Unreleased 1.2.z]: https://github.com/opencontainers/runc/compare/v1.2.1...release-1.2
922+
[1.2.1]: https://github.com/opencontainers/runc/compare/v1.2.0...v1.2.1
904923
[1.2.0-rc.3]: https://github.com/opencontainers/runc/compare/v1.2.0-rc.2...v1.2.0-rc.3
905924
[1.2.0-rc.2]: https://github.com/opencontainers/runc/compare/v1.2.0-rc.1...v1.2.0-rc.2
906925
[1.2.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.2.0-rc.1

0 commit comments

Comments
 (0)