This repository was archived by the owner on Jun 24, 2020. It is now read-only.
Serving Operator
This release consists of the following artifacts:
- serving-operator.yaml: the knative/serving-operator components, which is able to install and delete Knative Serving v0.14.0 components.
The Knative Serving v0.14.0 artifacts, bundled within the image of serving operator includes serving-crds.yaml, serving-core.yaml, serving-hpa.yaml and net-istio.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)
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)