Releases: knative-extensions/net-istio
Knative Net Istio release v1.1.0
Tested with Istio 1.12.0
Knative Net Istio release v1.0.0
[add release notes here]
Knative Net Istio release v0.26.0
[add release notes here]
Knative Net Istio release v0.23.2
[add release notes here]
Knative Net Istio release v0.25.1
[add release notes here]
Knative Net Istio release v0.24.1
🚨 Renaming of some net-* components
Related issue: knative/networking#448
As part of our efforts to GA/1.0 we've standardized on the naming of our networking plugins that are installed along side Serving. If you're managing your Knative deployment manually with kubectl
this will require a two-phase upgrade process.
Upgrade net-istio to v0.24.0
# Apply the new release
$ kubectl apply -f net-istio.yaml
# Once the deployment is ready apply the same file but
# prune the old resources
$ kubectl apply -f net-istio.yaml \
--prune -l networking.knative.dev/ingress-provider=istio
Knative Net Istio release v0.22.2
[add release notes here]
Knative Net Istio release v0.25.0
[add release notes here]
Knative Net Istio release v0.24.0
🚨 Renaming of some net-* components
Related issue: knative/networking#448
As part of our efforts to GA/1.0 we've standardized on the naming of our networking plugins that are installed along side Serving. If you're managing your Knative deployment manually with kubectl
this will require a two-phase upgrade process.
Upgrade net-istio to v0.24.0
# Apply the new release
$ kubectl apply -f net-istio.yaml
# Once the deployment is ready apply the same file but
# prune the old resources
$ kubectl apply -f net-istio.yaml \
--prune -l networking.knative.dev/ingress-provider=istio
Knative Net Istio release v0.23.1
[add release notes here]