1.28.0-patch0
Solo build of Istio version 1.28.0-patch0 patch release.
This release note describes what’s different between Solo builds of Istio versions 1.28.0 and 1.28.0-patch0.
General Changes
- Built against upstream Istio commit
58e3a8858ba42d5a5633c321d335c0ba95247b67. Compare.
Solo Flavor Changes
Added a new CLI option,
--data-plane-service-type, to theistioctl multicluster exposecommand. This option allows specifying a comma-delimited list of the dataplane service types that peers can use to connect with the exposed gateway. Valid values are:loadbalancerornodeport, with the default beingloadbalancer.Added a new CLI option,
--preferred-data-plane-service-type, to theistioctl multicluster linkcommand. This option allows specifying the preferred dataplane service type to use when peering with the remote cluster. Valid values are:loadbalancerornodeport, with the default beingloadbalancer.Added support for generating
Gatewaymanifests for multiple contexts at once usingistioctl multicluster link --generate.Fixed an issue where traffic would skip local waypoints when there were no healthy endpoints. The traffic will now fail.
Fixed an issue when draining is enabled and no cluster name is found. A warning is now issued.
Fixed an issue where
ServiceInfoevents were not propagated after itsHboneNodePortfield changed. This caused nodeport peering to be broken when a gateway was annotated after its initial creation.Fixed an issue where the status field on Segment resources was not updating.
Fixed an issue where the
istioctl ecs add-servicecommand incorrectly reported that a task definition did not have anexecutionRoleArndefined.Removed the explicit requirement for specifying an HBONE listener on an istio-remote gateway resource. If an istio-remote gateway’s preferred dataplane service type is
loadbalancer, a network gateway is created with the well-known HBONE port value 15008. Backwards compatibility is maintained by still allowing an HBONE listener to be specified on an istio-remote gateway resource.
FIPS Flavor Changes
No changes in this section.