Knative Operator release v0.14.0
knative-prow-releaser-robot
released this
18 Apr 04:56
·
8 commits
to release-0.14
since this release
Knative Operator
This release consists of the following artifacts:
- operator.yaml: the Knative operator component, which is able to install and delete Knative Serving v0.14.0 component and Knative Eventing v0.14.0 component with in-memory channel.
The Knative Serving v0.14.0 artifacts, bundled within the image of this operator includes serving-crds.yaml, serving-core.yaml, serving-hpa.yaml and net-istio.yaml.
The Knative Eventing v0.14.1 artifacts, bundled within the image of this operator includes eventing.yaml and upgrade-to-v0.14.1.yaml.
Bug Fixes
- Overriding resources in terms of require and limit for containers #362 (thanks @jcrossley3)
- Restrict RBAC for Operator #291 (thanks @Cynocracy)
- Use Genreconciler for KnativeServing #380 (thanks @trshafer)
- 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 #359 (thanks @Cynocracy)
- Install from the manifest in a strict(er) order #374 (thanks @Cynocracy)
- Fix the retry issue with deployment verification #387 (thanks @houshengbo)
- Respect HA Replicas setting in HPAs #394 (thanks @markusthoemmes)
- 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)