Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Knative Eventing Operator release v0.14.1

Latest
Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 21 Apr 19:35
· 2 commits to release-0.14 since this release
798875a

Eventing Operator

This release consists of the following artifacts:

  • eventing-operator.yaml: the knative/eventing-operator components, which is able to install and delete Knative Eventing v0.14.1 components with in-memory channel.

The Knative Eventing v0.14.1 artifacts, bundled within the image of eventing operator includes eventing.yaml and upgrade-to-v0.14.1.yaml.

Bug Fixes

  • Restrict RBAC for Operator #109 (thanks @Cynocracy)
  • Override images in env vars #152 (thanks @aliok)
  • Avoid name conflict by using deployment+delimiter+container as the key #159 (thanks @houshengbo)
  • Use finalizers to block CR deletion until all resources are deleted #172 (thanks @aliok)
  • Reconciliation for default broker selection #186 (thanks @aliok)

Other Changes