Skip to content

Knative Operator release v0.14.0

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 18 Apr 04:56
· 8 commits to release-0.14 since this release
755bf3b

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