From 5cf4c6cc0668182738dfbfee2be9fe8bf39a8542 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Tue, 24 Oct 2023 10:54:26 -0500 Subject: [PATCH] cl: note breaking change of numcores attribute on apple systems (#18850) I goofed the name the first time around, "power" should have been "performance" which is consistent with both Apple and Intel branding. --- .changelog/18843.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/18843.txt diff --git a/.changelog/18843.txt b/.changelog/18843.txt new file mode 100644 index 000000000..57e506840 --- /dev/null +++ b/.changelog/18843.txt @@ -0,0 +1,3 @@ +```release-note:breaking-change +client/fingerprint: The `cpu.numcores.power` node attribute has been renamed to `cpu.numcores.performance` on Apple Silicon nodes +```