Releases: knative/eventing
v1.17.0
knative/[email protected]
Changes by Kind
Bug or Regression
- Add observedGeneration in JobSink OpenAPI schema (#8297, @pierDipi)
- JobSink: all related metrics will start with prefix
job_sink
instead ofjob-sink
(#8335, @yatesliang)
Uncategorized
- π "Action required" for the callers of the
knative.dev/eventing/pkg/graph
package. The constructor that has previously accepted arest.RestConfig
is now accepting clients (Kubernetes clients) directly instead of creating them in the package. (#8399, @aliok) - π The event lineage package does not swallow the 400 and 401 errors anymore. Callers should handle those errors themselves. (#8401, @aliok)
- Add IntegrationSink for supporting generic event sinks based on Apache Camel Kamelets. (#8304, @matzew)
- Add IntegrationSource for supporting generic event sources based on Apache Camel Kamelets. (#8238, @matzew)
- Added the RequestReply CRD and types (no controller/data plane implementation yet) (#8337, @Cali0707)
- Allow configuring (opt-in) IMC async handler (#8311, @pierDipi)
- EventType autocreate now creates v1beta3 EventTypes (#8276, @Cali0707)
- Fix go vulnerability CVE-2024-4533 (#8417, @dsimansk)
- JobSink: Inject a
K_EXECUTION_MODE
environment variable with valuebatch
(#8346, @pierDipi) - JobSink: bind secrets lifecycle to associated jobs lifecycle. Using OwnerReference and k8s garbage collection, now a secret created for a given event is bound to a given Job lifecycle, so that when a job is deleted, the associated secret will be deleted. (#8331, @pierDipi)
- MT-Broker: return retriable status code based on the state to leverage retries (#8366, @pierDipi)
- Made request reply timeout configurable through config-features (#8361, @AlexMamoukarys)
- The minimum Kubernetes version is now 1.30.x (#8411, @pierDipi)
Dependencies
Added
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: v1.24.2
- github.com/antlr4-go/antlr/v4: v4.13.0
- go.opentelemetry.io/contrib/detectors/gcp: v1.31.0
- go.opentelemetry.io/otel/sdk/metric: v1.31.0
- gopkg.in/evanphx/json-patch.v4: v4.12.0
Changed
- cel.dev/expr: v0.16.0 β v0.16.2
- cloud.google.com/go/compute/metadata: v0.5.0 β v0.5.2
- github.com/cenkalti/backoff/v4: v4.2.1 β v4.3.0
- github.com/cncf/xds/go: 024c85f β b4127c9
- github.com/cpuguy83/go-md2man/v2: v2.0.2 β v2.0.4
- github.com/davecgh/go-spew: v1.1.1 β d8f796a
- github.com/envoyproxy/go-control-plane: v0.13.0 β v0.13.1
- github.com/fxamacker/cbor/v2: v2.6.0 β v2.7.0
- github.com/google/cel-go: v0.17.8 β v0.20.1
- github.com/matttproud/golang_protobuf_extensions: v1.0.4 β v1.0.1
- github.com/moby/spdystream: v0.2.0 β v0.4.0
- github.com/pmezard/go-difflib: v1.0.0 β 5d4384e
- github.com/sirupsen/logrus: v1.9.0 β v1.9.3
- github.com/spf13/cobra: v1.7.0 β v1.8.1
- go.etcd.io/bbolt: v1.3.8 β v1.3.9
- go.etcd.io/etcd/api/v3: v3.5.10 β v3.5.14
- go.etcd.io/etcd/client/pkg/v3: v3.5.10 β v3.5.14
- go.etcd.io/etcd/client/v2: v2.305.10 β v2.305.13
- go.etcd.io/etcd/client/v3: v3.5.10 β v3.5.14
- go.etcd.io/etcd/pkg/v3: v3.5.10 β v3.5.13
- go.etcd.io/etcd/raft/v3: v3.5.10 β v3.5.13
- go.etcd.io/etcd/server/v3: v3.5.10 β v3.5.13
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.49.0 β v0.53.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.49.0 β v0.53.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.19.0 β v1.27.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.19.0 β v1.28.0
- go.opentelemetry.io/otel/metric: v1.24.0 β v1.31.0
- go.opentelemetry.io/otel/sdk: v1.19.0 β v1.31.0
- go.opentelemetry.io/otel/trace: v1.24.0 β v1.31.0
- go.opentelemetry.io/otel: v1.24.0 β v1.31.0
- go.opentelemetry.io/proto/otlp: v1.0.0 β v1.3.1
- golang.org/x/crypto: v0.28.0 β v0.32.0
- golang.org/x/mod: v0.21.0 β v0.22.0
- golang.org/x/net: v0.30.0 β v0.34.0
- golang.org/x/oauth2: v0.22.0 β v0.23.0
- golang.org/x/sync: v0.8.0 β v0.10.0
- golang.org/x/sys: v0.26.0 β v0.29.0
- golang.org/x/term: v0.25.0 β v0.28.0
- golang.org/x/text: v0.19.0 β v0.21.0
- golang.org/x/tools: v0.26.0 β v0.29.0
- google.golang.org/genproto/googleapis/api: ddb44da β 796eee8
- google.golang.org/genproto/googleapis/rpc: ddb44da β 796eee8
- google.golang.org/grpc: v1.67.1 β v1.69.2
- google.golang.org/protobuf: v1.35.1 β v1.36.2
- k8s.io/api: v0.30.3 β v0.31.4
- k8s.io/apiextensions-apiserver: v0.30.3 β v0.31.4
- k8s.io/apimachinery: v0.30.3 β v0.31.4
- k8s.io/apiserver: v0.30.3 β v0.31.4
- k8s.io/client-go: v0.30.3 β v0.31.4
- k8s.io/code-generator: v0.30.3 β v0.31.4
- k8s.io/component-base: v0.30.3 β v0.31.4
- k8s.io/kms: v0.30.3 β v0.31.4
- knative.dev/hack/schema: 05b2fb3 β c142b48
- knative.dev/hack: 05b2fb3 β c142b48
- knative.dev/pkg: 9b9d535 β c43477f
- knative.dev/reconciler-test: 09111f0 β 4965c77
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.29.0 β v0.30.3
Removed
- github.com/antlr/antlr4/runtime/Go/antlr/v4: 8188dc5
v1.16.3
knative/[email protected]
Changes by Kind
Uncategorized
- Disable controller default health probes in the IMC dispatcher (#8125, @pierDipi)
- EventPolicy resources now support using SubscriptionsAPI filters at ingress. (#8122, @Cali0707)
- Set UID in Brokers backing channels EventPolicies OwnerReference(#8143, @creydr)
- InMemoryChannel ingress: Reject unauthorized requests (#8162, @creydr)
- JobSink: Reject unauthorized requests (#8169, @creydr)
- Mt-broker-filter: Allow only requests from Triggers Subscriptions OIDC ID (#8147, @creydr)
- Reconcile EventPolicies for Parallel's channel. (#8112, @rahulii)
- The OIDC discovery url is now configurable with the oidc-discovery-base-url feature flag in the config-features configmap. (#8145, @Cali0707)
- Triggers referencing MTChannelBased Brokers now support the Delivery Format option (#8151, @Cali0707)
- Make auth package indepent from eventpolicy informer (#8195, @creydr)
Dependencies
Added
- github.com/fxamacker/cbor/v2: v2.6.0
- github.com/go-task/slim-sprig/v3: v3.0.0
- github.com/planetscale/vtprotobuf: 0393e58
- github.com/x448/float16: v0.8.4
- k8s.io/gengo/v2: 51d4e06
Changed
- cel.dev/expr: v0.15.0 β v0.16.0
- cloud.google.com/go/compute/metadata: v0.3.0 β v0.5.0
- github.com/asaskevich/govalidator: f61b66f β a9d515a
- github.com/cncf/xds/go: 555b57e β 024c85f
- github.com/emicklei/go-restful/v3: v3.11.0 β v3.12.1
- github.com/envoyproxy/go-control-plane: v0.12.0 β v0.13.0
- github.com/envoyproxy/protoc-gen-validate: v1.0.4 β v1.1.0
- github.com/evanphx/json-patch: v4.12.0+incompatible β v5.9.0+incompatible
- github.com/go-logr/logr: v1.4.1 β v1.4.2
- github.com/go-openapi/jsonpointer: v0.19.6 β v0.21.0
- github.com/go-openapi/jsonreference: v0.20.2 β v0.21.0
- github.com/go-openapi/swag: v0.22.3 β v0.23.0
- github.com/gobuffalo/flect: v1.0.2 β v1.0.3
- github.com/golang/glog: v1.2.1 β v1.2.2
- github.com/google/cel-go: v0.17.7 β v0.17.8
- github.com/google/pprof: 4bb14d4 β 813a5fb
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.16.0 β v2.21.0
- github.com/imdario/mergo: v0.3.9 β v0.3.16
- github.com/onsi/ginkgo/v2: v2.13.0 β v2.20.0
- github.com/onsi/gomega: v1.29.0 β v1.34.1
- github.com/prometheus/common: v0.54.0 β v0.55.0
- github.com/prometheus/procfs: v0.12.0 β v0.15.1
- github.com/rogpeppe/go-internal: v1.10.0 β v1.12.0
- github.com/rs/dnscache: e0241e3 β fc85eb6
- github.com/tsenart/vegeta/v12: v12.11.1 β v12.12.0
- go.uber.org/automaxprocs: v1.5.3 β v1.6.0
- golang.org/x/crypto: v0.25.0 β v0.28.0
- golang.org/x/exp: a9213ee β 0cdaa3a
- golang.org/x/mod: v0.19.0 β v0.21.0
- golang.org/x/net: v0.27.0 β v0.30.0
- golang.org/x/oauth2: v0.21.0 β v0.22.0
- golang.org/x/sync: v0.7.0 β v0.8.0
- golang.org/x/sys: v0.22.0 β v0.26.0
- golang.org/x/term: v0.22.0 β v0.25.0
- golang.org/x/text: v0.16.0 β v0.19.0
- golang.org/x/time: v0.5.0 β v0.6.0
- golang.org/x/tools: v0.23.0 β v0.26.0
- golang.org/x/xerrors: 04be3eb β 5ec99f8
- google.golang.org/genproto/googleapis/api: ef581f9 β ddb44da
- google.golang.org/genproto/googleapis/rpc: 5315273 β ddb44da
- google.golang.org/grpc: v1.65.0 β v1.67.1
- google.golang.org/protobuf: v1.34.1 β v1.35.1
- k8s.io/api: v0.29.2 β v0.30.3
- k8s.io/apiextensions-apiserver: v0.29.2 β v0.30.3
- k8s.io/apimachinery: v0.29.2 β v0.30.3
- k8s.io/apiserver: v0.29.2 β v0.30.3
- k8s.io/client-go: v0.29.2 β v0.30.3
- k8s.io/code-generator: v0.29.2 β v0.30.3
- k8s.io/component-base: v0.29.2 β v0.30.3
- k8s.io/gengo: f967bbe β a0386bf
- k8s.io/klog/v2: v2.120.1 β v2.130.1
- k8s.io/kms: v0.29.2 β v0.30.3
- k8s.io/kube-openapi: 2dd684a β 8e68654
- k8s.io/utils: e7106e6 β 18e509b
- knative.dev/hack/schema: b979959 β 05b2fb3
- knative.dev/hack: b979959 β 05b2fb3
- knative.dev/pkg: 4355f0c β 9b9d535
- knative.dev/reconciler-test: 00d94f4 β 09111f0
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.28.0 β v0.29.0
Removed
- github.com/creack/pty: v1.1.9
v1.15.5
knative/[email protected]
Changes by Kind
Enhancement
Changes
-
Adding the prototype for MQTT source (#7919, @ctmphuongg)
-
Add EventPolicy Reconciler & Webhook (#8024, #8091 @dharmjit)
-
Add JobSink a resource to trigger long running background jobs when events occurs. (#7954, @pierDipi)
-
EventTypes no longer need a reference to be set on them (#8087, @Cali0707)
-
Knative Eventing now supports the CESQL v1 specification. IMPORTANT: there are some breaking changes between the previous v0.1 specification and the current v1 specification. (#8103, @Cali0707)
-
Remove
SelfSigned
issuer from releasedtransport-encryption
artifacts.
To continue using thetransport-encryption
feature, Eventing components require a pre-createdClusterIssuer
with nameknative-eventing-ca-issuer
. For more details, refer to thetransport-encryption
feature documentation. (#7905, @pierDipi) -
Sequences now update subscriptions instead of recreating them, where possible (#7948, @Cali0707)
-
The filters field in APIServerSource is now alpha and disabled by default (#7799, @rh-hemartin)
-
The new-trigger-filters feature flag was removed, the feature is now enabled and GA. (#8067, @Cali0707)
-
Update eventtype CRD to include .spec.reference.address(#7935, @creydr)
-
π EventType v1beta3 resources no longer have a default broker reference set, as they can have no reference. (#8079, @Cali0707)
-
π The IMC dispatcher metrics now correctly record the metrics once per event when there is only one request scheme, instead of twice (#7870, @Cali0707)
-
π Avoid fatal errors for unknown features flags that can be added in a future release (#8051, @pierDipi)
-
π Expose OIDC identities of underlying Subscriptions in Sequence and Parallel (#7902, @creydr)
Dependencies
Added
- cel.dev/expr: v0.15.0
- cloud.google.com/go/auth/oauth2adapt: v0.2.2
- cloud.google.com/go/auth: v0.5.1
- github.com/cloudevents/sdk-go/protocol/mqtt_paho/v2: 1ed9471
- github.com/eclipse/paho.golang: v0.12.0
- github.com/fatih/color: v1.16.0
- github.com/mattn/go-colorable: v0.1.13
- github.com/mattn/go-isatty: v0.0.20
Changed
- cloud.google.com/go/bigquery: v1.59.1 β v1.8.0
- cloud.google.com/go/compute/metadata: v0.2.3 β v0.3.0
- cloud.google.com/go/datastore: v1.15.0 β v1.1.0
- cloud.google.com/go/pubsub: v1.36.1 β v1.3.1
- cloud.google.com/go/storage: v1.40.0 β v1.10.0
- cloud.google.com/go: v0.112.1 β v0.114.0
- github.com/IBM/sarama: v1.40.1 β v1.43.1
- github.com/cespare/xxhash/v2: v2.2.0 β v2.3.0
- github.com/cloudevents/sdk-go/sql/v2: v2.15.2 β 3ce6b2f
- github.com/cncf/xds/go: 0fa0005 β 555b57e
- github.com/eapache/go-resiliency: v1.3.0 β v1.6.0
- github.com/eapache/go-xerial-snappy: bf00bc1 β c322873
- github.com/golang/glog: v1.2.0 β v1.2.1
- github.com/google/martian/v3: v3.3.2 β v3.0.0
- github.com/googleapis/gax-go/v2: v2.12.3 β v2.12.4
- github.com/hashicorp/go-cleanhttp: v0.5.1 β v0.5.2
- github.com/hashicorp/go-hclog: v0.9.2 β v1.6.3
- github.com/hashicorp/go-retryablehttp: v0.6.7 β v0.7.7
- github.com/jcmturner/gokrb5/v8: v8.4.3 β v8.4.4
- github.com/klauspost/compress: v1.16.6 β v1.17.8
- github.com/openzipkin/zipkin-go: v0.4.2 β v0.4.3
- github.com/pierrec/lz4/v4: v4.1.17 β v4.1.21
- github.com/prometheus/client_golang: v1.19.0 β v1.19.1
- github.com/prometheus/client_model: v0.6.0 β v0.6.1
- github.com/prometheus/common: v0.52.3 β v0.54.0
- github.com/rabbitmq/amqp091-go: v1.8.1 β v1.9.0
- github.com/stretchr/objx: v0.5.0 β v0.5.2
- github.com/stretchr/testify: v1.8.4 β v1.9.0
- go.opentelemetry.io/otel/sdk: v1.22.0 β v1.19.0
- golang.org/x/crypto: v0.22.0 β v0.25.0
- golang.org/x/exp: 613f0c0 β a9213ee
- golang.org/x/mod: v0.17.0 β v0.19.0
- golang.org/x/net: v0.24.0 β v0.27.0
- golang.org/x/oauth2: v0.19.0 β v0.21.0
- golang.org/x/sys: v0.19.0 β v0.22.0
- golang.org/x/telemetry: f48c80b β bda5523
- golang.org/x/term: v0.19.0 β v0.22.0
- golang.org/x/text: v0.14.0 β v0.16.0
- golang.org/x/tools: v0.20.0 β v0.23.0
- golang.org/x/xerrors: 104605a β 04be3eb
- google.golang.org/api: v0.172.0 β v0.183.0
- google.golang.org/genproto/googleapis/api: 6e1732d β ef581f9
- google.golang.org/genproto/googleapis/bytestream: 94a12d6 β 5315273
- google.golang.org/genproto/googleapis/rpc: 94a12d6 β 5315273
- google.golang.org/genproto: 6ceb2ff β 5315273
- google.golang.org/grpc: v1.63.2 β v1.65.0
- google.golang.org/protobuf: v1.33.0 β v1.34.1
- knative.dev/hack/schema: 1133b37 β b979959
- knative.dev/hack: 1133b37 β b979959
- knative.dev/pkg: 0f34a88 β 4355f0c
- knative.dev/reconciler-test: ca905cb β 00d94f4
Removed
- cloud.google.com/go/accessapproval: v1.7.5
- cloud.google.com/go/accesscontextmanager: v1.8.5
- cloud.google.com/go/aiplatform: v1.60.0
- cloud.google.com/go/analytics: v0.23.0
- cloud.google.com/go/apigateway: v1.6.5
- cloud.google.com/go/apigeeconnect: v1.6.5
- cloud.google.com/go/apigeeregistry: v0.8.3
- cloud.google.com/go/appengine: v1.8.5
- cloud.google.com/go/area120: v0.8.5
- cloud.google.com/go/artifactregistry: v1.14.7
- cloud.google.com/go/asset: v1.17.2
- cloud.google.com/go/assuredworkloads: v1.11.5
- cloud.google.com/go/automl: v1.13.5
- cloud.google.com/go/baremetalsolution: v1.2.4
- cloud.google.com/go/batch: v1.8.0
- cloud.google.com/go/beyondcorp: v1.0.4
- cloud.google.com/go/billing: v1.18.2
- cloud.google.com/go/binaryauthorization: v1.8.1
- cloud.google.com/go/certificatemanager: v1.7.5
- cloud.google.com/go/channel: v1.17.5
- cloud.google.com/go/cloudbuild: v1.15.1
- cloud.google.com/go/clouddms: v1.7.4
- cloud.google.com/go/cloudtasks: v1.12.6
- cloud.google.com/go/compute: v1.24.0
- cloud.google.com/go/contactcenterinsights: v1.13.0
- cloud.google.com/go/container: v1.31.0
- cloud.google.com/go/containeranalysis: v0.11.4
- cloud.google.com/go/datacatalog: v1.19.3
- cloud.google.com/go/dataflow: v0.9.5
- cloud.google.com/go/dataform: v0.9.2
- cloud.google.com/go/datafusion: v1.7.5
- cloud.google.com/go/datalabeling: v0.8.5
- cloud.google.com/go/dataplex: v1.14.2
- cloud.google.com/go/dataproc/v2: v2.4.0
- cloud.google.com/go/dataqna: v0.8.5
- cloud.google.com/go/datastream: v1.10.4
- cloud.google.com/go/deploy: v1.17.1
- cloud.google.com/go/dialogflow: v1.49.0
- cloud.google.com/go/dlp: v1.11.2
- cloud.google.com/go/documentai: v1.25.0
- cloud.google.com/go/domains: v0.9.5
- cloud.google.com/go/edgecontainer: v1.1.5
- cloud.google.com/go/errorreporting: v0.3.0
- cloud.google.com/go/essentialcontacts: v1.6.6
- cloud.google.com/go/eventarc: v1.13.4
- cloud.google.com/go/filestore: v1.8.1
- cloud.google.com/go/firestore: v1.14.0
- cloud.google.com/go/functions: v1.16.0
- cloud.google.com/go/gkebackup: v1.3.5
- cloud.google.com/go/gkeconnect: v0.8.5
- cloud.google.com/go/gkehub: v0.14.5
- cloud.google.com/go/gkemulticloud: v1.1.1
- cloud.google.com/go/gsuiteaddons: v1.6.5
- cloud.google.com/go/iam: v1.1.7
- cloud.google.com/go/iap: v1.9.4
- cloud.google.com/go/ids: v1.4.5
- cloud.google.com/go/iot: v1.7.5
- cloud.google.com/go/kms: v1.15.7
- cloud.google.com/go/language: v1.12.3
- cloud.google.com/go/lifesciences: v0.9.5
- cloud.google.com/go/logging: v1.9.0
- cloud.google.com/go/longrunning: v0.5.5
- cloud.google.com/go/managedidentities: v1.6.5
- cloud.google.com/go/maps: v1.6.4
- cloud.google.com/go/mediatranslation: v0.8.5
- cloud.google.com/go/memcache: v1.10.5
- cloud.google.com/go/metastore: v1.13.4
- cloud.google.com/go/monitoring: v1.18.0
- cloud.google.com/go/networkconnectivity: v1.14.4
- cloud.google.com/go/networkmanagement: v1.9.4
- cloud.google.com/go/networksecurity: v0.9.5
- cloud.google.com/go/notebooks: v1.11.3
- cloud.google.com/go/optimization: v1.6.3
- cloud.google.com/go/orchestration: v1.8.5
- cloud.google.com/go/orgpolicy: v1.12.1
- cloud.google.com/go/osconfig: v1.12.5
- cloud.google.com/go/oslogin: v1.13.1
- cloud.google.com/go/phishingprotection: v0.8.5
- cloud.google.com/go/policytroubleshooter: v1.10.3
- cloud.google.com/go/privatecatalog: v0.9.5
- cloud.google.com/go/pubsublite: v1.8.1
- cloud.google.com/go/recaptchaenterprise/v2: v2.9.2
- cloud.google.com/go/recommendationengine: v0.8.5
- cloud.google.com/go/recommender: v1.12.1
- cloud.google.com/go/redis: v1.14.2
- cloud.goo...
v1.16.2
knative/[email protected]
Changes by Kind
Uncategorized
- Disable controller default health probes in the IMC dispatcher (#8125, @pierDipi)
- EventPolicy resources now support using SubscriptionsAPI filters at ingress. (#8122, @Cali0707)
- Set UID in Brokers backing channels EventPolicies OwnerReference(#8143, @creydr)
- InMemoryChannel ingress: Reject unauthorized requests (#8162, @creydr)
- JobSink: Reject unauthorized requests (#8169, @creydr)
- Mt-broker-filter: Allow only requests from Triggers Subscriptions OIDC ID (#8147, @creydr)
- Reconcile EventPolicies for Parallel's channel. (#8112, @rahulii)
- The OIDC discovery url is now configurable with the oidc-discovery-base-url feature flag in the config-features configmap. (#8145, @Cali0707)
- Triggers referencing MTChannelBased Brokers now support the Delivery Format option (#8151, @Cali0707)
- Make auth package indepent from eventpolicy informer (#8195, @creydr)
Dependencies
Added
- github.com/fxamacker/cbor/v2: v2.6.0
- github.com/go-task/slim-sprig/v3: v3.0.0
- github.com/planetscale/vtprotobuf: 0393e58
- github.com/x448/float16: v0.8.4
- k8s.io/gengo/v2: 51d4e06
Changed
- cel.dev/expr: v0.15.0 β v0.16.0
- cloud.google.com/go/compute/metadata: v0.3.0 β v0.5.0
- github.com/asaskevich/govalidator: f61b66f β a9d515a
- github.com/cncf/xds/go: 555b57e β 024c85f
- github.com/emicklei/go-restful/v3: v3.11.0 β v3.12.1
- github.com/envoyproxy/go-control-plane: v0.12.0 β v0.13.0
- github.com/envoyproxy/protoc-gen-validate: v1.0.4 β v1.1.0
- github.com/evanphx/json-patch: v4.12.0+incompatible β v5.9.0+incompatible
- github.com/go-logr/logr: v1.4.1 β v1.4.2
- github.com/go-openapi/jsonpointer: v0.19.6 β v0.21.0
- github.com/go-openapi/jsonreference: v0.20.2 β v0.21.0
- github.com/go-openapi/swag: v0.22.3 β v0.23.0
- github.com/gobuffalo/flect: v1.0.2 β v1.0.3
- github.com/golang/glog: v1.2.1 β v1.2.2
- github.com/google/cel-go: v0.17.7 β v0.17.8
- github.com/google/pprof: 4bb14d4 β 813a5fb
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.16.0 β v2.21.0
- github.com/imdario/mergo: v0.3.9 β v0.3.16
- github.com/onsi/ginkgo/v2: v2.13.0 β v2.20.0
- github.com/onsi/gomega: v1.29.0 β v1.34.1
- github.com/prometheus/common: v0.54.0 β v0.55.0
- github.com/prometheus/procfs: v0.12.0 β v0.15.1
- github.com/rogpeppe/go-internal: v1.10.0 β v1.12.0
- github.com/rs/dnscache: e0241e3 β fc85eb6
- github.com/tsenart/vegeta/v12: v12.11.1 β v12.12.0
- go.uber.org/automaxprocs: v1.5.3 β v1.6.0
- golang.org/x/crypto: v0.25.0 β v0.28.0
- golang.org/x/exp: a9213ee β 0cdaa3a
- golang.org/x/mod: v0.19.0 β v0.21.0
- golang.org/x/net: v0.27.0 β v0.30.0
- golang.org/x/oauth2: v0.21.0 β v0.22.0
- golang.org/x/sync: v0.7.0 β v0.8.0
- golang.org/x/sys: v0.22.0 β v0.26.0
- golang.org/x/term: v0.22.0 β v0.25.0
- golang.org/x/text: v0.16.0 β v0.19.0
- golang.org/x/time: v0.5.0 β v0.6.0
- golang.org/x/tools: v0.23.0 β v0.26.0
- golang.org/x/xerrors: 04be3eb β 5ec99f8
- google.golang.org/genproto/googleapis/api: ef581f9 β ddb44da
- google.golang.org/genproto/googleapis/rpc: 5315273 β ddb44da
- google.golang.org/grpc: v1.65.0 β v1.67.1
- google.golang.org/protobuf: v1.34.1 β v1.35.1
- k8s.io/api: v0.29.2 β v0.30.3
- k8s.io/apiextensions-apiserver: v0.29.2 β v0.30.3
- k8s.io/apimachinery: v0.29.2 β v0.30.3
- k8s.io/apiserver: v0.29.2 β v0.30.3
- k8s.io/client-go: v0.29.2 β v0.30.3
- k8s.io/code-generator: v0.29.2 β v0.30.3
- k8s.io/component-base: v0.29.2 β v0.30.3
- k8s.io/gengo: f967bbe β a0386bf
- k8s.io/klog/v2: v2.120.1 β v2.130.1
- k8s.io/kms: v0.29.2 β v0.30.3
- k8s.io/kube-openapi: 2dd684a β 8e68654
- k8s.io/utils: e7106e6 β 18e509b
- knative.dev/hack/schema: b979959 β 05b2fb3
- knative.dev/hack: b979959 β 05b2fb3
- knative.dev/pkg: 4355f0c β 9b9d535
- knative.dev/reconciler-test: 00d94f4 β 09111f0
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.28.0 β v0.29.0
Removed
- github.com/creack/pty: v1.1.9
v1.16.1
knative/[email protected]
Changes by Kind
Uncategorized
- Disable controller default health probes in the IMC dispatcher (#8125, @pierDipi)
- EventPolicy resources now support using SubscriptionsAPI filters at ingress. (#8122, @Cali0707)
- Set UID in Brokers backing channels EventPolicies OwnerReference(#8143, @creydr)
- InMemoryChannel ingress: Reject unauthorized requests (#8162, @creydr)
- JobSink: Reject unauthorized requests (#8169, @creydr)
- Mt-broker-filter: Allow only requests from Triggers Subscriptions OIDC ID (#8147, @creydr)
- Reconcile EventPolicies for Parallel's channel. (#8112, @rahulii)
- The OIDC discovery url is now configurable with the oidc-discovery-base-url feature flag in the config-features configmap. (#8145, @Cali0707)
- Triggers referencing MTChannelBased Brokers now support the Delivery Format option (#8151, @Cali0707)
- Make auth package indepent from eventpolicy informer (#8195, @creydr)
Dependencies
Added
- github.com/fxamacker/cbor/v2: v2.6.0
- github.com/go-task/slim-sprig/v3: v3.0.0
- github.com/planetscale/vtprotobuf: 0393e58
- github.com/x448/float16: v0.8.4
- k8s.io/gengo/v2: 51d4e06
Changed
- cel.dev/expr: v0.15.0 β v0.16.0
- cloud.google.com/go/compute/metadata: v0.3.0 β v0.5.0
- github.com/asaskevich/govalidator: f61b66f β a9d515a
- github.com/cncf/xds/go: 555b57e β 024c85f
- github.com/emicklei/go-restful/v3: v3.11.0 β v3.12.1
- github.com/envoyproxy/go-control-plane: v0.12.0 β v0.13.0
- github.com/envoyproxy/protoc-gen-validate: v1.0.4 β v1.1.0
- github.com/evanphx/json-patch: v4.12.0+incompatible β v5.9.0+incompatible
- github.com/go-logr/logr: v1.4.1 β v1.4.2
- github.com/go-openapi/jsonpointer: v0.19.6 β v0.21.0
- github.com/go-openapi/jsonreference: v0.20.2 β v0.21.0
- github.com/go-openapi/swag: v0.22.3 β v0.23.0
- github.com/gobuffalo/flect: v1.0.2 β v1.0.3
- github.com/golang/glog: v1.2.1 β v1.2.2
- github.com/google/cel-go: v0.17.7 β v0.17.8
- github.com/google/pprof: 4bb14d4 β 813a5fb
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.16.0 β v2.21.0
- github.com/imdario/mergo: v0.3.9 β v0.3.16
- github.com/onsi/ginkgo/v2: v2.13.0 β v2.20.0
- github.com/onsi/gomega: v1.29.0 β v1.34.1
- github.com/prometheus/common: v0.54.0 β v0.55.0
- github.com/prometheus/procfs: v0.12.0 β v0.15.1
- github.com/rogpeppe/go-internal: v1.10.0 β v1.12.0
- github.com/rs/dnscache: e0241e3 β fc85eb6
- github.com/tsenart/vegeta/v12: v12.11.1 β v12.12.0
- go.uber.org/automaxprocs: v1.5.3 β v1.6.0
- golang.org/x/crypto: v0.25.0 β v0.28.0
- golang.org/x/exp: a9213ee β 0cdaa3a
- golang.org/x/mod: v0.19.0 β v0.21.0
- golang.org/x/net: v0.27.0 β v0.30.0
- golang.org/x/oauth2: v0.21.0 β v0.22.0
- golang.org/x/sync: v0.7.0 β v0.8.0
- golang.org/x/sys: v0.22.0 β v0.26.0
- golang.org/x/term: v0.22.0 β v0.25.0
- golang.org/x/text: v0.16.0 β v0.19.0
- golang.org/x/time: v0.5.0 β v0.6.0
- golang.org/x/tools: v0.23.0 β v0.26.0
- golang.org/x/xerrors: 04be3eb β 5ec99f8
- google.golang.org/genproto/googleapis/api: ef581f9 β ddb44da
- google.golang.org/genproto/googleapis/rpc: 5315273 β ddb44da
- google.golang.org/grpc: v1.65.0 β v1.67.1
- google.golang.org/protobuf: v1.34.1 β v1.35.1
- k8s.io/api: v0.29.2 β v0.30.3
- k8s.io/apiextensions-apiserver: v0.29.2 β v0.30.3
- k8s.io/apimachinery: v0.29.2 β v0.30.3
- k8s.io/apiserver: v0.29.2 β v0.30.3
- k8s.io/client-go: v0.29.2 β v0.30.3
- k8s.io/code-generator: v0.29.2 β v0.30.3
- k8s.io/component-base: v0.29.2 β v0.30.3
- k8s.io/gengo: f967bbe β a0386bf
- k8s.io/klog/v2: v2.120.1 β v2.130.1
- k8s.io/kms: v0.29.2 β v0.30.3
- k8s.io/kube-openapi: 2dd684a β 8e68654
- k8s.io/utils: e7106e6 β 18e509b
- knative.dev/hack/schema: b979959 β 05b2fb3
- knative.dev/hack: b979959 β 05b2fb3
- knative.dev/pkg: 4355f0c β 9b9d535
- knative.dev/reconciler-test: 00d94f4 β 09111f0
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.28.0 β v0.29.0
Removed
- github.com/creack/pty: v1.1.9
v1.15.4
knative/[email protected]
Changes by Kind
Enhancement
Changes
-
Adding the prototype for MQTT source (#7919, @ctmphuongg)
-
Add EventPolicy Reconciler & Webhook (#8024, #8091 @dharmjit)
-
Add JobSink a resource to trigger long running background jobs when events occurs. (#7954, @pierDipi)
-
EventTypes no longer need a reference to be set on them (#8087, @Cali0707)
-
Knative Eventing now supports the CESQL v1 specification. IMPORTANT: there are some breaking changes between the previous v0.1 specification and the current v1 specification. (#8103, @Cali0707)
-
Remove
SelfSigned
issuer from releasedtransport-encryption
artifacts.
To continue using thetransport-encryption
feature, Eventing components require a pre-createdClusterIssuer
with nameknative-eventing-ca-issuer
. For more details, refer to thetransport-encryption
feature documentation. (#7905, @pierDipi) -
Sequences now update subscriptions instead of recreating them, where possible (#7948, @Cali0707)
-
The filters field in APIServerSource is now alpha and disabled by default (#7799, @rh-hemartin)
-
The new-trigger-filters feature flag was removed, the feature is now enabled and GA. (#8067, @Cali0707)
-
Update eventtype CRD to include .spec.reference.address(#7935, @creydr)
-
π EventType v1beta3 resources no longer have a default broker reference set, as they can have no reference. (#8079, @Cali0707)
-
π The IMC dispatcher metrics now correctly record the metrics once per event when there is only one request scheme, instead of twice (#7870, @Cali0707)
-
π Avoid fatal errors for unknown features flags that can be added in a future release (#8051, @pierDipi)
-
π Expose OIDC identities of underlying Subscriptions in Sequence and Parallel (#7902, @creydr)
Dependencies
Added
- cel.dev/expr: v0.15.0
- cloud.google.com/go/auth/oauth2adapt: v0.2.2
- cloud.google.com/go/auth: v0.5.1
- github.com/cloudevents/sdk-go/protocol/mqtt_paho/v2: 1ed9471
- github.com/eclipse/paho.golang: v0.12.0
- github.com/fatih/color: v1.16.0
- github.com/mattn/go-colorable: v0.1.13
- github.com/mattn/go-isatty: v0.0.20
Changed
- cloud.google.com/go/bigquery: v1.59.1 β v1.8.0
- cloud.google.com/go/compute/metadata: v0.2.3 β v0.3.0
- cloud.google.com/go/datastore: v1.15.0 β v1.1.0
- cloud.google.com/go/pubsub: v1.36.1 β v1.3.1
- cloud.google.com/go/storage: v1.40.0 β v1.10.0
- cloud.google.com/go: v0.112.1 β v0.114.0
- github.com/IBM/sarama: v1.40.1 β v1.43.1
- github.com/cespare/xxhash/v2: v2.2.0 β v2.3.0
- github.com/cloudevents/sdk-go/sql/v2: v2.15.2 β 3ce6b2f
- github.com/cncf/xds/go: 0fa0005 β 555b57e
- github.com/eapache/go-resiliency: v1.3.0 β v1.6.0
- github.com/eapache/go-xerial-snappy: bf00bc1 β c322873
- github.com/golang/glog: v1.2.0 β v1.2.1
- github.com/google/martian/v3: v3.3.2 β v3.0.0
- github.com/googleapis/gax-go/v2: v2.12.3 β v2.12.4
- github.com/hashicorp/go-cleanhttp: v0.5.1 β v0.5.2
- github.com/hashicorp/go-hclog: v0.9.2 β v1.6.3
- github.com/hashicorp/go-retryablehttp: v0.6.7 β v0.7.7
- github.com/jcmturner/gokrb5/v8: v8.4.3 β v8.4.4
- github.com/klauspost/compress: v1.16.6 β v1.17.8
- github.com/openzipkin/zipkin-go: v0.4.2 β v0.4.3
- github.com/pierrec/lz4/v4: v4.1.17 β v4.1.21
- github.com/prometheus/client_golang: v1.19.0 β v1.19.1
- github.com/prometheus/client_model: v0.6.0 β v0.6.1
- github.com/prometheus/common: v0.52.3 β v0.54.0
- github.com/rabbitmq/amqp091-go: v1.8.1 β v1.9.0
- github.com/stretchr/objx: v0.5.0 β v0.5.2
- github.com/stretchr/testify: v1.8.4 β v1.9.0
- go.opentelemetry.io/otel/sdk: v1.22.0 β v1.19.0
- golang.org/x/crypto: v0.22.0 β v0.25.0
- golang.org/x/exp: 613f0c0 β a9213ee
- golang.org/x/mod: v0.17.0 β v0.19.0
- golang.org/x/net: v0.24.0 β v0.27.0
- golang.org/x/oauth2: v0.19.0 β v0.21.0
- golang.org/x/sys: v0.19.0 β v0.22.0
- golang.org/x/telemetry: f48c80b β bda5523
- golang.org/x/term: v0.19.0 β v0.22.0
- golang.org/x/text: v0.14.0 β v0.16.0
- golang.org/x/tools: v0.20.0 β v0.23.0
- golang.org/x/xerrors: 104605a β 04be3eb
- google.golang.org/api: v0.172.0 β v0.183.0
- google.golang.org/genproto/googleapis/api: 6e1732d β ef581f9
- google.golang.org/genproto/googleapis/bytestream: 94a12d6 β 5315273
- google.golang.org/genproto/googleapis/rpc: 94a12d6 β 5315273
- google.golang.org/genproto: 6ceb2ff β 5315273
- google.golang.org/grpc: v1.63.2 β v1.65.0
- google.golang.org/protobuf: v1.33.0 β v1.34.1
- knative.dev/hack/schema: 1133b37 β b979959
- knative.dev/hack: 1133b37 β b979959
- knative.dev/pkg: 0f34a88 β 4355f0c
- knative.dev/reconciler-test: ca905cb β 00d94f4
Removed
- cloud.google.com/go/accessapproval: v1.7.5
- cloud.google.com/go/accesscontextmanager: v1.8.5
- cloud.google.com/go/aiplatform: v1.60.0
- cloud.google.com/go/analytics: v0.23.0
- cloud.google.com/go/apigateway: v1.6.5
- cloud.google.com/go/apigeeconnect: v1.6.5
- cloud.google.com/go/apigeeregistry: v0.8.3
- cloud.google.com/go/appengine: v1.8.5
- cloud.google.com/go/area120: v0.8.5
- cloud.google.com/go/artifactregistry: v1.14.7
- cloud.google.com/go/asset: v1.17.2
- cloud.google.com/go/assuredworkloads: v1.11.5
- cloud.google.com/go/automl: v1.13.5
- cloud.google.com/go/baremetalsolution: v1.2.4
- cloud.google.com/go/batch: v1.8.0
- cloud.google.com/go/beyondcorp: v1.0.4
- cloud.google.com/go/billing: v1.18.2
- cloud.google.com/go/binaryauthorization: v1.8.1
- cloud.google.com/go/certificatemanager: v1.7.5
- cloud.google.com/go/channel: v1.17.5
- cloud.google.com/go/cloudbuild: v1.15.1
- cloud.google.com/go/clouddms: v1.7.4
- cloud.google.com/go/cloudtasks: v1.12.6
- cloud.google.com/go/compute: v1.24.0
- cloud.google.com/go/contactcenterinsights: v1.13.0
- cloud.google.com/go/container: v1.31.0
- cloud.google.com/go/containeranalysis: v0.11.4
- cloud.google.com/go/datacatalog: v1.19.3
- cloud.google.com/go/dataflow: v0.9.5
- cloud.google.com/go/dataform: v0.9.2
- cloud.google.com/go/datafusion: v1.7.5
- cloud.google.com/go/datalabeling: v0.8.5
- cloud.google.com/go/dataplex: v1.14.2
- cloud.google.com/go/dataproc/v2: v2.4.0
- cloud.google.com/go/dataqna: v0.8.5
- cloud.google.com/go/datastream: v1.10.4
- cloud.google.com/go/deploy: v1.17.1
- cloud.google.com/go/dialogflow: v1.49.0
- cloud.google.com/go/dlp: v1.11.2
- cloud.google.com/go/documentai: v1.25.0
- cloud.google.com/go/domains: v0.9.5
- cloud.google.com/go/edgecontainer: v1.1.5
- cloud.google.com/go/errorreporting: v0.3.0
- cloud.google.com/go/essentialcontacts: v1.6.6
- cloud.google.com/go/eventarc: v1.13.4
- cloud.google.com/go/filestore: v1.8.1
- cloud.google.com/go/firestore: v1.14.0
- cloud.google.com/go/functions: v1.16.0
- cloud.google.com/go/gkebackup: v1.3.5
- cloud.google.com/go/gkeconnect: v0.8.5
- cloud.google.com/go/gkehub: v0.14.5
- cloud.google.com/go/gkemulticloud: v1.1.1
- cloud.google.com/go/gsuiteaddons: v1.6.5
- cloud.google.com/go/iam: v1.1.7
- cloud.google.com/go/iap: v1.9.4
- cloud.google.com/go/ids: v1.4.5
- cloud.google.com/go/iot: v1.7.5
- cloud.google.com/go/kms: v1.15.7
- cloud.google.com/go/language: v1.12.3
- cloud.google.com/go/lifesciences: v0.9.5
- cloud.google.com/go/logging: v1.9.0
- cloud.google.com/go/longrunning: v0.5.5
- cloud.google.com/go/managedidentities: v1.6.5
- cloud.google.com/go/maps: v1.6.4
- cloud.google.com/go/mediatranslation: v0.8.5
- cloud.google.com/go/memcache: v1.10.5
- cloud.google.com/go/metastore: v1.13.4
- cloud.google.com/go/monitoring: v1.18.0
- cloud.google.com/go/networkconnectivity: v1.14.4
- cloud.google.com/go/networkmanagement: v1.9.4
- cloud.google.com/go/networksecurity: v0.9.5
- cloud.google.com/go/notebooks: v1.11.3
- cloud.google.com/go/optimization: v1.6.3
- cloud.google.com/go/orchestration: v1.8.5
- cloud.google.com/go/orgpolicy: v1.12.1
- cloud.google.com/go/osconfig: v1.12.5
- cloud.google.com/go/oslogin: v1.13.1
- cloud.google.com/go/phishingprotection: v0.8.5
- cloud.google.com/go/policytroubleshooter: v1.10.3
- cloud.google.com/go/privatecatalog: v0.9.5
- cloud.google.com/go/pubsublite: v1.8.1
- cloud.google.com/go/recaptchaenterprise/v2: v2.9.2
- cloud.google.com/go/recommendationengine: v0.8.5
- cloud.google.com/go/recommender: v1.12.1
- cloud.google.com/go/redis: v1.14.2
- cloud.goo...
v1.16.0
knative/[email protected]
Changes by Kind
Uncategorized
- Disable controller default health probes in the IMC dispatcher (#8125, @pierDipi)
- EventPolicy resources now support using SubscriptionsAPI filters at ingress. (#8122, @Cali0707)
- Set UID in Brokers backing channels EventPolicies OwnerReference(#8143, @creydr)
- InMemoryChannel ingress: Reject unauthorized requests (#8162, @creydr)
- JobSink: Reject unauthorized requests (#8169, @creydr)
- Mt-broker-filter: Allow only requests from Triggers Subscriptions OIDC ID (#8147, @creydr)
- Reconcile EventPolicies for Parallel's channel. (#8112, @rahulii)
- The OIDC discovery url is now configurable with the oidc-discovery-base-url feature flag in the config-features configmap. (#8145, @Cali0707)
- Triggers referencing MTChannelBased Brokers now support the Delivery Format option (#8151, @Cali0707)
- Make auth package indepent from eventpolicy informer (#8195, @creydr)
Dependencies
Added
- github.com/fxamacker/cbor/v2: v2.6.0
- github.com/go-task/slim-sprig/v3: v3.0.0
- github.com/planetscale/vtprotobuf: 0393e58
- github.com/x448/float16: v0.8.4
- k8s.io/gengo/v2: 51d4e06
Changed
- cel.dev/expr: v0.15.0 β v0.16.0
- cloud.google.com/go/compute/metadata: v0.3.0 β v0.5.0
- github.com/asaskevich/govalidator: f61b66f β a9d515a
- github.com/cncf/xds/go: 555b57e β 024c85f
- github.com/emicklei/go-restful/v3: v3.11.0 β v3.12.1
- github.com/envoyproxy/go-control-plane: v0.12.0 β v0.13.0
- github.com/envoyproxy/protoc-gen-validate: v1.0.4 β v1.1.0
- github.com/evanphx/json-patch: v4.12.0+incompatible β v5.9.0+incompatible
- github.com/go-logr/logr: v1.4.1 β v1.4.2
- github.com/go-openapi/jsonpointer: v0.19.6 β v0.21.0
- github.com/go-openapi/jsonreference: v0.20.2 β v0.21.0
- github.com/go-openapi/swag: v0.22.3 β v0.23.0
- github.com/gobuffalo/flect: v1.0.2 β v1.0.3
- github.com/golang/glog: v1.2.1 β v1.2.2
- github.com/google/cel-go: v0.17.7 β v0.17.8
- github.com/google/pprof: 4bb14d4 β 813a5fb
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.16.0 β v2.21.0
- github.com/imdario/mergo: v0.3.9 β v0.3.16
- github.com/onsi/ginkgo/v2: v2.13.0 β v2.20.0
- github.com/onsi/gomega: v1.29.0 β v1.34.1
- github.com/prometheus/common: v0.54.0 β v0.55.0
- github.com/prometheus/procfs: v0.12.0 β v0.15.1
- github.com/rogpeppe/go-internal: v1.10.0 β v1.12.0
- github.com/rs/dnscache: e0241e3 β fc85eb6
- github.com/tsenart/vegeta/v12: v12.11.1 β v12.12.0
- go.uber.org/automaxprocs: v1.5.3 β v1.6.0
- golang.org/x/crypto: v0.25.0 β v0.28.0
- golang.org/x/exp: a9213ee β 0cdaa3a
- golang.org/x/mod: v0.19.0 β v0.21.0
- golang.org/x/net: v0.27.0 β v0.30.0
- golang.org/x/oauth2: v0.21.0 β v0.22.0
- golang.org/x/sync: v0.7.0 β v0.8.0
- golang.org/x/sys: v0.22.0 β v0.26.0
- golang.org/x/term: v0.22.0 β v0.25.0
- golang.org/x/text: v0.16.0 β v0.19.0
- golang.org/x/time: v0.5.0 β v0.6.0
- golang.org/x/tools: v0.23.0 β v0.26.0
- golang.org/x/xerrors: 04be3eb β 5ec99f8
- google.golang.org/genproto/googleapis/api: ef581f9 β ddb44da
- google.golang.org/genproto/googleapis/rpc: 5315273 β ddb44da
- google.golang.org/grpc: v1.65.0 β v1.67.1
- google.golang.org/protobuf: v1.34.1 β v1.35.1
- k8s.io/api: v0.29.2 β v0.30.3
- k8s.io/apiextensions-apiserver: v0.29.2 β v0.30.3
- k8s.io/apimachinery: v0.29.2 β v0.30.3
- k8s.io/apiserver: v0.29.2 β v0.30.3
- k8s.io/client-go: v0.29.2 β v0.30.3
- k8s.io/code-generator: v0.29.2 β v0.30.3
- k8s.io/component-base: v0.29.2 β v0.30.3
- k8s.io/gengo: f967bbe β a0386bf
- k8s.io/klog/v2: v2.120.1 β v2.130.1
- k8s.io/kms: v0.29.2 β v0.30.3
- k8s.io/kube-openapi: 2dd684a β 8e68654
- k8s.io/utils: e7106e6 β 18e509b
- knative.dev/hack/schema: b979959 β 05b2fb3
- knative.dev/hack: b979959 β 05b2fb3
- knative.dev/pkg: 4355f0c β 9b9d535
- knative.dev/reconciler-test: 00d94f4 β 09111f0
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.28.0 β v0.29.0
Removed
- github.com/creack/pty: v1.1.9
v1.15.3
knative/[email protected]
Changes by Kind
Enhancement
Changes
-
Adding the prototype for MQTT source (#7919, @ctmphuongg)
-
Add EventPolicy Reconciler & Webhook (#8024, #8091 @dharmjit)
-
Add JobSink a resource to trigger long running background jobs when events occurs. (#7954, @pierDipi)
-
EventTypes no longer need a reference to be set on them (#8087, @Cali0707)
-
Knative Eventing now supports the CESQL v1 specification. IMPORTANT: there are some breaking changes between the previous v0.1 specification and the current v1 specification. (#8103, @Cali0707)
-
Remove
SelfSigned
issuer from releasedtransport-encryption
artifacts.
To continue using thetransport-encryption
feature, Eventing components require a pre-createdClusterIssuer
with nameknative-eventing-ca-issuer
. For more details, refer to thetransport-encryption
feature documentation. (#7905, @pierDipi) -
Sequences now update subscriptions instead of recreating them, where possible (#7948, @Cali0707)
-
The filters field in APIServerSource is now alpha and disabled by default (#7799, @rh-hemartin)
-
The new-trigger-filters feature flag was removed, the feature is now enabled and GA. (#8067, @Cali0707)
-
Update eventtype CRD to include .spec.reference.address(#7935, @creydr)
-
π EventType v1beta3 resources no longer have a default broker reference set, as they can have no reference. (#8079, @Cali0707)
-
π The IMC dispatcher metrics now correctly record the metrics once per event when there is only one request scheme, instead of twice (#7870, @Cali0707)
-
π Avoid fatal errors for unknown features flags that can be added in a future release (#8051, @pierDipi)
-
π Expose OIDC identities of underlying Subscriptions in Sequence and Parallel (#7902, @creydr)
Dependencies
Added
- cel.dev/expr: v0.15.0
- cloud.google.com/go/auth/oauth2adapt: v0.2.2
- cloud.google.com/go/auth: v0.5.1
- github.com/cloudevents/sdk-go/protocol/mqtt_paho/v2: 1ed9471
- github.com/eclipse/paho.golang: v0.12.0
- github.com/fatih/color: v1.16.0
- github.com/mattn/go-colorable: v0.1.13
- github.com/mattn/go-isatty: v0.0.20
Changed
- cloud.google.com/go/bigquery: v1.59.1 β v1.8.0
- cloud.google.com/go/compute/metadata: v0.2.3 β v0.3.0
- cloud.google.com/go/datastore: v1.15.0 β v1.1.0
- cloud.google.com/go/pubsub: v1.36.1 β v1.3.1
- cloud.google.com/go/storage: v1.40.0 β v1.10.0
- cloud.google.com/go: v0.112.1 β v0.114.0
- github.com/IBM/sarama: v1.40.1 β v1.43.1
- github.com/cespare/xxhash/v2: v2.2.0 β v2.3.0
- github.com/cloudevents/sdk-go/sql/v2: v2.15.2 β 3ce6b2f
- github.com/cncf/xds/go: 0fa0005 β 555b57e
- github.com/eapache/go-resiliency: v1.3.0 β v1.6.0
- github.com/eapache/go-xerial-snappy: bf00bc1 β c322873
- github.com/golang/glog: v1.2.0 β v1.2.1
- github.com/google/martian/v3: v3.3.2 β v3.0.0
- github.com/googleapis/gax-go/v2: v2.12.3 β v2.12.4
- github.com/hashicorp/go-cleanhttp: v0.5.1 β v0.5.2
- github.com/hashicorp/go-hclog: v0.9.2 β v1.6.3
- github.com/hashicorp/go-retryablehttp: v0.6.7 β v0.7.7
- github.com/jcmturner/gokrb5/v8: v8.4.3 β v8.4.4
- github.com/klauspost/compress: v1.16.6 β v1.17.8
- github.com/openzipkin/zipkin-go: v0.4.2 β v0.4.3
- github.com/pierrec/lz4/v4: v4.1.17 β v4.1.21
- github.com/prometheus/client_golang: v1.19.0 β v1.19.1
- github.com/prometheus/client_model: v0.6.0 β v0.6.1
- github.com/prometheus/common: v0.52.3 β v0.54.0
- github.com/rabbitmq/amqp091-go: v1.8.1 β v1.9.0
- github.com/stretchr/objx: v0.5.0 β v0.5.2
- github.com/stretchr/testify: v1.8.4 β v1.9.0
- go.opentelemetry.io/otel/sdk: v1.22.0 β v1.19.0
- golang.org/x/crypto: v0.22.0 β v0.25.0
- golang.org/x/exp: 613f0c0 β a9213ee
- golang.org/x/mod: v0.17.0 β v0.19.0
- golang.org/x/net: v0.24.0 β v0.27.0
- golang.org/x/oauth2: v0.19.0 β v0.21.0
- golang.org/x/sys: v0.19.0 β v0.22.0
- golang.org/x/telemetry: f48c80b β bda5523
- golang.org/x/term: v0.19.0 β v0.22.0
- golang.org/x/text: v0.14.0 β v0.16.0
- golang.org/x/tools: v0.20.0 β v0.23.0
- golang.org/x/xerrors: 104605a β 04be3eb
- google.golang.org/api: v0.172.0 β v0.183.0
- google.golang.org/genproto/googleapis/api: 6e1732d β ef581f9
- google.golang.org/genproto/googleapis/bytestream: 94a12d6 β 5315273
- google.golang.org/genproto/googleapis/rpc: 94a12d6 β 5315273
- google.golang.org/genproto: 6ceb2ff β 5315273
- google.golang.org/grpc: v1.63.2 β v1.65.0
- google.golang.org/protobuf: v1.33.0 β v1.34.1
- knative.dev/hack/schema: 1133b37 β b979959
- knative.dev/hack: 1133b37 β b979959
- knative.dev/pkg: 0f34a88 β 4355f0c
- knative.dev/reconciler-test: ca905cb β 00d94f4
Removed
- cloud.google.com/go/accessapproval: v1.7.5
- cloud.google.com/go/accesscontextmanager: v1.8.5
- cloud.google.com/go/aiplatform: v1.60.0
- cloud.google.com/go/analytics: v0.23.0
- cloud.google.com/go/apigateway: v1.6.5
- cloud.google.com/go/apigeeconnect: v1.6.5
- cloud.google.com/go/apigeeregistry: v0.8.3
- cloud.google.com/go/appengine: v1.8.5
- cloud.google.com/go/area120: v0.8.5
- cloud.google.com/go/artifactregistry: v1.14.7
- cloud.google.com/go/asset: v1.17.2
- cloud.google.com/go/assuredworkloads: v1.11.5
- cloud.google.com/go/automl: v1.13.5
- cloud.google.com/go/baremetalsolution: v1.2.4
- cloud.google.com/go/batch: v1.8.0
- cloud.google.com/go/beyondcorp: v1.0.4
- cloud.google.com/go/billing: v1.18.2
- cloud.google.com/go/binaryauthorization: v1.8.1
- cloud.google.com/go/certificatemanager: v1.7.5
- cloud.google.com/go/channel: v1.17.5
- cloud.google.com/go/cloudbuild: v1.15.1
- cloud.google.com/go/clouddms: v1.7.4
- cloud.google.com/go/cloudtasks: v1.12.6
- cloud.google.com/go/compute: v1.24.0
- cloud.google.com/go/contactcenterinsights: v1.13.0
- cloud.google.com/go/container: v1.31.0
- cloud.google.com/go/containeranalysis: v0.11.4
- cloud.google.com/go/datacatalog: v1.19.3
- cloud.google.com/go/dataflow: v0.9.5
- cloud.google.com/go/dataform: v0.9.2
- cloud.google.com/go/datafusion: v1.7.5
- cloud.google.com/go/datalabeling: v0.8.5
- cloud.google.com/go/dataplex: v1.14.2
- cloud.google.com/go/dataproc/v2: v2.4.0
- cloud.google.com/go/dataqna: v0.8.5
- cloud.google.com/go/datastream: v1.10.4
- cloud.google.com/go/deploy: v1.17.1
- cloud.google.com/go/dialogflow: v1.49.0
- cloud.google.com/go/dlp: v1.11.2
- cloud.google.com/go/documentai: v1.25.0
- cloud.google.com/go/domains: v0.9.5
- cloud.google.com/go/edgecontainer: v1.1.5
- cloud.google.com/go/errorreporting: v0.3.0
- cloud.google.com/go/essentialcontacts: v1.6.6
- cloud.google.com/go/eventarc: v1.13.4
- cloud.google.com/go/filestore: v1.8.1
- cloud.google.com/go/firestore: v1.14.0
- cloud.google.com/go/functions: v1.16.0
- cloud.google.com/go/gkebackup: v1.3.5
- cloud.google.com/go/gkeconnect: v0.8.5
- cloud.google.com/go/gkehub: v0.14.5
- cloud.google.com/go/gkemulticloud: v1.1.1
- cloud.google.com/go/gsuiteaddons: v1.6.5
- cloud.google.com/go/iam: v1.1.7
- cloud.google.com/go/iap: v1.9.4
- cloud.google.com/go/ids: v1.4.5
- cloud.google.com/go/iot: v1.7.5
- cloud.google.com/go/kms: v1.15.7
- cloud.google.com/go/language: v1.12.3
- cloud.google.com/go/lifesciences: v0.9.5
- cloud.google.com/go/logging: v1.9.0
- cloud.google.com/go/longrunning: v0.5.5
- cloud.google.com/go/managedidentities: v1.6.5
- cloud.google.com/go/maps: v1.6.4
- cloud.google.com/go/mediatranslation: v0.8.5
- cloud.google.com/go/memcache: v1.10.5
- cloud.google.com/go/metastore: v1.13.4
- cloud.google.com/go/monitoring: v1.18.0
- cloud.google.com/go/networkconnectivity: v1.14.4
- cloud.google.com/go/networkmanagement: v1.9.4
- cloud.google.com/go/networksecurity: v0.9.5
- cloud.google.com/go/notebooks: v1.11.3
- cloud.google.com/go/optimization: v1.6.3
- cloud.google.com/go/orchestration: v1.8.5
- cloud.google.com/go/orgpolicy: v1.12.1
- cloud.google.com/go/osconfig: v1.12.5
- cloud.google.com/go/oslogin: v1.13.1
- cloud.google.com/go/phishingprotection: v0.8.5
- cloud.google.com/go/policytroubleshooter: v1.10.3
- cloud.google.com/go/privatecatalog: v0.9.5
- cloud.google.com/go/pubsublite: v1.8.1
- cloud.google.com/go/recaptchaenterprise/v2: v2.9.2
- cloud.google.com/go/recommendationengine: v0.8.5
- cloud.google.com/go/recommender: v1.12.1
- cloud.google.com/go/redis: v1.14.2
- cloud.goo...
v1.15.2
knative/[email protected]
Changes by Kind
Enhancement
Changes
-
Adding the prototype for MQTT source (#7919, @ctmphuongg)
-
Add EventPolicy Reconciler & Webhook (#8024, #8091 @dharmjit)
-
Add JobSink a resource to trigger long running background jobs when events occurs. (#7954, @pierDipi)
-
EventTypes no longer need a reference to be set on them (#8087, @Cali0707)
-
Knative Eventing now supports the CESQL v1 specification. IMPORTANT: there are some breaking changes between the previous v0.1 specification and the current v1 specification. (#8103, @Cali0707)
-
Remove
SelfSigned
issuer from releasedtransport-encryption
artifacts.
To continue using thetransport-encryption
feature, Eventing components require a pre-createdClusterIssuer
with nameknative-eventing-ca-issuer
. For more details, refer to thetransport-encryption
feature documentation. (#7905, @pierDipi) -
Sequences now update subscriptions instead of recreating them, where possible (#7948, @Cali0707)
-
The filters field in APIServerSource is now alpha and disabled by default (#7799, @rh-hemartin)
-
The new-trigger-filters feature flag was removed, the feature is now enabled and GA. (#8067, @Cali0707)
-
Update eventtype CRD to include .spec.reference.address(#7935, @creydr)
-
π EventType v1beta3 resources no longer have a default broker reference set, as they can have no reference. (#8079, @Cali0707)
-
π The IMC dispatcher metrics now correctly record the metrics once per event when there is only one request scheme, instead of twice (#7870, @Cali0707)
-
π Avoid fatal errors for unknown features flags that can be added in a future release (#8051, @pierDipi)
-
π Expose OIDC identities of underlying Subscriptions in Sequence and Parallel (#7902, @creydr)
Dependencies
Added
- cel.dev/expr: v0.15.0
- cloud.google.com/go/auth/oauth2adapt: v0.2.2
- cloud.google.com/go/auth: v0.5.1
- github.com/cloudevents/sdk-go/protocol/mqtt_paho/v2: 1ed9471
- github.com/eclipse/paho.golang: v0.12.0
- github.com/fatih/color: v1.16.0
- github.com/mattn/go-colorable: v0.1.13
- github.com/mattn/go-isatty: v0.0.20
Changed
- cloud.google.com/go/bigquery: v1.59.1 β v1.8.0
- cloud.google.com/go/compute/metadata: v0.2.3 β v0.3.0
- cloud.google.com/go/datastore: v1.15.0 β v1.1.0
- cloud.google.com/go/pubsub: v1.36.1 β v1.3.1
- cloud.google.com/go/storage: v1.40.0 β v1.10.0
- cloud.google.com/go: v0.112.1 β v0.114.0
- github.com/IBM/sarama: v1.40.1 β v1.43.1
- github.com/cespare/xxhash/v2: v2.2.0 β v2.3.0
- github.com/cloudevents/sdk-go/sql/v2: v2.15.2 β 3ce6b2f
- github.com/cncf/xds/go: 0fa0005 β 555b57e
- github.com/eapache/go-resiliency: v1.3.0 β v1.6.0
- github.com/eapache/go-xerial-snappy: bf00bc1 β c322873
- github.com/golang/glog: v1.2.0 β v1.2.1
- github.com/google/martian/v3: v3.3.2 β v3.0.0
- github.com/googleapis/gax-go/v2: v2.12.3 β v2.12.4
- github.com/hashicorp/go-cleanhttp: v0.5.1 β v0.5.2
- github.com/hashicorp/go-hclog: v0.9.2 β v1.6.3
- github.com/hashicorp/go-retryablehttp: v0.6.7 β v0.7.7
- github.com/jcmturner/gokrb5/v8: v8.4.3 β v8.4.4
- github.com/klauspost/compress: v1.16.6 β v1.17.8
- github.com/openzipkin/zipkin-go: v0.4.2 β v0.4.3
- github.com/pierrec/lz4/v4: v4.1.17 β v4.1.21
- github.com/prometheus/client_golang: v1.19.0 β v1.19.1
- github.com/prometheus/client_model: v0.6.0 β v0.6.1
- github.com/prometheus/common: v0.52.3 β v0.54.0
- github.com/rabbitmq/amqp091-go: v1.8.1 β v1.9.0
- github.com/stretchr/objx: v0.5.0 β v0.5.2
- github.com/stretchr/testify: v1.8.4 β v1.9.0
- go.opentelemetry.io/otel/sdk: v1.22.0 β v1.19.0
- golang.org/x/crypto: v0.22.0 β v0.25.0
- golang.org/x/exp: 613f0c0 β a9213ee
- golang.org/x/mod: v0.17.0 β v0.19.0
- golang.org/x/net: v0.24.0 β v0.27.0
- golang.org/x/oauth2: v0.19.0 β v0.21.0
- golang.org/x/sys: v0.19.0 β v0.22.0
- golang.org/x/telemetry: f48c80b β bda5523
- golang.org/x/term: v0.19.0 β v0.22.0
- golang.org/x/text: v0.14.0 β v0.16.0
- golang.org/x/tools: v0.20.0 β v0.23.0
- golang.org/x/xerrors: 104605a β 04be3eb
- google.golang.org/api: v0.172.0 β v0.183.0
- google.golang.org/genproto/googleapis/api: 6e1732d β ef581f9
- google.golang.org/genproto/googleapis/bytestream: 94a12d6 β 5315273
- google.golang.org/genproto/googleapis/rpc: 94a12d6 β 5315273
- google.golang.org/genproto: 6ceb2ff β 5315273
- google.golang.org/grpc: v1.63.2 β v1.65.0
- google.golang.org/protobuf: v1.33.0 β v1.34.1
- knative.dev/hack/schema: 1133b37 β b979959
- knative.dev/hack: 1133b37 β b979959
- knative.dev/pkg: 0f34a88 β 4355f0c
- knative.dev/reconciler-test: ca905cb β 00d94f4
Removed
- cloud.google.com/go/accessapproval: v1.7.5
- cloud.google.com/go/accesscontextmanager: v1.8.5
- cloud.google.com/go/aiplatform: v1.60.0
- cloud.google.com/go/analytics: v0.23.0
- cloud.google.com/go/apigateway: v1.6.5
- cloud.google.com/go/apigeeconnect: v1.6.5
- cloud.google.com/go/apigeeregistry: v0.8.3
- cloud.google.com/go/appengine: v1.8.5
- cloud.google.com/go/area120: v0.8.5
- cloud.google.com/go/artifactregistry: v1.14.7
- cloud.google.com/go/asset: v1.17.2
- cloud.google.com/go/assuredworkloads: v1.11.5
- cloud.google.com/go/automl: v1.13.5
- cloud.google.com/go/baremetalsolution: v1.2.4
- cloud.google.com/go/batch: v1.8.0
- cloud.google.com/go/beyondcorp: v1.0.4
- cloud.google.com/go/billing: v1.18.2
- cloud.google.com/go/binaryauthorization: v1.8.1
- cloud.google.com/go/certificatemanager: v1.7.5
- cloud.google.com/go/channel: v1.17.5
- cloud.google.com/go/cloudbuild: v1.15.1
- cloud.google.com/go/clouddms: v1.7.4
- cloud.google.com/go/cloudtasks: v1.12.6
- cloud.google.com/go/compute: v1.24.0
- cloud.google.com/go/contactcenterinsights: v1.13.0
- cloud.google.com/go/container: v1.31.0
- cloud.google.com/go/containeranalysis: v0.11.4
- cloud.google.com/go/datacatalog: v1.19.3
- cloud.google.com/go/dataflow: v0.9.5
- cloud.google.com/go/dataform: v0.9.2
- cloud.google.com/go/datafusion: v1.7.5
- cloud.google.com/go/datalabeling: v0.8.5
- cloud.google.com/go/dataplex: v1.14.2
- cloud.google.com/go/dataproc/v2: v2.4.0
- cloud.google.com/go/dataqna: v0.8.5
- cloud.google.com/go/datastream: v1.10.4
- cloud.google.com/go/deploy: v1.17.1
- cloud.google.com/go/dialogflow: v1.49.0
- cloud.google.com/go/dlp: v1.11.2
- cloud.google.com/go/documentai: v1.25.0
- cloud.google.com/go/domains: v0.9.5
- cloud.google.com/go/edgecontainer: v1.1.5
- cloud.google.com/go/errorreporting: v0.3.0
- cloud.google.com/go/essentialcontacts: v1.6.6
- cloud.google.com/go/eventarc: v1.13.4
- cloud.google.com/go/filestore: v1.8.1
- cloud.google.com/go/firestore: v1.14.0
- cloud.google.com/go/functions: v1.16.0
- cloud.google.com/go/gkebackup: v1.3.5
- cloud.google.com/go/gkeconnect: v0.8.5
- cloud.google.com/go/gkehub: v0.14.5
- cloud.google.com/go/gkemulticloud: v1.1.1
- cloud.google.com/go/gsuiteaddons: v1.6.5
- cloud.google.com/go/iam: v1.1.7
- cloud.google.com/go/iap: v1.9.4
- cloud.google.com/go/ids: v1.4.5
- cloud.google.com/go/iot: v1.7.5
- cloud.google.com/go/kms: v1.15.7
- cloud.google.com/go/language: v1.12.3
- cloud.google.com/go/lifesciences: v0.9.5
- cloud.google.com/go/logging: v1.9.0
- cloud.google.com/go/longrunning: v0.5.5
- cloud.google.com/go/managedidentities: v1.6.5
- cloud.google.com/go/maps: v1.6.4
- cloud.google.com/go/mediatranslation: v0.8.5
- cloud.google.com/go/memcache: v1.10.5
- cloud.google.com/go/metastore: v1.13.4
- cloud.google.com/go/monitoring: v1.18.0
- cloud.google.com/go/networkconnectivity: v1.14.4
- cloud.google.com/go/networkmanagement: v1.9.4
- cloud.google.com/go/networksecurity: v0.9.5
- cloud.google.com/go/notebooks: v1.11.3
- cloud.google.com/go/optimization: v1.6.3
- cloud.google.com/go/orchestration: v1.8.5
- cloud.google.com/go/orgpolicy: v1.12.1
- cloud.google.com/go/osconfig: v1.12.5
- cloud.google.com/go/oslogin: v1.13.1
- cloud.google.com/go/phishingprotection: v0.8.5
- cloud.google.com/go/policytroubleshooter: v1.10.3
- cloud.google.com/go/privatecatalog: v0.9.5
- cloud.google.com/go/pubsublite: v1.8.1
- cloud.google.com/go/recaptchaenterprise/v2: v2.9.2
- cloud.google.com/go/recommendationengine: v0.8.5
- cloud.google.com/go/recommender: v1.12.1
- cloud.google.com/go/redis: v1.14.2
- cloud.goo...
v1.14.7
knative/[email protected]
Changes by Kind
Bug or Regression
- Reduce the scope for the Config validation webhook to only the
knative-eventing
namespace. (#7792, @pierDipi)
Uncategorized
- Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 (#7750, @matzew)
- Enable storage of EventType
v1beta2
instead ofv1beta1
(#7594, @dsimansk) - EventType Autocreate is now a non blocking operation (#7709, @Cali0707)
- EventTypes are now autocreated on Triggers and Subscriptions when there is a reply event sent to them (#7733, @Cali0707)
- Feature: Added the ability for users to configure
nodeSelector
when deployingapiserversource
, Users can now configure nodeSelector via config-features by adding key-value pair in the format apiserversources.nodeselector.: (#7584, @sadath-12) - Merge keys, which were associated with an older version of YAML (1.1), are no longer officially supported in YAML according to its specifications. YAML version 1.2, the current standard, does not include support for merge keys, rendering them obsolete. (#7662, @converge)
- StatefulSet scheduling now makes fewer API server requests, reducing APIServer load. (#7651, @Cali0707)
- Using 2.15.2 of Go-sdk for CloudEvents (#7747, @matzew)