Skip to content

Knative Operator release v0.15.0

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 05 Jun 02:52
· 5 commits to release-0.15 since this release
4405528

This release consists of the following artifacts:

  • operator.yaml: the Knative operator component, which is able to install and delete Knative Serving v0.15.0 component, Knative Eventing v0.15.0 component with in-memory channel, and the network ingress v0.15.1 component.

The Knative Serving v0.15.0 artifacts, bundled within the image of thid operator includes serving-crds.yaml, serving-core.yaml, serving-hpa.yaml and serving-storage-version-migration.yaml.

The Knative Eventing v0.15.0 artifacts, bundled within the image of this operator includes eventing.yaml and upgrade-to-v0.15.0.yaml, and storage-version-migration-v0.15.0.yaml.

The network ingress v0.15.1 artifacts, bundled within the image of this operator includes net-istio.yaml.

Bug Fixes

  • Consolidate transformers for common CRD fields, registry and config #29 (thanks @jcrossley3)
  • Add missing namespace #123 (thanks @Gallardot)

Other Changes