Skip to content

Knative Eventing release v1.8.7

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 01 Mar 01:46
· 1 commit to release-1.8 since this release
95c6636

Kubernetes 1.23 minimum version

  • The HorizontalPodAutoscaler manifests have been updated to v2, which is available with k8s 1.23+ (#6549, @matzew)
  • Fix PodSecurity Policy warnings for restricted environments (#6533, @matzew)
  • Remove check for v1 API of ConfigMap as there is only v1 CMs (#6502, @matzew)
  • Update test creation library to also use the v1 API of CronJob (#6537, @matzew)
  • Update k8s library to 1.25.2 (#6561, @lionelvillard)

Bug fixes and cleanups

  • Add readiness and liveness probes in Knative Eventing controller (#6566, @lionelvillard)
  • Fixes issue with sugar controller always setting the broker class to MTChannelBasedBroker instead of using the defaults ConfigMap (#6500, @gab-satchi)
  • InMemoryChannel receiver validates received events (#6511, @pierDipi)
  • Remove strict check in scorer plugins and respect max skew parameter. Requeue request when no pods available rather than fail scheduler. (#6524, @aavarghese)
  • Improve Channels performance by reading the response body of failed deliveries (#6521, @liuchangyan)