Skip to content

Releases: knative/eventing

Knative Eventing release v1.7.4

18 Oct 12:31
52dc53c
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.5.6

18 Oct 11:53
aaa399b
Compare
Choose a tag to compare

Enhancements

  • Propagate per-component logging levels to source receive adapters. (#6391, @antoineco)

Fixes and cleanup

  • 🧹 MTChannelBroker filter does not proxy headers from replies anymore other than the headers specified in its hardcoded allow-list. The list so far only contains Retry-After. (#6357, @aliok)
  • 🐛 Fix pingsource-mt-adapter crash when the initial replicas is set to a value other than 0 (#6359, @lionelvillard)
  • 🐛 Fix Parallel not properly reporting underlying Channel creation failures (#6354, @lionelvillard)
  • 🧹 Now the Eventing Performance tests are ready to use, including Sender Throughput and latency graphs (#6340, @gabo1208)

Dependencies

Added

Nothing has changed.

Changed

  • knative.dev/hack/schema: 6ffd841 → 12d3e2a
  • knative.dev/hack: 6ffd841 → 12d3e2a
  • knative.dev/pkg: e325df6 → 19adf79
  • knative.dev/reconciler-test: 994f0c3 → f750f80

Removed

Nothing has changed.

Knative Eventing release v1.7.3

27 Sep 12:34
0bf545a
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.6.2

27 Sep 11:53
94b265d
Compare
Choose a tag to compare

Changes by Kind

Uncategorized

  • 🐛 Fix parallel creating subscription with no subscriber if no filter is defined in its branches (#6405, @aliok)

Dependencies

Added

  • github.com/alecthomas/units: f65c72e
  • github.com/jpillora/backoff: v1.0.0

Changed

  • github.com/cloudevents/sdk-go/v2: v2.8.0 → v2.10.1
  • github.com/konsorten/go-windows-terminal-sequences: v1.0.1 → v1.0.3
  • github.com/prometheus/client_golang: v0.9.2 → v1.11.1
  • go.uber.org/goleak: 6911603 → v1.1.11
  • go.uber.org/multierr: v1.6.0 → v1.8.0
  • go.uber.org/zap: v1.19.1 → v1.21.0
  • gopkg.in/yaml.v3: 496545a → v3.0.1
  • k8s.io/api: v0.23.5 → v0.23.8
  • k8s.io/apiextensions-apiserver: v0.23.4 → v0.23.8
  • k8s.io/apimachinery: v0.23.5 → v0.23.8
  • k8s.io/apiserver: v0.23.4 → v0.23.8
  • k8s.io/client-go: v0.23.5 → v0.23.8
  • k8s.io/code-generator: v0.23.5 → v0.23.8
  • k8s.io/component-base: v0.23.4 → v0.23.8
  • knative.dev/hack/schema: 12d3e2a → 65c463a
  • knative.dev/hack: 12d3e2a → 65c463a
  • knative.dev/pkg: 19adf79 → e60d250
  • knative.dev/reconciler-test: f750f80 → f05db88
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.27 → v0.0.30

Removed

Nothing has changed.

Knative Eventing release v1.5.5

27 Sep 11:58
a98ac06
Compare
Choose a tag to compare

Enhancements

  • Propagate per-component logging levels to source receive adapters. (#6391, @antoineco)

Fixes and cleanup

  • 🧹 MTChannelBroker filter does not proxy headers from replies anymore other than the headers specified in its hardcoded allow-list. The list so far only contains Retry-After. (#6357, @aliok)
  • 🐛 Fix pingsource-mt-adapter crash when the initial replicas is set to a value other than 0 (#6359, @lionelvillard)
  • 🐛 Fix Parallel not properly reporting underlying Channel creation failures (#6354, @lionelvillard)
  • 🧹 Now the Eventing Performance tests are ready to use, including Sender Throughput and latency graphs (#6340, @gabo1208)

Dependencies

Added

Nothing has changed.

Changed

  • knative.dev/hack/schema: 6ffd841 → 12d3e2a
  • knative.dev/hack: 6ffd841 → 12d3e2a
  • knative.dev/pkg: e325df6 → 19adf79
  • knative.dev/reconciler-test: 994f0c3 → f750f80

Removed

Nothing has changed.

Knative Eventing release v1.7.2

13 Sep 12:30
6ffef0f
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.6.1

13 Sep 11:52
922fc79
Compare
Choose a tag to compare

Changes by Kind

Uncategorized

  • 🐛 Fix parallel creating subscription with no subscriber if no filter is defined in its branches (#6405, @aliok)

Dependencies

Added

  • github.com/alecthomas/units: f65c72e
  • github.com/jpillora/backoff: v1.0.0

Changed

  • github.com/cloudevents/sdk-go/v2: v2.8.0 → v2.10.1
  • github.com/konsorten/go-windows-terminal-sequences: v1.0.1 → v1.0.3
  • github.com/prometheus/client_golang: v0.9.2 → v1.11.1
  • go.uber.org/goleak: 6911603 → v1.1.11
  • go.uber.org/multierr: v1.6.0 → v1.8.0
  • go.uber.org/zap: v1.19.1 → v1.21.0
  • gopkg.in/yaml.v3: 496545a → v3.0.1
  • k8s.io/api: v0.23.5 → v0.23.8
  • k8s.io/apiextensions-apiserver: v0.23.4 → v0.23.8
  • k8s.io/apimachinery: v0.23.5 → v0.23.8
  • k8s.io/apiserver: v0.23.4 → v0.23.8
  • k8s.io/client-go: v0.23.5 → v0.23.8
  • k8s.io/code-generator: v0.23.5 → v0.23.8
  • k8s.io/component-base: v0.23.4 → v0.23.8
  • knative.dev/hack/schema: 12d3e2a → 65c463a
  • knative.dev/hack: 12d3e2a → 65c463a
  • knative.dev/pkg: 19adf79 → e60d250
  • knative.dev/reconciler-test: f750f80 → f05db88
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.27 → v0.0.30

Removed

Nothing has changed.

Knative Eventing release v1.5.4

13 Sep 11:55
9171ccb
Compare
Choose a tag to compare

Enhancements

  • Propagate per-component logging levels to source receive adapters. (#6391, @antoineco)

Fixes and cleanup

  • 🧹 MTChannelBroker filter does not proxy headers from replies anymore other than the headers specified in its hardcoded allow-list. The list so far only contains Retry-After. (#6357, @aliok)
  • 🐛 Fix pingsource-mt-adapter crash when the initial replicas is set to a value other than 0 (#6359, @lionelvillard)
  • 🐛 Fix Parallel not properly reporting underlying Channel creation failures (#6354, @lionelvillard)
  • 🧹 Now the Eventing Performance tests are ready to use, including Sender Throughput and latency graphs (#6340, @gabo1208)

Dependencies

Added

Nothing has changed.

Changed

  • knative.dev/hack/schema: 6ffd841 → 12d3e2a
  • knative.dev/hack: 6ffd841 → 12d3e2a
  • knative.dev/pkg: e325df6 → 19adf79
  • knative.dev/reconciler-test: 994f0c3 → f750f80

Removed

Nothing has changed.

Knative Eventing release v1.7.1

23 Aug 17:46
a9151b5
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-v1.7.0

23 Aug 15:08
cc06bab
Compare
Choose a tag to compare
knative-v1.7.0 Pre-release
Pre-release

This is a NOOP release since there was an issue with our release scripts

Visit: https://github.com/knative/eventing/releases/tag/knative-v1.7.1