From 8de7af51cbb22dd9b13cc101e1c2436b52b39433 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Tue, 24 Oct 2023 11:38:26 -0500 Subject: [PATCH] cl: remove cgroup mountpoint (#18848) * cl: remove cgroup mountpoint attribute * cl: add changelog for cgroups attribute changes --- .changelog/18371.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changelog/18371.txt diff --git a/.changelog/18371.txt b/.changelog/18371.txt new file mode 100644 index 000000000..fc09d2d97 --- /dev/null +++ b/.changelog/18371.txt @@ -0,0 +1,7 @@ +```release-note:breaking-change +client: the `unique.cgroup.mountpoint` node attribute has been removed +``` + +```release-note:breaking-change +client: the `unique.cgroup.version` node attribute has been renamed to `os.cgroups.version` +```