Skip to content

Knative Eventing release v0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@grantr grantr released this 28 Nov 21:52
Artifact Description
eventing.yaml Just the core knative/eventing components without sources or channel provisioners
in-memory-channel.yaml Just the in-memory channel provisioner
kafka.yaml Just the Kafka channel provisioner
release.yaml Core components bundled with the in-memory-channel provisioner

Upgrade notes

  • On upgrade from 0.2.0 there will be <10 seconds of unavailability for all in-memory channels. During this time all messages sent to in-memory channels will be lost. The in-memory channel has no durability or reliability guarantees and should only be used for testing or ephemeral messaging.

Eventing core

  • Subscriptions may only subscribe to Channels in the same namespace.
  • Subscriptions can be deleted after their subscribed Channel is deleted.
  • Channels without a specified provisioner will have a default provisioner applied. The default provisioner is specified in the knative-eventing/default-channel-webhook ConfigMap and defaults to in-memory-channel.
  • The ClusterChannelProvisioner is now part of the provisioner CRD category.

In-memory channel

  • In-memory channel is now the default for Channels that don't specify a provisioner.
  • Renamed channel dispatcher k8s service from in-memory-channel-clusterbus.svc.cluster.local to in-memory-channel-dispatcher.svc.cluster.local.

Kafka channel

Initial release.