Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Knative Serving Operator release v0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare

Serving Operator

This release consists of:

  • serving-operator.yaml: the knative/serving-operator components, which is able to install and delete Knative Serving v0.10.0 components.

The Knative Serving v0.10.0 artifacts serving.yaml, the core knative/serving components, has been bundled within the image of serving operator.

Features:

  • Install Knative Serving v0.10.0 components by creating the custom resource of the serving operator.
  • Delete Knative Serving v0.10.0 components by deleting the custom resource of the serving operator.
  • Automatically restore the deployments of Knative Serving v0.10.0 components, when they are deleted.

Bug fixes/improvements:

  • API group has changed from serving.knative.dev to operator.knative.dev.
  • CRD has been moved into the directory config, so it is available in the release artifact.
  • Support has been added to specify imagePullSecrets for a private registry.
  • Kubernetes libraries have been upgraded from 1.13.1 to 1.15.3 as dependencies.