Skip to content

Commit 0f71002

Browse files
committed
CHANGELOG: forward-port 1.1.9-1.1.10 changes
Signed-off-by: Rodrigo Campos <[email protected]>
1 parent 2922273 commit 0f71002

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4747
* Remove tun/tap from the default device rules. (#3468)
4848
* specconv: avoid mapping "acl" to MS_POSIXACL. (#3739)
4949

50+
## [1.1.10] - 2023-10-31
51+
52+
> Śruba, przykręcona we śnie, nie zmieni sytuacji, jaka panuje na jawie.
53+
54+
### Added
55+
56+
* Support for `hugetlb.<pagesize>.rsvd` limiting and accounting. Fixes the
57+
issue of postres failing when hugepage limits are set. (#3859, #4077)
58+
59+
### Fixed
60+
61+
* Fixed permissions of a newly created directories to not depend on the value
62+
of umask in tmpcopyup feature implementation. (#3991, #4060)
63+
* libcontainer: cgroup v1 GetStats now ignores missing `kmem.limit_in_bytes`
64+
(fixes the compatibility with Linux kernel 6.1+). (#4028)
65+
* Fix a semi-arbitrary cgroup write bug when given a malicious hugetlb
66+
configuration. This issue is not a security issue because it requires a
67+
malicious `config.json`, which is outside of our threat model. (#4103)
68+
* Various CI fixes. (#4081, #4055)
69+
70+
## [1.1.9] - 2023-08-10
71+
72+
> There is a crack in everything. That's how the light gets in.
73+
74+
### Added
75+
76+
* Added go 1.21 to the CI matrix; other CI updates. (#3976, #3958)
77+
78+
### Fixed
79+
80+
* Fixed losing sticky bit on tmpfs (a regression in 1.1.8). (#3952, #3961)
81+
* intelrdt: fixed ignoring ClosID on some systems. (#3550, #3978)
82+
83+
### Changed
84+
85+
* Sum `anon` and `file` from `memory.stat` for cgroupv2 root usage,
86+
as the root does not have `memory.current` for cgroupv2.
87+
This aligns cgroupv2 root usage more closely with cgroupv1 reporting.
88+
Additionally, report root swap usage as sum of swap and memory usage,
89+
aligned with v1 and existing non-root v2 reporting. (#3933)
90+
5091
## [1.1.8] - 2023-07-20
5192

5293
> 海纳百川 有容乃大

0 commit comments

Comments
 (0)