Knative Eventing release v0.20.0
Pre-release
Pre-release
knative-prow-releaser-robot
released this
12 Jan 14:14
·
8 commits
to release-0.20
since this release
Release notes for Eventing 0.20.0
Known Issues
- InMemoryChannel objects created before release 0.20 may have an extra finalizer that blocks their deletion. Use the script in #4512 (comment) to remove the finalizers.
🎁 New Features
- Now setting the channel spec delivery field defaults every subscription to that particular delivery spec (#4652, @slinkydeveloper)
🐛 Bug Fixes
- 🐛 Allow scaling the in-memory Channel dispatcher without disabling high availability. (#4675, @antoineco)
🧹 Cleanup
- 🧹 Webhook no longer has Cluster-wide Secret permissions. Now the Webhook's Secret permissions are restricted to the
knative-eventing
namespace. (#4684, @Harwayne)
Uncategorized
- 🐛 Fix bug #4715 (#4716, @vaikas)
- Message receiver supports customized liveness and readiness check (#4707, @grac3gao)
- You need to run the storage migration tool after the upgrade to migrate from v1beta1 to v1
apiserversources.sources.knative.dev
resources. (#4655, @pierDipi) - You need to run the storage migration tool after the upgrade to migrate from v1beta1 to v1
containersources.sources.knative.dev
resources. (#4657, @pierDipi) - You need to run the storage migration tool after the upgrade to migrate from v1beta1 to v1
sinkbindings.sources.knative.dev
resources. (#4658, @pierDipi)