Skip to content

v1.11.2

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 24 Oct 10:39
4c8f23d

This is the first release for eventing-istio, we're now E2E testing Eventing components (core and Kafka-based) with Istio.

In addition, we're releasing a new controller that will configure the Istio service mesh to include Channel’s ExternalName services into the mesh with mutual TLS enabled using DestinationRules.

Changes

  • Include Channel’s ExternalName services in Istio mesh by @pierDipi in #16
    To enable the feature you need to:
    • kubectl apply -f eventing-istio.yaml (in the release's assets)
    • apply the following config-features ConfigMap with istio feature flag set to "enabled":
      apiVersion: v1
      kind: ConfigMap
      metadata:
        name: config-features
        namespace: knative-eventing
      data:
        istio: "enabled"
      

Full Changelog: https://github.com/knative-sandbox/eventing-istio/commits/knative-v1.11.0