Skip to content

Knative Operator release v0.23.0

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 18 May 20:57
· 3 commits to release-0.23 since this release
5b4c9d0

Document

This release consists of the following artifacts:

  • operator.yaml: the Knative operator component, which is able to install and delete Knative Serving component, ranging from v0.20.0 to v0.23.0, and Knative Eventing component with in-memory channel, ranging from v0.20.0 to v0.23.0.

The latest Knative Serving v0.23.0 artifacts, bundled within the image of this operator, include serving-crds.yaml, serving-core.yaml, serving-hpa.yaml and serving-post-install-jobs.yaml.

The latest Knative Eventing v0.23.0 artifacts, bundled within the image of this operator, include eventing-crds.yaml, eventing-core.yaml, in-memory-channel.yaml, mt-channel-broker.yaml, eventing-sugar-controller.yaml, and eventing-post-install.yaml.

The latest network ingress v0.23.0 artifacts, bundled within the image of this operator, include net-istio.yaml, net-contour.yaml and kourier.yaml.

Bug Fixes

  • Apply high availability settings to kourier as well #579 (thanks @markusthoemmes)
  • Clear OwnerReferences on knative-local-gateway Service #567 (thanks @polivbr)
  • Set the namespace of the service knative-local-gateway to the istio namespace #590 (thanks @houshengbo)
  • Add pingsource-mt-adapter into HA list #591 (thanks @houshengbo)
  • Return an actual newest version of the directory latest is not available #576 (thanks @houshengbo)
  • Allow for all Ingresses to be disabled #571 (thanks @markusthoemmes)

Other Changes