This repository has been archived by the owner on Jun 19, 2022. It is now read-only.
Knative Knative Gcp release v0.20.1
Pre-release
Pre-release
knative-prow-releaser-robot
released this
19 Jan 12:04
·
3 commits
to release-0.20
since this release
Release notes for release-0.20
Changelog since v0.19.0
Changes by Kind
Action Required
Breaking Changes
- Replace
cloud-run-events
namespace and prefix withevents-system
. (#1917, @AlexandraRoatis)
Action Required
- Follow the instruction here to upgrade your cluster from eventing release v0.19 to v0.20.
- No action is required if you are deploying eventing for the first time using the v0.20 release.
Detailed Changes
Upgrade Notes
Authorization
-
Webhook no longer has Cluster-wide Secret permissions. Now the Webhook's Secret permissions are restricted to the
cloud-run-events
namespace. (#2025, @Harwayne) -
🎁 The webhook now listens on the port set in the WEBHOOK_PORT environment variable or 8443 if unset. (#1980, @grantr)
-
Use K_GCP_AUTH_TYPE to differentiate authentication mode (first step for adding authentication check for source and broker) (#1947, @grac3gao)
-
Authentication check running inside the Pod for Source and BrokerCell Fanout and Retry (#1982, @grac3gao)
-
Authentication check: additional k8s Event check for Secret absence (#2014, @grac3gao)
-
Fixed a potential nil pointer dereference when using a GCP Broker. (#2052, @Harwayne)