Skip to content

Knative Operator release v0.15.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 21 Jul 09:27
e73aa5e

This release consists of the following artifacts:

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

The Knative Serving v0.15.2 artifacts, bundled within the image of this operator, include serving-crds.yaml, serving-core.yaml, serving-hpa.yaml and serving-storage-version-migration.yaml.

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

The network ingress v0.15.2 artifacts, bundled within the image of this operator, include 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