istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/wasm-cache-with-tag-stripped-url.yaml (about)

     1  apiVersion: release-notes/v2
     2  kind: feature
     3  area: extensibility
     4  issue: []
     5  releaseNotes:
     6    - |
     7      **Improved** Use tag-stripped URL + checksum as a Wasm module cachekey, and the tagged URL is separately cached. 
     8      This may increase the chance of cache hit (e.g., trying to find the same image with both of the tagged and digest URLs.)
     9      In addition, this will be a base to implement ImagePullPolicy.