Skip to content

Knative Eventing release v0.22.2

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 06 Jul 11:45
· 1 commit to release-0.22 since this release
6aa0b41

Changes by Kind

Enhancement

API Change

Bug or Regression

  • πŸ› Fix PingSource adapter not always releasing the leader election lease when terminating (#5162, @lionelvillard)
  • πŸ› Fix PingSource sending duplicate events when the leading adapter fails to renew its lease (#4908, @lionelvillard)
  • πŸ› Fix bug preventing the namespace-scoped in-memory channel to become ready. (#4906, @lionelvillard)
  • Fix excessive number of Replicas for eventing-webhook (#5112, @faruryo)
  • Webhook timeout for API server calls has been increased to 10 seconds. (#5175, @n3wscott)

Clean Up

  • Do not set the finalizer for pingSource for pingSource controller, just deal with it in reconcilekind (#5002, @zhaojizhuang)

Dependencies

Added

  • cloud.google.com/go/firestore: v1.1.0
  • github.com/bketelsen/crypt: 5cbc8cc
  • github.com/subosito/gotenv: v1.2.0
  • gopkg.in/ini.v1: v1.51.0
  • knative.dev/hack/schema: b6ab329

Changed