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.
This commit is contained in:
Seth Hoenig
2023-10-24 10:54:26 -05:00
committed by GitHub
parent 9ae4b10dc6
commit 5cf4c6cc06

3
.changelog/18843.txt Normal file
View File

@@ -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
```