Skip to content

Commit 4ca628d

Browse files
committed
VERSION: release v1.3.0
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent 889b4bd commit 4ca628d

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,37 @@ This file documents all notable changes made to this project since runc 1.0.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [Unreleased 1.3.z]
8+
9+
## [1.3.0] - 2025-04-30
10+
11+
> Mr. President, we must not allow a mine shaft gap!
12+
13+
### Fixed
14+
* Removed pre-emptive "full access to cgroups" warning when calling `runc
15+
pause` or `runc unpause` as an unprivileged user without
16+
`--systemd-cgroups`. Now the warning is only emitted if an actual permission
17+
error was encountered. (#4709)
18+
* Several fixes to our CI, mainly related to AlmaLinux and CRIU. (#4670,
19+
#4728, #4736)
20+
21+
### Changed
22+
* In runc 1.2, we changed our mount behaviour to correctly handle clearing
23+
flags. However, the error messages we returned did not provide as much
24+
information to users about what clearing flags were conflicting with locked
25+
mount flags. We now provide more diagnostic information if there is an error
26+
when in the fallback path to handle locked mount flags. (#4734)
27+
* Upgrade our CI to use golangci-lint v2.0. (#4692)
28+
* `runc version` information is now filled in using `//go:embed` rather than
29+
being set through `Makefile`. This allows `go install` or other non-`make`
30+
builds to contain the correct version information. Note that `make
31+
EXTRA_VERSION=...` still works. (#418)
32+
* Remove `exclude` directives from our `go.mod` for broken `cilium/ebpf`
33+
versions. `v0.17.3` resolved the issue we had, and `exclude` directives are
34+
incompatible with `go install`. (#4748)
835

936
## [1.3.0-rc.2] - 2025-04-10
37+
1038
> Eppur si muove.
1139
1240
### Fixed
@@ -1097,5 +1125,7 @@ implementation (libcontainer) is *not* covered by this policy.
10971125
[1.2.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.1.0...v1.2.0-rc.1
10981126

10991127
<!-- 1.3.z patch releases -->
1128+
[Unreleased 1.3.z]: https://github.com/opencontainers/runc/compare/v1.3.0...release-1.3
1129+
[1.3.0]: https://github.com/opencontainers/runc/compare/v1.3.0-rc.2...v1.3.0
11001130
[1.3.0-rc.2]: https://github.com/opencontainers/runc/compare/v1.3.0-rc.1...v1.3.0-rc.2
11011131
[1.3.0-rc.1]: https://github.com/opencontainers/runc/compare/v1.2.0...v1.3.0-rc.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0-rc.2+dev
1+
1.3.0

0 commit comments

Comments
 (0)