github knative/eventing knative-v1.17.0
v1.17.0

one day ago

knative/eventing@release-1.17

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 of job-sink (#8335, @yatesliang)

Uncategorized

  • 📄 "Action required" for the callers of the knative.dev/eventing/pkg/graph package. The constructor that has previously accepted a rest.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 value batch (#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

Don't miss a new eventing release

NewReleases is sending notifications on new releases.