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