Skip to content

Knative Operator release v0.20.1

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 02 Feb 09:31
· 1 commit to release-0.20 since this release
253548f

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

The latest Knative Serving v0.20.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.20.1 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.20.0 artifacts, bundled within the image of this operator, include net-istio.yaml.

Bug Fixes

  • Preserve the values of the environment variables for the pingsource-mt-adapter deploy resource #394 (thanks @houshengbo)
  • Implement the additional manifests for customized yamls #374 (thanks @houshengbo)

Other Changes

  • Update attributes to describe which files are generated and/or vendored #423 (thanks @evankanderson)
  • Enable code autogen for config generation #417 (thanks @evankanderson)
  • Add a tool to automatically fetch releases and stage them in kodata #360 (thanks @evankanderson)