Releases: knative/eventing
Knative Eventing release v1.2.4
Release notes for Eventing 1.2
Changelog since 1.1
🚨 Breaking or Notable
- Change default Broker delivery spec (#6011, @pierDipi)
- Unify inconsistent ConfigMaps (#5875, @odacremolbap)
- The Channel template at the ConfigMap that Brokers use to declare the underlying channel must be located under the
channel-template-spec
element. The previouschannelTemplateSpec
element has been deprecated. - PingSource's ConfigMap element for maximum size has been redefined as
data-max-size
. The previousdataMaxSize
element has been deprecated.
- The Channel template at the ConfigMap that Brokers use to declare the underlying channel must be located under the
💫 New Features & Changes
- 🎁 Traces generated by PingSource includes some k8s attributes (
k8s.namespace
,k8s.name
,k8s.resource
). (#5928, @lionelvillard) - 🎁 Add new
new-trigger-filters
experimental feature. When enabled, Triggers support a newfilters
field that conforms to the filters API field defined in theCloudEvents Subscriptions API
. It allows you to specify a set of powerful filter expressions, where each expression evaluates to either true or false for each event. (#5995, @devguyio) - Fixes the following vulnerabilities:
- github.com/knative/pkg contains dependency that is subject to DoS attack.
- githun.com/kubernetes/utils contains a security issue that was discovered where a user may be able to create a container with subpath volume mounts to access files & directories outside of the volume, including on the host filesystem. (#6057, @steven0711dong)
Dependencies
Added
- github.com/antlr/antlr4/runtime/Go/antlr: 643d94f
- github.com/certifi/gocertifi: 2c3bb06
- github.com/cloudevents/sdk-go/sql/v2: v2.8.0
- github.com/cockroachdb/errors: v1.2.4
- github.com/cockroachdb/logtags: eb05cc2
- github.com/coreos/go-systemd/v22: v22.3.2
- github.com/felixge/httpsnoop: v1.0.1
- github.com/getsentry/raven-go: v0.2.0
- github.com/godbus/dbus/v5: v5.0.4
- github.com/jpillora/backoff: v1.0.0
- github.com/opentracing/opentracing-go: v1.1.0
- github.com/stoewer/go-strcase: v1.2.0
- go.etcd.io/etcd/api/v3: v3.5.0
- go.etcd.io/etcd/client/pkg/v3: v3.5.0
- go.etcd.io/etcd/client/v2: v2.305.0
- go.etcd.io/etcd/client/v3: v3.5.0
- go.etcd.io/etcd/pkg/v3: v3.5.0
- go.etcd.io/etcd/raft/v3: v3.5.0
- go.etcd.io/etcd/server/v3: v3.5.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.20.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.20.0
- go.opentelemetry.io/contrib: v0.20.0
- go.opentelemetry.io/otel/exporters/otlp: v0.20.0
- go.opentelemetry.io/otel/metric: v0.20.0
- go.opentelemetry.io/otel/oteltest: v0.20.0
- go.opentelemetry.io/otel/sdk/export/metric: v0.20.0
- go.opentelemetry.io/otel/sdk/metric: v0.20.0
- go.opentelemetry.io/otel/sdk: v0.20.0
- go.opentelemetry.io/otel/trace: v0.20.0
Changed
- github.com/Azure/go-ansiterm: d6e3b33 → d185dfc
- github.com/Azure/go-autorest/autorest/adal: v0.9.5 → v0.9.13
- github.com/Azure/go-autorest/autorest: v0.11.12 → v0.11.18
- github.com/Azure/go-autorest/logger: v0.2.0 → v0.2.1
- github.com/alecthomas/units: c3de453 → f65c72e
- github.com/cloudevents/sdk-go/v2: v2.4.1 → v2.8.0
- github.com/cockroachdb/datadriven: 80d97fb → bf6692d
- github.com/evanphx/json-patch: v4.9.0+incompatible → v4.11.0+incompatible
- github.com/form3tech-oss/jwt-go: v3.2.2+incompatible → v3.2.3+incompatible
- github.com/go-logr/logr: v0.4.0 → v1.2.2
- github.com/go-openapi/spec: v0.19.6 → 6aced65
- github.com/google/btree: v1.0.0 → v1.0.1
- github.com/googleapis/gnostic: v0.4.1 → v0.5.5
- github.com/grpc-ecosystem/go-grpc-middleware: f849b54 → v1.3.0
- github.com/jonboulle/clockwork: v0.1.0 → v0.2.2
- github.com/json-iterator/go: v1.1.10 → v1.1.11
- github.com/konsorten/go-windows-terminal-sequences: v1.0.1 → v1.0.3
- github.com/kr/pty: v1.1.5 → v1.1.1
- github.com/mattn/go-isatty: v0.0.4 → v0.0.3
- github.com/moby/term: df9cb8a → 9d4ed18
- github.com/prometheus/procfs: v0.2.0 → v0.6.0
- github.com/soheilhy/cmux: v0.1.4 → v0.1.5
- github.com/stretchr/objx: v0.2.0 → v0.1.1
- github.com/tmc/grpc-websocket-proxy: 0ad062e → e5319fd
- go.etcd.io/bbolt: v1.3.5 → v1.3.6
- go.opentelemetry.io/otel: v0.16.0 → v0.20.0
- golang.org/x/net: 012df41 → 491a49a
- k8s.io/api: v0.21.4 → v0.22.5
- k8s.io/apiextensions-apiserver: v0.21.4 → v0.22.5
- k8s.io/apimachinery: v0.21.4 → v0.22.5
- k8s.io/apiserver: v0.21.4 → v0.22.5
- k8s.io/client-go: v0.21.4 → v0.22.5
- k8s.io/code-generator: v0.21.4 → v0.22.5
- k8s.io/component-base: v0.21.4 → v0.22.5
- k8s.io/klog/v2: v2.8.0 → v2.40.1
- k8s.io/kube-openapi: 591a79e → 2043435
- k8s.io/utils: 67b214c → 7d6a63d
- knative.dev/hack/schema: e11ac12 → 9b2ed84
- knative.dev/hack: e11ac12 → 9b2ed84
- knative.dev/pkg: 18589ac → 77555ea
- knative.dev/reconciler-test: 0d138a8 → c8bfbe6
Knative Eventing release v1.5.0
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.4.1
Changes by Kind
API Change
New Features
-
The sugar reconciler has been integrated into the base eventing controller and is now controlled by two LabelSelector fields.
namespace-sugar-selector
andtrigger-sugar-selector
fields in theconfig-sugar
ConfigMap inknative-eventing
Namespace allow you to use a Kubernetes LabelSelector to choose which namespaces or triggers respectively should have a Broker provisioned.To migrate existing usage of the sugar controller, do the following:
-
Set the namespace-sugar-selector to the value:
matchExpressions:- key: "eventing.knative.dev/injection"
operator: "In"
values: ["enabled"]
- key: "eventing.knative.dev/injection"
-
Set the trigger-sugar-selector to the value:
matchExpressions:- key: "eventing.knative.dev/injection"
operator: "In"
values: ["enabled"]
- key: "eventing.knative.dev/injection"
-
Remove the Deployment defined by the eventing-sugar-controller.yaml resources
in the previous release. (#6027, @xtreme-sameer-vohra)
-
Bug or Regression
- Set dead letter sink URI in the
Channel
status (#6256, @pierDipi) - MTChannelBroker can now co-exist with other broker implementations. (#6265, @n3wscott)
- The service created for the inmemorychannel's dispatcher will have ports defined, similar to the rest of the services. (#6283, @jhill072)
Cleanups
- Reduced duplication of observability.yaml config map which existed in multiple locations by symlinking "config/channels/in-memory-channel/configmaps/observability.yaml" to "config/core/configmaps/observability.yaml". (#6301, @matzew)
- Reduced duplication of tracing.yaml config map which existed in multiple locations by symlinking "config/channels/in-memory-channel/configmaps/tracing.yaml" to "config/core/configmaps/tracing.yaml". (#6295, @xtreme-sameer-vohra)
- The
sendevent
tool is not part of Eventing core anymore, an alternative is available askn
plugin https://github.com/knative-sandbox/kn-plugin-event (#6284, @pierDipi)
Knative Eventing release v1.3.3
🚨 Breaking or Notable
- 🧹 The sql field of the new trigger filters experimental feature is now called cesql. (#6148, @devguyio)
💫 New Features & Changes
- Applying k8s labels to post install (#6184, @matzew)
- Set dead letter sink URI in the Channel status (#6261, @knative-prow-robot)
- SubscriptionSpec.Delivery is now mutable (#6139, @pierDipi)
🐞 Bug Fixes
- When the new-trigger-filters experimental feature is enabled, a bug was fixed where some invalid CE SQL expressions caused a crash eventing webhook. Now those expressions will be considered invalid and the webhook will continue functioning normally. (#6140, @devguyio)
Dependencies
Added
Nothing has changed.
Changed
- golang.org/x/crypto: 84f3576 → 8634188
- golang.org/x/net: 491a49a → 27dd868
- golang.org/x/sys: fe61309 → 4e6760a
- golang.org/x/term: 6a3ed07 → 03fcf44
- knative.dev/hack/schema: 9b2ed84 → e178598
- knative.dev/hack: 9b2ed84 → e178598
- knative.dev/pkg: 77555ea → 2fdd5f2
- knative.dev/reconciler-test: c8bfbe6 → 84821d2
Removed
Nothing has changed.
Knative Eventing release v1.2.3
Release notes for Eventing 1.2
Changelog since 1.1
🚨 Breaking or Notable
- Change default Broker delivery spec (#6011, @pierDipi)
- Unify inconsistent ConfigMaps (#5875, @odacremolbap)
- The Channel template at the ConfigMap that Brokers use to declare the underlying channel must be located under the
channel-template-spec
element. The previouschannelTemplateSpec
element has been deprecated. - PingSource's ConfigMap element for maximum size has been redefined as
data-max-size
. The previousdataMaxSize
element has been deprecated.
- The Channel template at the ConfigMap that Brokers use to declare the underlying channel must be located under the
💫 New Features & Changes
- 🎁 Traces generated by PingSource includes some k8s attributes (
k8s.namespace
,k8s.name
,k8s.resource
). (#5928, @lionelvillard) - 🎁 Add new
new-trigger-filters
experimental feature. When enabled, Triggers support a newfilters
field that conforms to the filters API field defined in theCloudEvents Subscriptions API
. It allows you to specify a set of powerful filter expressions, where each expression evaluates to either true or false for each event. (#5995, @devguyio) - Fixes the following vulnerabilities:
- github.com/knative/pkg contains dependency that is subject to DoS attack.
- githun.com/kubernetes/utils contains a security issue that was discovered where a user may be able to create a container with subpath volume mounts to access files & directories outside of the volume, including on the host filesystem. (#6057, @steven0711dong)
Dependencies
Added
- github.com/antlr/antlr4/runtime/Go/antlr: 643d94f
- github.com/certifi/gocertifi: 2c3bb06
- github.com/cloudevents/sdk-go/sql/v2: v2.8.0
- github.com/cockroachdb/errors: v1.2.4
- github.com/cockroachdb/logtags: eb05cc2
- github.com/coreos/go-systemd/v22: v22.3.2
- github.com/felixge/httpsnoop: v1.0.1
- github.com/getsentry/raven-go: v0.2.0
- github.com/godbus/dbus/v5: v5.0.4
- github.com/jpillora/backoff: v1.0.0
- github.com/opentracing/opentracing-go: v1.1.0
- github.com/stoewer/go-strcase: v1.2.0
- go.etcd.io/etcd/api/v3: v3.5.0
- go.etcd.io/etcd/client/pkg/v3: v3.5.0
- go.etcd.io/etcd/client/v2: v2.305.0
- go.etcd.io/etcd/client/v3: v3.5.0
- go.etcd.io/etcd/pkg/v3: v3.5.0
- go.etcd.io/etcd/raft/v3: v3.5.0
- go.etcd.io/etcd/server/v3: v3.5.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.20.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.20.0
- go.opentelemetry.io/contrib: v0.20.0
- go.opentelemetry.io/otel/exporters/otlp: v0.20.0
- go.opentelemetry.io/otel/metric: v0.20.0
- go.opentelemetry.io/otel/oteltest: v0.20.0
- go.opentelemetry.io/otel/sdk/export/metric: v0.20.0
- go.opentelemetry.io/otel/sdk/metric: v0.20.0
- go.opentelemetry.io/otel/sdk: v0.20.0
- go.opentelemetry.io/otel/trace: v0.20.0
Changed
- github.com/Azure/go-ansiterm: d6e3b33 → d185dfc
- github.com/Azure/go-autorest/autorest/adal: v0.9.5 → v0.9.13
- github.com/Azure/go-autorest/autorest: v0.11.12 → v0.11.18
- github.com/Azure/go-autorest/logger: v0.2.0 → v0.2.1
- github.com/alecthomas/units: c3de453 → f65c72e
- github.com/cloudevents/sdk-go/v2: v2.4.1 → v2.8.0
- github.com/cockroachdb/datadriven: 80d97fb → bf6692d
- github.com/evanphx/json-patch: v4.9.0+incompatible → v4.11.0+incompatible
- github.com/form3tech-oss/jwt-go: v3.2.2+incompatible → v3.2.3+incompatible
- github.com/go-logr/logr: v0.4.0 → v1.2.2
- github.com/go-openapi/spec: v0.19.6 → 6aced65
- github.com/google/btree: v1.0.0 → v1.0.1
- github.com/googleapis/gnostic: v0.4.1 → v0.5.5
- github.com/grpc-ecosystem/go-grpc-middleware: f849b54 → v1.3.0
- github.com/jonboulle/clockwork: v0.1.0 → v0.2.2
- github.com/json-iterator/go: v1.1.10 → v1.1.11
- github.com/konsorten/go-windows-terminal-sequences: v1.0.1 → v1.0.3
- github.com/kr/pty: v1.1.5 → v1.1.1
- github.com/mattn/go-isatty: v0.0.4 → v0.0.3
- github.com/moby/term: df9cb8a → 9d4ed18
- github.com/prometheus/procfs: v0.2.0 → v0.6.0
- github.com/soheilhy/cmux: v0.1.4 → v0.1.5
- github.com/stretchr/objx: v0.2.0 → v0.1.1
- github.com/tmc/grpc-websocket-proxy: 0ad062e → e5319fd
- go.etcd.io/bbolt: v1.3.5 → v1.3.6
- go.opentelemetry.io/otel: v0.16.0 → v0.20.0
- golang.org/x/net: 012df41 → 491a49a
- k8s.io/api: v0.21.4 → v0.22.5
- k8s.io/apiextensions-apiserver: v0.21.4 → v0.22.5
- k8s.io/apimachinery: v0.21.4 → v0.22.5
- k8s.io/apiserver: v0.21.4 → v0.22.5
- k8s.io/client-go: v0.21.4 → v0.22.5
- k8s.io/code-generator: v0.21.4 → v0.22.5
- k8s.io/component-base: v0.21.4 → v0.22.5
- k8s.io/klog/v2: v2.8.0 → v2.40.1
- k8s.io/kube-openapi: 591a79e → 2043435
- k8s.io/utils: 67b214c → 7d6a63d
- knative.dev/hack/schema: e11ac12 → 9b2ed84
- knative.dev/hack: e11ac12 → 9b2ed84
- knative.dev/pkg: 18589ac → 77555ea
- knative.dev/reconciler-test: 0d138a8 → c8bfbe6
Knative Eventing release v1.2.2
Release notes for Eventing 1.2
Changelog since 1.1
🚨 Breaking or Notable
- Change default Broker delivery spec (#6011, @pierDipi)
- Unify inconsistent ConfigMaps (#5875, @odacremolbap)
- The Channel template at the ConfigMap that Brokers use to declare the underlying channel must be located under the
channel-template-spec
element. The previouschannelTemplateSpec
element has been deprecated. - PingSource's ConfigMap element for maximum size has been redefined as
data-max-size
. The previousdataMaxSize
element has been deprecated.
- The Channel template at the ConfigMap that Brokers use to declare the underlying channel must be located under the
💫 New Features & Changes
- 🎁 Traces generated by PingSource includes some k8s attributes (
k8s.namespace
,k8s.name
,k8s.resource
). (#5928, @lionelvillard) - 🎁 Add new
new-trigger-filters
experimental feature. When enabled, Triggers support a newfilters
field that conforms to the filters API field defined in theCloudEvents Subscriptions API
. It allows you to specify a set of powerful filter expressions, where each expression evaluates to either true or false for each event. (#5995, @devguyio) - Fixes the following vulnerabilities:
- github.com/knative/pkg contains dependency that is subject to DoS attack.
- githun.com/kubernetes/utils contains a security issue that was discovered where a user may be able to create a container with subpath volume mounts to access files & directories outside of the volume, including on the host filesystem. (#6057, @steven0711dong)
Dependencies
Added
- github.com/antlr/antlr4/runtime/Go/antlr: 643d94f
- github.com/certifi/gocertifi: 2c3bb06
- github.com/cloudevents/sdk-go/sql/v2: v2.8.0
- github.com/cockroachdb/errors: v1.2.4
- github.com/cockroachdb/logtags: eb05cc2
- github.com/coreos/go-systemd/v22: v22.3.2
- github.com/felixge/httpsnoop: v1.0.1
- github.com/getsentry/raven-go: v0.2.0
- github.com/godbus/dbus/v5: v5.0.4
- github.com/jpillora/backoff: v1.0.0
- github.com/opentracing/opentracing-go: v1.1.0
- github.com/stoewer/go-strcase: v1.2.0
- go.etcd.io/etcd/api/v3: v3.5.0
- go.etcd.io/etcd/client/pkg/v3: v3.5.0
- go.etcd.io/etcd/client/v2: v2.305.0
- go.etcd.io/etcd/client/v3: v3.5.0
- go.etcd.io/etcd/pkg/v3: v3.5.0
- go.etcd.io/etcd/raft/v3: v3.5.0
- go.etcd.io/etcd/server/v3: v3.5.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.20.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.20.0
- go.opentelemetry.io/contrib: v0.20.0
- go.opentelemetry.io/otel/exporters/otlp: v0.20.0
- go.opentelemetry.io/otel/metric: v0.20.0
- go.opentelemetry.io/otel/oteltest: v0.20.0
- go.opentelemetry.io/otel/sdk/export/metric: v0.20.0
- go.opentelemetry.io/otel/sdk/metric: v0.20.0
- go.opentelemetry.io/otel/sdk: v0.20.0
- go.opentelemetry.io/otel/trace: v0.20.0
Changed
- github.com/Azure/go-ansiterm: d6e3b33 → d185dfc
- github.com/Azure/go-autorest/autorest/adal: v0.9.5 → v0.9.13
- github.com/Azure/go-autorest/autorest: v0.11.12 → v0.11.18
- github.com/Azure/go-autorest/logger: v0.2.0 → v0.2.1
- github.com/alecthomas/units: c3de453 → f65c72e
- github.com/cloudevents/sdk-go/v2: v2.4.1 → v2.8.0
- github.com/cockroachdb/datadriven: 80d97fb → bf6692d
- github.com/evanphx/json-patch: v4.9.0+incompatible → v4.11.0+incompatible
- github.com/form3tech-oss/jwt-go: v3.2.2+incompatible → v3.2.3+incompatible
- github.com/go-logr/logr: v0.4.0 → v1.2.2
- github.com/go-openapi/spec: v0.19.6 → 6aced65
- github.com/google/btree: v1.0.0 → v1.0.1
- github.com/googleapis/gnostic: v0.4.1 → v0.5.5
- github.com/grpc-ecosystem/go-grpc-middleware: f849b54 → v1.3.0
- github.com/jonboulle/clockwork: v0.1.0 → v0.2.2
- github.com/json-iterator/go: v1.1.10 → v1.1.11
- github.com/konsorten/go-windows-terminal-sequences: v1.0.1 → v1.0.3
- github.com/kr/pty: v1.1.5 → v1.1.1
- github.com/mattn/go-isatty: v0.0.4 → v0.0.3
- github.com/moby/term: df9cb8a → 9d4ed18
- github.com/prometheus/procfs: v0.2.0 → v0.6.0
- github.com/soheilhy/cmux: v0.1.4 → v0.1.5
- github.com/stretchr/objx: v0.2.0 → v0.1.1
- github.com/tmc/grpc-websocket-proxy: 0ad062e → e5319fd
- go.etcd.io/bbolt: v1.3.5 → v1.3.6
- go.opentelemetry.io/otel: v0.16.0 → v0.20.0
- golang.org/x/net: 012df41 → 491a49a
- k8s.io/api: v0.21.4 → v0.22.5
- k8s.io/apiextensions-apiserver: v0.21.4 → v0.22.5
- k8s.io/apimachinery: v0.21.4 → v0.22.5
- k8s.io/apiserver: v0.21.4 → v0.22.5
- k8s.io/client-go: v0.21.4 → v0.22.5
- k8s.io/code-generator: v0.21.4 → v0.22.5
- k8s.io/component-base: v0.21.4 → v0.22.5
- k8s.io/klog/v2: v2.8.0 → v2.40.1
- k8s.io/kube-openapi: 591a79e → 2043435
- k8s.io/utils: 67b214c → 7d6a63d
- knative.dev/hack/schema: e11ac12 → 9b2ed84
- knative.dev/hack: e11ac12 → 9b2ed84
- knative.dev/pkg: 18589ac → 77555ea
- knative.dev/reconciler-test: 0d138a8 → c8bfbe6
Knative Eventing release v1.4.0
Changes by Kind
API Change
New Features
-
The sugar reconciler has been integrated into the base eventing controller and is now controlled by two LabelSelector fields.
namespace-sugar-selector
andtrigger-sugar-selector
fields in theconfig-sugar
ConfigMap inknative-eventing
Namespace allow you to use a Kubernetes LabelSelector to choose which namespaces or triggers respectively should have a Broker provisioned.To migrate existing usage of the sugar controller, do the following:
-
Set the namespace-sugar-selector to the value:
matchExpressions:- key: "eventing.knative.dev/injection"
operator: "In"
values: ["enabled"]
- key: "eventing.knative.dev/injection"
-
Set the trigger-sugar-selector to the value:
matchExpressions:- key: "eventing.knative.dev/injection"
operator: "In"
values: ["enabled"]
- key: "eventing.knative.dev/injection"
-
Remove the Deployment defined by the eventing-sugar-controller.yaml resources
in the previous release. (#6027, @xtreme-sameer-vohra)
-
Bug or Regression
- Set dead letter sink URI in the
Channel
status (#6256, @pierDipi) - MTChannelBroker can now co-exist with other broker implementations. (#6265, @n3wscott)
- The service created for the inmemorychannel's dispatcher will have ports defined, similar to the rest of the services. (#6283, @jhill072)
Cleanups
- Reduced duplication of observability.yaml config map which existed in multiple locations by symlinking "config/channels/in-memory-channel/configmaps/observability.yaml" to "config/core/configmaps/observability.yaml". (#6301, @matzew)
- Reduced duplication of tracing.yaml config map which existed in multiple locations by symlinking "config/channels/in-memory-channel/configmaps/tracing.yaml" to "config/core/configmaps/tracing.yaml". (#6295, @xtreme-sameer-vohra)
- The
sendevent
tool is not part of Eventing core anymore, an alternative is available askn
plugin https://github.com/knative-sandbox/kn-plugin-event (#6284, @pierDipi)
Knative Eventing release v1.3.2
🚨 Breaking or Notable
- 🧹 The sql field of the new trigger filters experimental feature is now called cesql. (#6148, @devguyio)
💫 New Features & Changes
- Applying k8s labels to post install (#6184, @matzew)
- Set dead letter sink URI in the Channel status (#6261, @knative-prow-robot)
- SubscriptionSpec.Delivery is now mutable (#6139, @pierDipi)
🐞 Bug Fixes
- When the new-trigger-filters experimental feature is enabled, a bug was fixed where some invalid CE SQL expressions caused a crash eventing webhook. Now those expressions will be considered invalid and the webhook will continue functioning normally. (#6140, @devguyio)
Dependencies
Added
Nothing has changed.
Changed
- golang.org/x/crypto: 84f3576 → 8634188
- golang.org/x/net: 491a49a → 27dd868
- golang.org/x/sys: fe61309 → 4e6760a
- golang.org/x/term: 6a3ed07 → 03fcf44
- knative.dev/hack/schema: 9b2ed84 → e178598
- knative.dev/hack: 9b2ed84 → e178598
- knative.dev/pkg: 77555ea → 2fdd5f2
- knative.dev/reconciler-test: c8bfbe6 → 84821d2
Removed
Nothing has changed.
Knative Eventing release v1.2.1
Release notes for Eventing 1.2
Changelog since 1.1
🚨 Breaking or Notable
- Change default Broker delivery spec (#6011, @pierDipi)
- Unify inconsistent ConfigMaps (#5875, @odacremolbap)
- The Channel template at the ConfigMap that Brokers use to declare the underlying channel must be located under the
channel-template-spec
element. The previouschannelTemplateSpec
element has been deprecated. - PingSource's ConfigMap element for maximum size has been redefined as
data-max-size
. The previousdataMaxSize
element has been deprecated.
- The Channel template at the ConfigMap that Brokers use to declare the underlying channel must be located under the
💫 New Features & Changes
- 🎁 Traces generated by PingSource includes some k8s attributes (
k8s.namespace
,k8s.name
,k8s.resource
). (#5928, @lionelvillard) - 🎁 Add new
new-trigger-filters
experimental feature. When enabled, Triggers support a newfilters
field that conforms to the filters API field defined in theCloudEvents Subscriptions API
. It allows you to specify a set of powerful filter expressions, where each expression evaluates to either true or false for each event. (#5995, @devguyio) - Fixes the following vulnerabilities:
- github.com/knative/pkg contains dependency that is subject to DoS attack.
- githun.com/kubernetes/utils contains a security issue that was discovered where a user may be able to create a container with subpath volume mounts to access files & directories outside of the volume, including on the host filesystem. (#6057, @steven0711dong)
Dependencies
Added
- github.com/antlr/antlr4/runtime/Go/antlr: 643d94f
- github.com/certifi/gocertifi: 2c3bb06
- github.com/cloudevents/sdk-go/sql/v2: v2.8.0
- github.com/cockroachdb/errors: v1.2.4
- github.com/cockroachdb/logtags: eb05cc2
- github.com/coreos/go-systemd/v22: v22.3.2
- github.com/felixge/httpsnoop: v1.0.1
- github.com/getsentry/raven-go: v0.2.0
- github.com/godbus/dbus/v5: v5.0.4
- github.com/jpillora/backoff: v1.0.0
- github.com/opentracing/opentracing-go: v1.1.0
- github.com/stoewer/go-strcase: v1.2.0
- go.etcd.io/etcd/api/v3: v3.5.0
- go.etcd.io/etcd/client/pkg/v3: v3.5.0
- go.etcd.io/etcd/client/v2: v2.305.0
- go.etcd.io/etcd/client/v3: v3.5.0
- go.etcd.io/etcd/pkg/v3: v3.5.0
- go.etcd.io/etcd/raft/v3: v3.5.0
- go.etcd.io/etcd/server/v3: v3.5.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.20.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.20.0
- go.opentelemetry.io/contrib: v0.20.0
- go.opentelemetry.io/otel/exporters/otlp: v0.20.0
- go.opentelemetry.io/otel/metric: v0.20.0
- go.opentelemetry.io/otel/oteltest: v0.20.0
- go.opentelemetry.io/otel/sdk/export/metric: v0.20.0
- go.opentelemetry.io/otel/sdk/metric: v0.20.0
- go.opentelemetry.io/otel/sdk: v0.20.0
- go.opentelemetry.io/otel/trace: v0.20.0
Changed
- github.com/Azure/go-ansiterm: d6e3b33 → d185dfc
- github.com/Azure/go-autorest/autorest/adal: v0.9.5 → v0.9.13
- github.com/Azure/go-autorest/autorest: v0.11.12 → v0.11.18
- github.com/Azure/go-autorest/logger: v0.2.0 → v0.2.1
- github.com/alecthomas/units: c3de453 → f65c72e
- github.com/cloudevents/sdk-go/v2: v2.4.1 → v2.8.0
- github.com/cockroachdb/datadriven: 80d97fb → bf6692d
- github.com/evanphx/json-patch: v4.9.0+incompatible → v4.11.0+incompatible
- github.com/form3tech-oss/jwt-go: v3.2.2+incompatible → v3.2.3+incompatible
- github.com/go-logr/logr: v0.4.0 → v1.2.2
- github.com/go-openapi/spec: v0.19.6 → 6aced65
- github.com/google/btree: v1.0.0 → v1.0.1
- github.com/googleapis/gnostic: v0.4.1 → v0.5.5
- github.com/grpc-ecosystem/go-grpc-middleware: f849b54 → v1.3.0
- github.com/jonboulle/clockwork: v0.1.0 → v0.2.2
- github.com/json-iterator/go: v1.1.10 → v1.1.11
- github.com/konsorten/go-windows-terminal-sequences: v1.0.1 → v1.0.3
- github.com/kr/pty: v1.1.5 → v1.1.1
- github.com/mattn/go-isatty: v0.0.4 → v0.0.3
- github.com/moby/term: df9cb8a → 9d4ed18
- github.com/prometheus/procfs: v0.2.0 → v0.6.0
- github.com/soheilhy/cmux: v0.1.4 → v0.1.5
- github.com/stretchr/objx: v0.2.0 → v0.1.1
- github.com/tmc/grpc-websocket-proxy: 0ad062e → e5319fd
- go.etcd.io/bbolt: v1.3.5 → v1.3.6
- go.opentelemetry.io/otel: v0.16.0 → v0.20.0
- golang.org/x/net: 012df41 → 491a49a
- k8s.io/api: v0.21.4 → v0.22.5
- k8s.io/apiextensions-apiserver: v0.21.4 → v0.22.5
- k8s.io/apimachinery: v0.21.4 → v0.22.5
- k8s.io/apiserver: v0.21.4 → v0.22.5
- k8s.io/client-go: v0.21.4 → v0.22.5
- k8s.io/code-generator: v0.21.4 → v0.22.5
- k8s.io/component-base: v0.21.4 → v0.22.5
- k8s.io/klog/v2: v2.8.0 → v2.40.1
- k8s.io/kube-openapi: 591a79e → 2043435
- k8s.io/utils: 67b214c → 7d6a63d
- knative.dev/hack/schema: e11ac12 → 9b2ed84
- knative.dev/hack: e11ac12 → 9b2ed84
- knative.dev/pkg: 18589ac → 77555ea
- knative.dev/reconciler-test: 0d138a8 → c8bfbe6
Knative Eventing release v1.1.4
💫 New Features & Changes
- New experimental-feature "delivery-retryafter" flag allows use of "DeliverySpec.retryAfter" to configure handling of Retry-After headers in 429 / 503 responses. See https://github.com/knative/docs/blob/main/docs/eventing/experimental-features (#5813, @travis-minke-sap)
- All core Knative Eventing Pods should now be able to run in the restricted pod security standard profile. (#5863, @evankanderson)
- Triggers now include a CloudEvents Subscriptions API compatible filters field as an experimental feature. (#5715, @devguyio)
🐞 Bug Fixes
- The Sequence type accepts any Channel spec field in the
spec.channelTemplate.spec
field. (#5955, @pierDipi) - Upgrade dependencies that contains vulnerabilities in snyk DB (#5889, @steven0711dong)
Dependencies
Added
- github.com/Shopify/toxiproxy/v2: 15ea381
- github.com/fortytw2/leaktest: v1.3.0
- github.com/frankban/quicktest: v1.11.3
- github.com/go-task/slim-sprig: 348f09d
- github.com/gorilla/securecookie: v1.1.1
- github.com/gorilla/sessions: v1.2.1
- github.com/jcmturner/aescts/v2: v2.0.0
- github.com/jcmturner/dnsutils/v2: v2.0.0
- github.com/jcmturner/gofork: v1.0.0
- github.com/jcmturner/goidentity/v6: v6.0.1
- github.com/jcmturner/gokrb5/v8: v8.4.2
- github.com/jcmturner/rpc/v2: v2.0.3
- github.com/klauspost/compress: v1.13.6
- github.com/rabbitmq/amqp091-go: v1.1.0
- github.com/urfave/cli/v2: v2.3.0
- github.com/xdg-go/pbkdf2: v1.0.0
- github.com/xdg-go/scram: v1.0.2
- github.com/xdg-go/stringprep: v1.0.2
Changed
- github.com/Shopify/sarama: v1.19.0 → v1.30.0
- github.com/cncf/udpa/go: 5459f2c → 04548b0
- github.com/cncf/xds/go: aa0b789 → cb28da3
- github.com/eapache/go-resiliency: v1.1.0 → v1.2.0
- github.com/evanphx/json-patch/v5: v5.5.0 → v5.6.0
- github.com/gobuffalo/flect: v0.2.3 → v0.2.4
- github.com/golang/snappy: v0.0.3 → v0.0.4
- github.com/gorilla/mux: v1.7.4 → v1.8.0
- github.com/hashicorp/go-uuid: v1.0.1 → v1.0.2
- github.com/kr/pretty: v0.2.0 → v0.2.1
- github.com/nxadm/tail: v1.4.4 → v1.4.8
- github.com/onsi/ginkgo: v1.14.2 → v1.16.5
- github.com/onsi/gomega: v1.10.4 → v1.16.0
- github.com/openzipkin/zipkin-go: v0.2.5 → v0.3.0
- github.com/pierrec/lz4: 473cd7c → v2.6.1+incompatible
- github.com/prometheus/common: v0.31.1 → v0.32.1
- github.com/rcrowley/go-metrics: 3113b84 → cf1acfc
- github.com/sirupsen/logrus: v1.7.0 → v1.8.1
- golang.org/x/crypto: 32db794 → 84f3576
- golang.org/x/net: 4f30a5c → 4a448f8
- golang.org/x/oauth2: 6b3c2da → ba495a6
- golang.org/x/sys: d61c044 → 69cdffd
- golang.org/x/text: v0.3.6 → v0.3.7
- google.golang.org/api: v0.58.0 → v0.60.0
- google.golang.org/genproto: 37fc393 → 2b14602
- google.golang.org/grpc: v1.41.0 → v1.42.0
- gopkg.in/check.v1: 8fa4692 → 10cb982
- knative.dev/hack/schema: 11d193b → 813559c
- knative.dev/hack: 11d193b → 813559c
- knative.dev/pkg: 96c0204 → d016976
- knative.dev/reconciler-test: 9839937 → 80584b5
Removed
- github.com/dgrijalva/jwt-go: v3.2.0+incompatible