This repository has been archived by the owner on Jun 19, 2022. It is now read-only.
Knative-GCP release v0.13.2
Pre-release
Pre-release
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. Usespec.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
andCloudSchedulerSource
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