Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 19 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added ###

- When building runc, `RUNC_BUILDTAGS` make or shell environment variable can
be used to add build tags and/or remove existing build tags (when a tag is
prefixed with `-`). (#5171)
- Support for specs.LinuxSeccompFlagWaitKillableRecv. (#5172)

### Deprecated ###
- `EXTRA_BUILDTAGS` make variable is deprecated in favor of `RUNC_BUILDTAGS`
Expand Down Expand Up @@ -146,9 +146,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[debian-armhf]: https://wiki.debian.org/ArmHardFloatPort

### Added ###
- Support for specs.LinuxSeccompFlagWaitKillableRecv. (#5172)

## [1.4.0] - 2025-11-27

> 路漫漫其修远兮,吾将上下而求索!
Expand Down Expand Up @@ -194,6 +191,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[CVE-2025-52881]: https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm

## [1.3.5] - 2026-03-17

> Lo viejo funciona!

### Fixed
* Recursive atime-related mount flags (rrelatime et al.) are now applied
properly. (#5115, #5098)
* PR #4757 caused a regression that resulted in spurious
`cannot start a container that has stopped` errors when
running `runc create` and has thus been reverted. (#5158,
#5153, #5151, #4645, #4757)

### Changed
* Updated builds to Go 1.25, libseccomp v2.6.0. (#5111, #5053)
* Minor signing keyring updates. (#5146, #5139, #5144, #5148)

## [1.3.4] - 2025-11-27

> Take me to your heart, take me to your soul.
Expand Down Expand Up @@ -1685,7 +1698,8 @@ implementation (libcontainer) is *not* covered by this policy.
[1.2.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.2.0-rc.1

<!-- 1.3.z patch releases -->
[Unreleased 1.3.z]: https://github.com/opencontainers/runc/compare/v1.3.4...release-1.3
[Unreleased 1.3.z]: https://github.com/opencontainers/runc/compare/v1.3.5...release-1.3
[1.3.5]: https://github.com/opencontainers/runc/compare/v1.3.4...v1.3.5
[1.3.4]: https://github.com/opencontainers/runc/compare/v1.3.3...v1.3.4
[1.3.3]: https://github.com/opencontainers/runc/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/opencontainers/runc/compare/v1.3.1...v1.3.2
Expand Down
Loading