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

Knative-GCP release v0.13.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 31 Mar 10:23
· 1 commit to release-0.13 since this release
b986a36
Artifact Description
cloud-run-events.yaml All of the knative-gcp components bundled together: Channel, PullSubscription, Topic, CloudPubSubSource, CloudStorageSource, CloudSchedulerSource, and CloudAuditLogsSource.

Action Required

  • spec.pubSubSecret has been removed from all Sources. Use spec.secret instead #567

New Features

  • Adding scaling support using KEDA. Please refer to the documentation for further details #551

Bug Fixes

  • Fixed CloudAuditLogsSource registry annotation #526
  • Making fields in CloudStorageSource and CloudSchedulerSource immutable #537, #538
  • Fixed propagating Publisher status #549

Other Changes

  • Improved observability of which source or channel a resource belongs to #542
  • Updated documentation for CloudPubSubSource #501
  • Added retries for failed update status #508
  • Created init scripts within the hack directory to ease installation #528, #529
  • Added documentation for Topic #535
  • Added E2E tests for Sources #550, #561, #562, #564