istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/46121.yaml (about) 1 apiVersion: release-notes/v2 2 kind: bug-fix 3 area: installation 4 releaseNotes: 5 - | 6 **Fixed** an issue preventing the gateway chart from being used with a custom HorizontalPodAutoscaler resource. 7 8 upgradeNotes: 9 - title: don't set spec.replicas unless user supplies a real number 10 content: | 11 When using the gateway chart, the user had to either pick between 12 explicitly setting `spec.replicas`, or using the chart-supplied 13 `HorizontalPodAutoscaler`. Now `spec.replicas` is only set if 14 `.Values.replicaCount` is supplied by the user and is a valid number. 15 This allows for custom `HorizontalPodAutoscalers` to be used.