Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Knative Knative Gcp release v0.20.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 02 Mar 12:14
d39cdb9

Release notes for release-0.20

Documentation

Changelog since v0.19.0

Changes by Kind

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)

Resource Usage

Reliability

Observability

Sources

  • Allow triggers to send to a sink in different namespace (#2016, @zhongduo)

Uncategorized