Knative Eventing release v0.24.3
knative-prow-releaser-robot
released this
07 Sep 16:47
·
1 commit
to release-0.24
since this release
Experimental Features
We're glad to announce that we have introduced a new process to test and develop new features, called the experimental features process.
Thanks to this process, you will be able to try out the new amazing features and provide feedback back to the project!
We're introducing two experimental features to begin with:
kreference-group
: When usingref
, refer to resources using only the API Group, and not the full API Versiondelivery-timeout
: When using thedelivery
, define per request timeout
You can read more about how to enable these features and their usage in experimental feature documentation.
Changes by Kind
🚨 Breaking or Notable
💫 New Features & Changes
🐞 Bug Fixes
Uncategorized
- 🧹 Subscription.Spec.Channel now uses KReference and the spec.channel CRD schema is less permissive and matches the supported usage of KReference fields. Subscription's users creating their resources with YAMLs are not affected. (#5412, @slinkydeveloper)
- 🧹 The PingSource adapter now generates a normal event instead of a warning when the source is not ready. Rename the event to PingSourceSkipped
- 🧹 The PingSource adapter now generates the normal event PingSourceSynchronized when it has been synchronized. (#5549, @lionelvillard)
- 🎁
KReference.Group
now can be used inSubscription.Spec.Channel
as well (#5520, @slinkydeveloper) - Added
DeliverySpec.Timeout
(#5149, @slinkydeveloper) - Added the experimental feature kreference-group. Enabling it, you can use Subscriber.Ref.Group instead of Subscriber.Ref.APIVersion to refer to another Resource, without being explicit about the resource version (e.g. v1beta1, v1, ...) (#5440, @slinkydeveloper)
- Fix a race condition with apiserversources reported ready before they have begun listening for events (#5446, @benmoss)
- Imc-controller cluster role now has update permission for namespaces/finalizers. (#5539, @aliok)
- Knative-eventing-webhook cluster role has update permission for namespaces/finalizers. (#5501, @matzew)
- Remaining HA Control Plane pods (via the operator) are now labelled with podAntiAffinity to ensure there isn't a single point of failure. (#5409, @lberk)
- You need to run the storage migration tool after the upgrade to migrate from v1beta2 to v1
pingsources.sources.knative.dev
resources. (#5381, @lionelvillard)
Dependencies
Added
- github.com/Azure/go-autorest: v14.2.0+incompatible
- github.com/ahmetb/gen-crd-api-reference-docs: c1402a7
- github.com/evanphx/json-patch/v5: v5.5.0
- github.com/form3tech-oss/jwt-go: v3.2.2+incompatible
- github.com/go-kit/log: v0.1.0
- github.com/jessevdk/go-flags: v1.4.0
- github.com/josharian/intern: v1.0.0
- github.com/pelletier/go-toml/v2: v2.0.0-beta.2
Changed
- github.com/Azure/go-autorest/autorest/adal: v0.8.2 → v0.9.5
- github.com/Azure/go-autorest/autorest/date: v0.2.0 → v0.3.0
- github.com/Azure/go-autorest/autorest/mocks: v0.3.0 → v0.4.1
- github.com/Azure/go-autorest/autorest: v0.9.6 → v0.11.1
- github.com/Azure/go-autorest/logger: v0.1.0 → v0.2.0
- github.com/Azure/go-autorest/tracing: v0.5.0 → v0.6.0
- github.com/blang/semver: v3.5.0+incompatible → v3.5.1+incompatible
- github.com/go-logr/logr: v0.2.0 → v0.4.0
- github.com/go-openapi/jsonpointer: v0.19.3 → v0.19.5
- github.com/go-openapi/jsonreference: v0.19.3 → v0.19.5
- github.com/go-openapi/swag: v0.19.7 → v0.19.15
- github.com/gogo/protobuf: v1.3.1 → v1.3.2
- github.com/google/go-cmp: v0.5.5 → v0.5.6
- github.com/kisielk/errcheck: v1.2.0 → v1.5.0
- github.com/mailru/easyjson: 6c0755d → v0.7.7
- github.com/pelletier/go-toml: v1.8.0 → v1.2.0
- github.com/prometheus/common: v0.20.0 → v0.26.0
- github.com/prometheus/procfs: v0.1.3 → v0.2.0
- github.com/stretchr/testify: v1.6.1 → v1.7.0
- github.com/yuin/goldmark: v1.2.1 → v1.3.5
- go.etcd.io/etcd: 17cef6e → dd1b699
- go.uber.org/atomic: v1.7.0 → v1.8.0
- go.uber.org/zap: v1.16.0 → v1.17.0
- golang.org/x/crypto: 4f45737 → c07d793
- golang.org/x/mod: v0.3.0 → v0.4.2
- golang.org/x/net: e915ea6 → abc4532
- golang.org/x/oauth2: 5e61552 → f6687ab
- golang.org/x/sys: 4fbd30e → 977fb72
- golang.org/x/tools: v0.1.0 → v0.1.2
- gomodules.xyz/jsonpatch/v2: v2.1.0 → v2.2.0
- google.golang.org/grpc: v1.37.0 → v1.38.0
- honnef.co/go/tools: v0.0.1-2020.1.5 → v0.0.1-2020.1.4
- k8s.io/api: v0.19.7 → v0.20.7
- k8s.io/apiextensions-apiserver: v0.19.7 → v0.20.7
- k8s.io/apimachinery: v0.19.7 → v0.20.7
- k8s.io/apiserver: v0.19.7 → v0.20.7
- k8s.io/client-go: v0.19.7 → v0.20.7
- k8s.io/code-generator: v0.19.7 → v0.20.7
- k8s.io/component-base: v0.19.7 → v0.20.7
- k8s.io/gengo: 8167cfd → de9496d
- k8s.io/klog/v2: v2.2.0 → v2.4.0
- k8s.io/kube-openapi: 6aeccd4 → d219536
- k8s.io/utils: d5654de → 67b214c
- knative.dev/hack/schema: 93ad912 → e28525d
- knative.dev/hack: 93ad912 → e28525d
- knative.dev/pkg: 4564797 → dd0db4b
- knative.dev/reconciler-test: d5adf72 → 88c8473
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.9 → v0.0.15
- sigs.k8s.io/structured-merge-diff/v4: v4.0.1 → v4.0.3
Removed
- github.com/agnivade/levenshtein: v1.0.1
- github.com/andreyvit/diff: c7f18ee
- github.com/docker/go-units: v0.4.0
- github.com/globalsign/mgo: eeefdec
- github.com/go-openapi/analysis: v0.19.5
- github.com/go-openapi/errors: v0.19.2
- github.com/go-openapi/loads: v0.19.4
- github.com/go-openapi/runtime: v0.19.4
- github.com/go-openapi/strfmt: v0.19.3
- github.com/go-openapi/validate: v0.19.5
- github.com/sergi/go-diff: v1.0.0
- github.com/tidwall/pretty: v1.0.0
- github.com/ugorji/go: v1.1.4
- github.com/vektah/gqlparser: v1.1.2
- go.mongodb.org/mongo-driver: v1.1.2
- gopkg.in/evanphx/json-patch.v4: v4.9.0