Announcing Istio 1.11.2
Istio 1.11.2 patch release.
This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.11.1 and Istio 1.11.2.
BEFORE YOU UPGRADE
Things to know and prepare before upgrading.
DOWNLOAD
Download and install this release.
DOCS
Visit the documentation for this release.
SOURCE CHANGES
Inspect the full set of source code changes.
Changes
Improved
istioctl install
to give more details during installation failures.Added support for gRPC configuring workloads via xDS without an Envoy proxy.
Added two mutually-exclusive flags to
istioctl x workload entry configure
--internal-ip
configures the VM workload with a private IP address used for workload auto registration and health probes.--external-ip
configures the VM workload with a public IP address used for workload auto registration. Meanwhile, it configures health probes to be performed through localhost by setting the environment variableREWRITE_PROBE_LEGACY_LOCALHOST_DESTINATION
to true. (Issue #34411)
Added topology label
topology.istio.io/network
toIstioEndpoint
if it does not exist in pod/workload label.Added a configuration
FILE_DEBOUNCE_DURATION
that allows users to configure the duration SDS server should wait after it sees first file change event. This is useful in File mounted certificate flows to ensure key and cert are fully written before they are pushed to Envoy. Default is100ms
.Fixed unexpected info logs for Istio when using command line tool
istioctl profile diff
andistioctl profile dump
.Fixed issue of deployment analyzer ignoring service namespaces during the analysis process.
Fixed
DestinationRule
updates not triggering an update forAUTO_PASSTHROUGH
listeners on gateways. (Issue #34944)