Skip to content

Releases: knative/eventing

Knative Eventing release v1.8.7

01 Mar 01:46
95c6636
Compare
Choose a tag to compare

Kubernetes 1.23 minimum version

  • The HorizontalPodAutoscaler manifests have been updated to v2, which is available with k8s 1.23+ (#6549, @matzew)
  • Fix PodSecurity Policy warnings for restricted environments (#6533, @matzew)
  • Remove check for v1 API of ConfigMap as there is only v1 CMs (#6502, @matzew)
  • Update test creation library to also use the v1 API of CronJob (#6537, @matzew)
  • Update k8s library to 1.25.2 (#6561, @lionelvillard)

Bug fixes and cleanups

  • Add readiness and liveness probes in Knative Eventing controller (#6566, @lionelvillard)
  • Fixes issue with sugar controller always setting the broker class to MTChannelBasedBroker instead of using the defaults ConfigMap (#6500, @gab-satchi)
  • InMemoryChannel receiver validates received events (#6511, @pierDipi)
  • Remove strict check in scorer plugins and respect max skew parameter. Requeue request when no pods available rather than fail scheduler. (#6524, @aavarghese)
  • Improve Channels performance by reading the response body of failed deliveries (#6521, @liuchangyan)

Knative Eventing release v1.9.6

28 Feb 11:22
f634181
Compare
Choose a tag to compare

Changes by Kind

Enhancements

  • ApiServerSource can specify a selector to target one or more namespaces. If the selector is missing, it will default to targeting the namespace in which the source resides (#6665, @gab-satchi)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/cloudevents/sdk-go/observability/opencensus/v2: v2.12.0 → v2.13.0
  • github.com/cloudevents/sdk-go/sql/v2: 52b1227 → v2.13.0
  • github.com/cloudevents/sdk-go/v2: v2.12.0 → v2.13.0
  • go.uber.org/goleak: v1.1.11 → v1.2.0
  • k8s.io/api: v0.25.2 → v0.25.4
  • k8s.io/apiextensions-apiserver: v0.25.2 → v0.25.4
  • k8s.io/apimachinery: v0.25.2 → v0.25.4
  • k8s.io/apiserver: v0.25.2 → v0.25.4
  • k8s.io/client-go: v0.25.2 → v0.25.4
  • k8s.io/code-generator: v0.25.2 → v0.25.4
  • k8s.io/component-base: v0.25.2 → v0.25.4
  • k8s.io/gengo: 397b4ae → fad74ee
  • k8s.io/klog/v2: 0990e81 → 9ae4992
  • k8s.io/utils: ee6ede2 → 8e77b1f
  • knative.dev/hack/schema: 3fdc50b → c7cfcb0
  • knative.dev/hack: 3fdc50b → c7cfcb0
  • knative.dev/pkg: 714b763 → 247510c
  • knative.dev/reconciler-test: f3175ad → 476a442
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.32 → v0.0.33

Removed

Nothing has changed.

Knative Eventing release v1.9.5

14 Feb 11:18
1a221ab
Compare
Choose a tag to compare

Changes by Kind

Enhancements

  • ApiServerSource can specify a selector to target one or more namespaces. If the selector is missing, it will default to targeting the namespace in which the source resides (#6665, @gab-satchi)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/cloudevents/sdk-go/observability/opencensus/v2: v2.12.0 → v2.13.0
  • github.com/cloudevents/sdk-go/sql/v2: 52b1227 → v2.13.0
  • github.com/cloudevents/sdk-go/v2: v2.12.0 → v2.13.0
  • go.uber.org/goleak: v1.1.11 → v1.2.0
  • k8s.io/api: v0.25.2 → v0.25.4
  • k8s.io/apiextensions-apiserver: v0.25.2 → v0.25.4
  • k8s.io/apimachinery: v0.25.2 → v0.25.4
  • k8s.io/apiserver: v0.25.2 → v0.25.4
  • k8s.io/client-go: v0.25.2 → v0.25.4
  • k8s.io/code-generator: v0.25.2 → v0.25.4
  • k8s.io/component-base: v0.25.2 → v0.25.4
  • k8s.io/gengo: 397b4ae → fad74ee
  • k8s.io/klog/v2: 0990e81 → 9ae4992
  • k8s.io/utils: ee6ede2 → 8e77b1f
  • knative.dev/hack/schema: 3fdc50b → c7cfcb0
  • knative.dev/hack: 3fdc50b → c7cfcb0
  • knative.dev/pkg: 714b763 → 247510c
  • knative.dev/reconciler-test: f3175ad → 476a442
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.32 → v0.0.33

Removed

Nothing has changed.

Knative Eventing release v1.8.6

14 Feb 12:39
c375827
Compare
Choose a tag to compare

Kubernetes 1.23 minimum version

  • The HorizontalPodAutoscaler manifests have been updated to v2, which is available with k8s 1.23+ (#6549, @matzew)
  • Fix PodSecurity Policy warnings for restricted environments (#6533, @matzew)
  • Remove check for v1 API of ConfigMap as there is only v1 CMs (#6502, @matzew)
  • Update test creation library to also use the v1 API of CronJob (#6537, @matzew)
  • Update k8s library to 1.25.2 (#6561, @lionelvillard)

Bug fixes and cleanups

  • Add readiness and liveness probes in Knative Eventing controller (#6566, @lionelvillard)
  • Fixes issue with sugar controller always setting the broker class to MTChannelBasedBroker instead of using the defaults ConfigMap (#6500, @gab-satchi)
  • InMemoryChannel receiver validates received events (#6511, @pierDipi)
  • Remove strict check in scorer plugins and respect max skew parameter. Requeue request when no pods available rather than fail scheduler. (#6524, @aavarghese)
  • Improve Channels performance by reading the response body of failed deliveries (#6521, @liuchangyan)

Knative Eventing release v1.7.8

14 Feb 12:24
cd57cc0
Compare
Choose a tag to compare

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.

Knative Eventing release v1.9.4

08 Feb 14:00
2fa7b47
Compare
Choose a tag to compare

Changes by Kind

Enhancements

  • ApiServerSource can specify a selector to target one or more namespaces. If the selector is missing, it will default to targeting the namespace in which the source resides (#6665, @gab-satchi)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/cloudevents/sdk-go/observability/opencensus/v2: v2.12.0 → v2.13.0
  • github.com/cloudevents/sdk-go/sql/v2: 52b1227 → v2.13.0
  • github.com/cloudevents/sdk-go/v2: v2.12.0 → v2.13.0
  • go.uber.org/goleak: v1.1.11 → v1.2.0
  • k8s.io/api: v0.25.2 → v0.25.4
  • k8s.io/apiextensions-apiserver: v0.25.2 → v0.25.4
  • k8s.io/apimachinery: v0.25.2 → v0.25.4
  • k8s.io/apiserver: v0.25.2 → v0.25.4
  • k8s.io/client-go: v0.25.2 → v0.25.4
  • k8s.io/code-generator: v0.25.2 → v0.25.4
  • k8s.io/component-base: v0.25.2 → v0.25.4
  • k8s.io/gengo: 397b4ae → fad74ee
  • k8s.io/klog/v2: 0990e81 → 9ae4992
  • k8s.io/utils: ee6ede2 → 8e77b1f
  • knative.dev/hack/schema: 3fdc50b → c7cfcb0
  • knative.dev/hack: 3fdc50b → c7cfcb0
  • knative.dev/pkg: 714b763 → 247510c
  • knative.dev/reconciler-test: f3175ad → 476a442
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.32 → v0.0.33

Removed

Nothing has changed.

Knative Eventing release v1.9.3

07 Feb 11:15
5a0ac4c
Compare
Choose a tag to compare

Changes by Kind

Enhancements

  • ApiServerSource can specify a selector to target one or more namespaces. If the selector is missing, it will default to targeting the namespace in which the source resides (#6665, @gab-satchi)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/cloudevents/sdk-go/observability/opencensus/v2: v2.12.0 → v2.13.0
  • github.com/cloudevents/sdk-go/sql/v2: 52b1227 → v2.13.0
  • github.com/cloudevents/sdk-go/v2: v2.12.0 → v2.13.0
  • go.uber.org/goleak: v1.1.11 → v1.2.0
  • k8s.io/api: v0.25.2 → v0.25.4
  • k8s.io/apiextensions-apiserver: v0.25.2 → v0.25.4
  • k8s.io/apimachinery: v0.25.2 → v0.25.4
  • k8s.io/apiserver: v0.25.2 → v0.25.4
  • k8s.io/client-go: v0.25.2 → v0.25.4
  • k8s.io/code-generator: v0.25.2 → v0.25.4
  • k8s.io/component-base: v0.25.2 → v0.25.4
  • k8s.io/gengo: 397b4ae → fad74ee
  • k8s.io/klog/v2: 0990e81 → 9ae4992
  • k8s.io/utils: ee6ede2 → 8e77b1f
  • knative.dev/hack/schema: 3fdc50b → c7cfcb0
  • knative.dev/hack: 3fdc50b → c7cfcb0
  • knative.dev/pkg: 714b763 → 247510c
  • knative.dev/reconciler-test: f3175ad → 476a442
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.32 → v0.0.33

Removed

Nothing has changed.

Knative Eventing release v1.9.2

02 Feb 19:37
f6cce6b
Compare
Choose a tag to compare

Changes by Kind

Enhancements

  • ApiServerSource can specify a selector to target one or more namespaces. If the selector is missing, it will default to targeting the namespace in which the source resides (#6665, @gab-satchi)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/cloudevents/sdk-go/observability/opencensus/v2: v2.12.0 → v2.13.0
  • github.com/cloudevents/sdk-go/sql/v2: 52b1227 → v2.13.0
  • github.com/cloudevents/sdk-go/v2: v2.12.0 → v2.13.0
  • go.uber.org/goleak: v1.1.11 → v1.2.0
  • k8s.io/api: v0.25.2 → v0.25.4
  • k8s.io/apiextensions-apiserver: v0.25.2 → v0.25.4
  • k8s.io/apimachinery: v0.25.2 → v0.25.4
  • k8s.io/apiserver: v0.25.2 → v0.25.4
  • k8s.io/client-go: v0.25.2 → v0.25.4
  • k8s.io/code-generator: v0.25.2 → v0.25.4
  • k8s.io/component-base: v0.25.2 → v0.25.4
  • k8s.io/gengo: 397b4ae → fad74ee
  • k8s.io/klog/v2: 0990e81 → 9ae4992
  • k8s.io/utils: ee6ede2 → 8e77b1f
  • knative.dev/hack/schema: 3fdc50b → c7cfcb0
  • knative.dev/hack: 3fdc50b → c7cfcb0
  • knative.dev/pkg: 714b763 → 247510c
  • knative.dev/reconciler-test: f3175ad → 476a442
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.32 → v0.0.33

Removed

Nothing has changed.

Knative Eventing release v1.9.1

31 Jan 11:26
d46e08b
Compare
Choose a tag to compare

Changes by Kind

Enhancements

  • ApiServerSource can specify a selector to target one or more namespaces. If the selector is missing, it will default to targeting the namespace in which the source resides (#6665, @gab-satchi)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/cloudevents/sdk-go/observability/opencensus/v2: v2.12.0 → v2.13.0
  • github.com/cloudevents/sdk-go/sql/v2: 52b1227 → v2.13.0
  • github.com/cloudevents/sdk-go/v2: v2.12.0 → v2.13.0
  • go.uber.org/goleak: v1.1.11 → v1.2.0
  • k8s.io/api: v0.25.2 → v0.25.4
  • k8s.io/apiextensions-apiserver: v0.25.2 → v0.25.4
  • k8s.io/apimachinery: v0.25.2 → v0.25.4
  • k8s.io/apiserver: v0.25.2 → v0.25.4
  • k8s.io/client-go: v0.25.2 → v0.25.4
  • k8s.io/code-generator: v0.25.2 → v0.25.4
  • k8s.io/component-base: v0.25.2 → v0.25.4
  • k8s.io/gengo: 397b4ae → fad74ee
  • k8s.io/klog/v2: 0990e81 → 9ae4992
  • k8s.io/utils: ee6ede2 → 8e77b1f
  • knative.dev/hack/schema: 3fdc50b → c7cfcb0
  • knative.dev/hack: 3fdc50b → c7cfcb0
  • knative.dev/pkg: 714b763 → 247510c
  • knative.dev/reconciler-test: f3175ad → 476a442
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.32 → v0.0.33

Removed

Nothing has changed.

Knative Eventing release v1.9.0

26 Jan 03:03
4d6e1fc
Compare
Choose a tag to compare

Changes by Kind

Enhancements

  • ApiServerSource can specify a selector to target one or more namespaces. If the selector is missing, it will default to targeting the namespace in which the source resides (#6665, @gab-satchi)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/cloudevents/sdk-go/observability/opencensus/v2: v2.12.0 → v2.13.0
  • github.com/cloudevents/sdk-go/sql/v2: 52b1227 → v2.13.0
  • github.com/cloudevents/sdk-go/v2: v2.12.0 → v2.13.0
  • go.uber.org/goleak: v1.1.11 → v1.2.0
  • k8s.io/api: v0.25.2 → v0.25.4
  • k8s.io/apiextensions-apiserver: v0.25.2 → v0.25.4
  • k8s.io/apimachinery: v0.25.2 → v0.25.4
  • k8s.io/apiserver: v0.25.2 → v0.25.4
  • k8s.io/client-go: v0.25.2 → v0.25.4
  • k8s.io/code-generator: v0.25.2 → v0.25.4
  • k8s.io/component-base: v0.25.2 → v0.25.4
  • k8s.io/gengo: 397b4ae → fad74ee
  • k8s.io/klog/v2: 0990e81 → 9ae4992
  • k8s.io/utils: ee6ede2 → 8e77b1f
  • knative.dev/hack/schema: 3fdc50b → c7cfcb0
  • knative.dev/hack: 3fdc50b → c7cfcb0
  • knative.dev/pkg: 714b763 → 247510c
  • knative.dev/reconciler-test: f3175ad → 476a442
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.32 → v0.0.33

Removed

Nothing has changed.