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.19.3

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

Release notes for release-0.19

Documentation

Changelog since v0.18.0

Changes by Kind

Action Required

Breaking Changes

  • Dropped v1alpha1 support for the following resources:

  • Dropped v1alpha1 support for the following resources:

    • CloudPubSubSource
    • CloudStorageSource
    • CloudSchedulerSource
    • CloudAuditLogsSource
    • CloudBuildSource
    • Topic
    • PullSubscription (#1858, @eclipselu)
  • Removed v1alpha1 CRD api versions for following resources:

    • CloudPubSubSource
    • CloudStorageSource
    • CloudSchedulerSource
    • CloudAuditLogsSource
    • CloudBuildSource
    • Topic
    • PullSubscription
    • Channel (#1861, @eclipselu)

Action Required

  • Change the storage version of "cloudbuildsources.events.cloud.google.com" from v1beta1 to v1:

You must run pre-install job prior to upgrading to get these resources to v1 API.
ko apply -f config/pre-install/v0.19.0/ (#1797, @eclipselu)

Detailed Changes

Upgrade Notes

You must run pre-install job prior to upgrading to get these resources to v1 API.
ko apply -f config/pre-install/v0.19.0/ (#1797, @eclipselu)

Authorization

  • Infer project ID from environmental variable in all sources and brokers (#1799, @zhongduo)

Resource Usage

  • Adjust default brokercell parameters to match latest performance target (#1828, @yolocs)

Reliability

Observability

  • Invalid Broker Ingress events now produce the event_count metric with event type invalid_cloud_event. (#1798, @AlexandraRoatis)

Sources