Skip to content

Knative Operator release v0.24.0

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 30 Jun 21:01
af56c69

Description

The official document of Knative Operator is here.

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

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

The latest eventing source v0.24 artifacts, bundled within the image of this operator, include Ceph, Apache CouchDB, GitHub, GitLab, Apache Kafka, NATS Streaming, Prometheus, RabbitMQ and Redis.

Changes by Kind

💫 New Features & Changes

🐞 Bug Fixes

  • Improve fetcher by supporting version parameter (#613, thanks @houshengbo)
  • Add a 20-second timeout before running the post upgrade tests (#623, thanks @houshengbo)
  • Add $KO_FLAGS to e2e test (#649, thanks @BbolroC)
  • Make e2e test run over other networks (#650, thanks @BbolroC)
  • Allow to set NodeSelector via spec.deployments.nodeSelector (#658, thanks @nak3)
  • gracefully handle net-* deployment rename (#669, thanks @dprotaso)