Skip to content

Commit 8b1c0f7

Browse files
committed
CHANGELOG.md: dedup v1.2.0-rc.2 notes
Remove changes that are already reflected in v1.1.13 changelog: - rlimit_nofile fix; - rt_period vs rt_runtime fix; - gpg vs keyboxd fix; - nsexec debug log fix; - fips faking; - vagrant Fedora 39 bump; - golangci-lint bump; - x/net bump; - centos stream 8 removal; - codespell ci fixes. Compact some of the entries that are related (e.g. about actuated-ci). Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 7bcb611 commit 8b1c0f7

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,46 +19,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Added
2121

22-
* CI: add actuated-arm64. (#4142)
22+
* CI: add actuated-arm64. (#4142, #4252, #4276)
2323

2424
### Fixed
2525

2626
* cgroup v2: do not set swap to 0 or unlimited when it's not available. (#4188)
2727
* Set the default value of CpuBurst to nil instead of 0. (#4210, #4211)
28-
* runc exec: fix setting rlimit_nofile. (#4195, #4265, #4282, #4290)
29-
* libct/cg/fs: fix setting rt_period vs rt_runtime. (#4094, #4258)
30-
* script/*: fix gpg usage wrt keyboxd. (#4189)
31-
* Fix a debug log message for user namespaces in nsexec. (#4311)
3228
* libct/cg: write unified resources line by line. (#4186)
3329
* libct.Start: fix locking, do not allow a second container init. (#4271)
3430
* Fix tests in debian testing (mount_sshfs.bats). (#4245)
35-
* Fix checkpoint/restore tests on actuated-arm64. (#4276)
3631
* Fix codespell warnings. (#4291)
3732
* libct/cg/dev: fix TestSetV1Allow panic. (#4295)
3833
* tests/int/scheduler: require smp. (#4298)
3934

4035
### Changed
4136

42-
* libcontainer: allow containers to make apps think fips is enabled/disabled for testing. (#4246)
4337
* libct/cg/fs: don't write cpu_burst twice on ENOENT. (#4259)
44-
* Allow overriding VERSION value in Makefile. (#4269)
4538
* Make trimpath optional. (#3908)
4639
* Remove unused system.Execv. (#4268)
4740
* Stop blacklisting Go 1.22+, drop Go < 1.21 support, use Go 1.22 in CI. (#4292)
4841
* Improve some error messages for runc exec. (#4320)
49-
* ci/actuated: re-enable CRIU tests. (#4252)
50-
* Vagrantfile.fedora: bump Fedora to 39. (#4256)
5142
* ci/gha: bump golangci-lint[-action]. (#4255)
5243
* tests/int/tty: increase the timeout. (#4260)
5344
* [ci] use go mod instead of go get in spec.bats. (#4264)
5445
* tests/int/checkpoint: rm double logging. (#4251)
55-
* ci/gha: bump golangci-lint-action from 5 to 6. (#4275)
5646
* .cirrus.yml: rm FIXME from rootless fs on CentOS 7. (#4279)
57-
* vendor: golang.org/x/[email protected]. (#4280)
5847
* Dockerfile: bump Debian to 12, Go to 1.21. (#4296)
59-
* ci: pin codespell. (#4301)
60-
* ci: workaround for centos stream 8 being EOLed. (#4304)
61-
* ci/cirrus: rm centos stream 8. (#4307)
6248
* ci/gha: switch to ubuntu 24.04. (#4286)
6349
* Vagrantfile.fedora: bump to F40. (#4285)
6450

0 commit comments

Comments
 (0)