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

     1  apiVersion: release-notes/v2
     2  kind: feature
     3  area: telemetry
     4  issue:
     5    - 25333
     6    - 24300
     7  releaseNotes:
     8    - |
     9      **Removed** all Mixer-related features and functionality. This is a scheduled
    10      removal of a deprecated Istio services and deployments, as well as
    11      Mixer-focused CRDs and component and related functionality.
    12  
    13  upgradeNotes:
    14    - title: Mixer is no longer supported in Istio.
    15      content: |
    16        If you are using the `istio-policy` or `istio-telemetry` services, or any
    17        related Mixer configuration, you will not be able to upgrade without taking
    18        action to either (a) convert your existing configuration and code to the new
    19        extension model for Istio or (b) using the gRPC shim developed to bridge
    20        transition to the new model. For more details, [please refer to the developer
    21        wiki](https://github.com/istio/istio/wiki/Enabling-Envoy-Authorization-Service-and-gRPC-Access-Log-Service-With-Mixer).