This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
knative-prow-releaser-robot
released this
21 Apr 19:35
·
2 commits
to release-0.14
since this release
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
- Delete (Cluster)Role(Bindings) as a final cleanup step #141 (thanks @Cynocracy)
- Remove the obsolete resource in 0.13 #131 (thanks @houshengbo)
- Better verification of the resources #166 (thanks @houshengbo)
- Upgrade to manifestival 0.5.0 #189 (thanks @jcrossley3)
- Adding doc to change the actual broker #192 (thanks @matzew)
- Add support of configuring ConfigMaps with CR #198 (thanks @houshengbo)
- Update the manifest to 0.14.1 #203 (thanks @houshengbo)