Skip to content

Commit 8f11256

Browse files
chore: fix v0.10.1 changelog description (#1992)
## Summary - Fixes the v0.10.1 changelog entry for the GCP autoscaler adapter bug fix to accurately describe the change (uses aggregated list requests, not a region-b default) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * GCP autoscaler adapter now correctly queries machine types across all available zones instead of falling back to a single zone when zone information is omitted from the configuration. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent a16bb8c commit 8f11256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/CHANGELOG/changelog-0.10.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ To further harden Claudie, you may want to deploy our pre-defined network polici
126126

127127
## Bug fixes
128128

129-
- Fixed GCP autoscaler adapter crashing when the `zone` field is omitted from the InputManifest. The adapter now defaults to `{region}-b` for machine type lookups and uses aggregated list requests [#1989](https://github.com/berops/claudie/pull/1989)
129+
- Fixed GCP autoscaler adapter crashing when the `zone` field is omitted from the InputManifest. The adapter now uses aggregated list requests to query machine types across all zones [#1989](https://github.com/berops/claudie/pull/1989)

0 commit comments

Comments
 (0)