github knative/eventing v0.19.2
Knative Eventing release v0.19.2

latest releases: knative-v1.14.1, v0.41.1, knative-v1.13.4...
pre-release3 years ago

Release notes for Eventing 0.19.0

Documentation

๐ŸŽ New Features

  • ๐ŸŽ Add new feature
    Run kind e2e tests every 4 hours on Github actions. (#4412, @vaikas)

๐Ÿ› Bug Fixes

  • ๐Ÿ› Fix a bug which could cause eventing-webhook to crashloop on initial creation. (#4168, @ian-mi)
  • ๐Ÿ› Fix bug
    Change the image pull policy so sinkbinding source tests work with kind. (#4317, @vaikas)
  • ๐Ÿ› Fix bug
    Dependency readiness could sometimes be missed because mismatched informer/lister was being used in the trigger reconciler. (#4296, @vaikas)
  • ๐Ÿ› Fix bug
    Dispatcher was incorrectly behaving like a normal reconciler instead of skipping status updates. I wonder if this was causing grief battling the normal reconciler. (#4280, @vaikas)
  • ๐Ÿ› Fix bug
    Fix issue #4375 where we would not reconcile changes to reconcile policy or duration. (#4405, @vaikas)
  • ๐Ÿ› Fix bug
    Only update the subscriber statuses in IMC after they have been added to handlers. Reduces failures where the
    subscribers have been marked before the dataplane has been actually configured. (#4435, @vaikas)
  • ๐Ÿ› Fix bug
    Retry on network failures (#4454, @pierDipi)
  • ๐Ÿ› Fix bug
    ingress / filter now handle proper k8s lifecycle. (#3917, @vaikas)

๐Ÿงน Update or clean up current behavior

  • ๐Ÿงน Update or clean up current behavior
    Move fuzzer (test related code) to test files so they don't get baked into our binaries. Small reduction in binary size. (#4399, @vaikas)
  • ๐Ÿงน Update or clean up current behavior
    DeliverySpec validation rejects a negative retry config. (#4216, @pierDipi)
  • ๐Ÿงน Update or clean up current behavior
    Just clean up some unused fields from the mtbroker reconciler struct. (#4318, @vaikas)
  • ๐Ÿงน Update or clean up current behavior
    Point to Broker ref instead of using a hard coded path. Also makes things little easier to reuse against other brokers. (#4278, @vaikas)
  • ๐Ÿงน Update or clean up current behavior
    Reducing places where we pull in fuzzers. (#4447, @vaikas)
  • ๐Ÿงน Update or clean up current behavior
    Simplify the IMC implementation, reduce churn due to global resyncs. (#4359, @vaikas)
  • ๐Ÿงน Update or clean up current behavior
    Use github action to run codecov. (#4237, @vaikas)
  • ๐Ÿงน Update or clean up current behavior
    remove all knative fuzzers from our binaries. (#4402, @vaikas)
  • ๐Ÿงน Move ContainerSource to v1 API. (#4257, @eclipselu)

Uncategorized

Don't miss a new eventing release

NewReleases is sending notifications on new releases.