Knative Eventing release v0.10.1
Pre-release
Pre-release
knative-prow-releaser-robot
released this
13 Nov 21:57
·
2 commits
to release-0.10
since this release
Artifact | Description |
---|---|
eventing.yaml |
The core knative/eventing components: Channel, Subscription, Broker, Trigger, APIServerSource, ContainerSource, CronJobSource, EventType, Sequence, Parallel |
in-memory-channel.yaml |
The InMemoryChannel CRD |
release.yaml |
Core knative/eventing components bundled with the InMemoryChannel |
Eventing
New Features
- Added SubscriberResolved condition on Trigger. This condition is true if the subscriber's Addressable URI has been resolved successfully. #2170
Bug Fixes
- kodata now present for all commands. #2155
Other Changes
- Broker ingress and filter metrics do not tag metrics with
event_source
norfilter_source
anymore. #2159