Skip to content

Knative Operator release v0.22.1

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 13 Apr 09:36
· 3 commits to release-0.22 since this release
99d7f91

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.19.0 to v0.22.0, and Knative Eventing component with in-memory channel, ranging from v0.19.0 to v0.22.0.

The latest Knative Serving v0.22.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.22.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.22.0 artifacts, bundled within the image of this operator, include net-istio.yaml, net-contour.yaml and kourier.yaml.

Bug Fixes

  • Delete the installed ingress resources only #548 (thanks @houshengbo)
  • Allow the update of ingress resources with spec.additionalManifests #531 (thanks @houshengbo)
  • Refactor the cache mechanism #532 (thanks @houshengbo)
  • Filter the redundant resources in the target manifest #509 (thanks @houshengbo)

Other Changes