Enhancements
- Traces generated by ApiServerSource includes some k8s attributes (
k8s.namespace
,k8s.name
). (#6458, @liuchangyan) - The delivery timeout feature is now beta and enabled by default. (#6472, @pierDipi)
- The strict subscriber feature for Subscription API is now beta and enabled by default.
When the reply field is specified without a subscriber, the reply field won't be used as a subscriber by default. (#6473, @pierDipi)
Fixes and cleanup
- MT Broker ignores a trailing slash in the HTTP path. (#6471, @pierDipi)
- Add Job resource to rekt, and Port SinkbindingV1Job test to rekt (#6481, @liuchangyan)
- Port SinkbindingV1Deployment test to rekt, and fix some complie errors (#6479, @liuchangyan)
Dependencies
Added
Nothing has changed.
Changed
- k8s.io/api: v0.23.8 → v0.23.9
- k8s.io/apiextensions-apiserver: v0.23.8 → v0.23.9
- k8s.io/apimachinery: v0.23.8 → v0.23.9
- k8s.io/apiserver: v0.23.8 → v0.23.9
- k8s.io/client-go: v0.23.8 → v0.23.9
- k8s.io/code-generator: v0.23.8 → v0.23.9
- k8s.io/component-base: v0.23.8 → v0.23.9
- k8s.io/gengo: 4627b89 → 397b4ae
- k8s.io/klog/v2: 43cc75f → 0990e81
- knative.dev/hack/schema: 65c463a → 8d1e4cc
- knative.dev/hack: 65c463a → 8d1e4cc
- knative.dev/pkg: e60d250 → 4a03844
- knative.dev/reconciler-test: f05db88 → 177f826
Removed
Nothing has changed.