content/en/news/releases/1.28.x/announcing-1.28/upgrade-notes/index.md
When you upgrade from Istio 1.27.x to Istio 1.28.0, you need to consider the changes on this page. These notes detail the changes which purposefully break backwards compatibility with Istio 1.27.x. The notes also mention changes which preserve backwards compatibility while introducing new behavior. Changes are only included if the new behavior would be unexpected to a user of Istio 1.27.x.
seccompProfile for Sidecar ContainersTo enable the RuntimeDefault secure computing mode profile, seccompProfile, for istio-validation and istio-proxy containers, set the following in your Istio configuration:
{{< text yaml >}} global: proxy: seccompProfile: type: RuntimeDefault {{< /text >}}
This change allows for better security practices by using the default seccompProfile provided by the container runtime.
The InferencePool API is now at v1.0.0. If you're using previous unstable versions of the API, please use the v1 InferencePool API type instead. Note that support to the alpha and release candidate versions have been removed.
If you're migrating from v1.0.0-rc.1, please note that the inferencePool.spec.endpointPickerRef.portNumber
field has been replaced with inferencePool.spec.endpointPickerRef.port.number. The inferencePool.spec.endpointPickerRef.port field is a non-pointer and required when inferencePool.spec.endpointPickerRef.kind is unset or Service. The port number 9002 is no longer inferred.
NONEDuring an upgrade from a previous version to one supporting "PASSTHROUGH" services, old ztunnel images will report a NACK in XDS because they do not support this new service type. This is expected and should not be overly problematic, however it may represent a data plane behavior change when you see the NACK. During the upgrade, a NACK could result in:
In both cases, the NACK behavior will resolve once ztunnel is updated to a version that supports the new service type.
BackendTLSPolicy alpha removalThe support for the v1alpha3 version of BackendTLSPolicy has been removed. Only v1 BackendTLSPolicy is supported.
Please note that, prior to this release, BackendTLSPolicy was ignored by Istio unless the PILOT_ENABLE_ALPHA_GATEWAY_API=true option
was explicitly enabled. As the policy is now v1, this setting is no longer required.
The Pilot environment flags METRIC_ROTATION_INTERVAL and METRIC_GRACEFUL_DELETION_INTERVAL have been removed.
Use the pod annotation sidecar.istio.io/statsEvictionInterval with the new stats eviction API instead.