istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/targetPort-service-entry.yaml (about)

     1  apiVersion: release-notes/v2
     2  kind: feature
     3  area: traffic-management
     4  releaseNotes:
     5    - |
     6      **Improved** `ServiceEntry` with `resolution: NONE` to respect `targetPort`, if specified.
     7      This is particularly useful when doing TLS origination, allowing to set `port:80, targetPort: 443`.
     8      If undesired set `--compatibilityVersion=1.21` to revert to the old behavior, or remove the `targetPort` specification.
     9  upgradeNotes:
    10    - title: "`ServiceEntry` with `resolution: NONE` now respects `targetPort`"
    11      content: |
    12        `ServiceEntry` with `resolution: NONE` previously ignored any `targetPort` specifier.
    13        In this release, the `targetPort` is now respected.
    14        If undesired set `--compatibilityVersion=1.21` to revert to the old behavior, or remove the `targetPort` specification.