Announcing Istio 1.16.3
Istio 1.16.3 patch release.
This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.16.2 and Istio 1.16.3.
This release includes security fixes in Go 1.19.6 (released 2/14/2023) for the path/filepath
, net/http
, mime/multipart
, and crypto/tls
packages.
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
Fixed initialization of secure gRPC server of Pilot when serving certificates are provided in default location. (Issue #42249)
Fixed the default behavior of generating manifests using the Helm chart library when using
istioctl
without--cluster-specific
option to instead use the minimum Kubernetes version defined byistioctl
. Issue #42441Fixed admission webhook failing with custom header value format. (Issue #42749)
Fixed
istioctl proxy-config
failure when a user specifies a custom proxy admin port with--proxy-admin-port
. (Issue #43063)Fixed an issue where
ALL_METRICS
does not disable metrics as expected.Fixed ignoring default CA certificate when
PeerCertificateVerifier
is created.Fixed istiod not reconciling Kubernetes Gateway deployments and services when they are changed. (Issue #43332)
Fixed an issue where Pilot status was logging too many errors when
PILOT_ENABLE_CONFIG_DISTRIBUTION_TRACKING
was not enabled. (Issue #42612)