Skip to content

Commit

Permalink
VERSION: release v1.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksa Sarai <[email protected]>
  • Loading branch information
cyphar committed Jan 6, 2025
1 parent 5243eba commit 403452e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased 1.2.z]

## [1.2.4] - 2025-01-07

> Христос се роди!
### Fixed
* Re-add tun/tap devices to built-in allowed devices lists.

In runc 1.2.0 we removed this because this was added by mistake early in
Docker's history (as a precaution in order to try to reduce the attack
surface of device inodes available to most containers), and we thought that
the vast majority of users using tun/tap would already be specifying what
devices they need (such as by using `--device` with Docker/Podman) as
opposed to doing the `mknod` manually.

Unfortunately, it seems that this regressed a noticable number of users (and
not all higher-level tools provide easy ways to specify devices to allow)
and so this change needed to be reverted. (#4555, #4556)

## [1.2.3] - 2024-12-12

> Winter is not a season, it's a celebration.
Expand Down Expand Up @@ -951,7 +969,8 @@ implementation (libcontainer) is *not* covered by this policy.
[1.1.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.0.0...v1.1.0-rc.1

<!-- 1.2.z patch releases -->
[Unreleased 1.2.z]: https://github.com/opencontainers/runc/compare/v1.2.3...release-1.2
[Unreleased 1.2.z]: https://github.com/opencontainers/runc/compare/v1.2.4...release-1.2
[1.2.4]: https://github.com/opencontainers/runc/compare/v1.2.3...v1.2.4
[1.2.3]: https://github.com/opencontainers/runc/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/opencontainers/runc/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/opencontainers/runc/compare/v1.2.0...v1.2.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.3+dev
1.2.4

0 comments on commit 403452e

Please sign in to comment.