You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the past, we only supported selecting a minor version in spec.version, like v1.23. Today, we only support selecting a specific patch version. We should add an option to use the old way of selecting a minor version. When coupled with fully-automatic proxy updates, this could be useful for customers that want to make sure they always have the latest security fixes in both proxies and control plane.
The version aliases will be defined explicitly in versions.yaml:
When a user sets an Istio's spec.version field to an alias, the operator will resolve it and create an IstioRevision with the underlying actual version:
In the past, we only supported selecting a minor version in
spec.version
, like v1.23. Today, we only support selecting a specific patch version. We should add an option to use the old way of selecting a minor version. When coupled with fully-automatic proxy updates, this could be useful for customers that want to make sure they always have the latest security fixes in both proxies and control plane.The version aliases will be defined explicitly in versions.yaml:
When a user sets an Istio's spec.version field to an alias, the operator will resolve it and create an IstioRevision with the underlying actual version:
The text was updated successfully, but these errors were encountered: