Skip to content

Knative Operator release v0.15.1

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 23 Jun 09:25
· 4 commits to release-0.15 since this release
07b68b6

This release consists of the following artifacts:

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

The Knative Serving v0.15.1 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.1 artifacts, bundled within the image of this operator, include eventing.yaml and upgrade-to-v0.15.1yaml, and storage-version-migration-v0.15.1.yaml.

The network ingress v0.15.1 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