From c0626dab35d83a6273c591cc1e0840d02ee43e80 Mon Sep 17 00:00:00 2001 From: Brian Chau Date: Tue, 9 Aug 2022 14:16:34 -0700 Subject: [PATCH] Add changelog 14069 --- .changelog/14069.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/14069.txt diff --git a/.changelog/14069.txt b/.changelog/14069.txt new file mode 100644 index 000000000..9076fc3d6 --- /dev/null +++ b/.changelog/14069.txt @@ -0,0 +1,3 @@ +```release-note:bug +cli: Fixed a bug where the memory usage reported by Allocation Resource Utilization is zero on systems using cgroups v2 +```