Skip to content

Knative Operator release v1.5.1

Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 28 Jun 09:50
· 4 commits to release-1.5 since this release
9e487e1

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, including v1.2(v1.2.0, v1.2.1, v1.2.2, v1.2.3, v1.2.4 and v1.2.5), v1.3(v1.3.0, v1.3.1 and v1.3.2), v1.4(v1.4.0) and v1.5(v1.5.0), and Knative Eventing component with in-memory channel, including v1.2(v1.2.0, v1.2.1, v1.2.2, v1.2.3 and v1.2.4), v1.3(v1.3.0, v1.3.1, v1.3.2 and v1.3.3), v1.4(v1.4.0, v1.4.1 and v1.4.2), and v1.5(v1.5.0 and v1.5.1).

The latest Knative Serving v1.5 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 v1.5 artifacts, bundled within the image of this operator, include eventing-crds.yaml, eventing-core.yaml, in-memory-channel.yaml, mt-channel-broker.yaml, and eventing-post-install.yaml.

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

The latest eventing source v1.5 artifacts, bundled within the image of this operator, include Ceph, GitHub, GitLab, Apache Kafka, RabbitMQ and Redis.

Changes by Kind

💫 New Features & Changes

🐞 Bug Fixes

  • Add the support of port and host configuration for gateways (#1047, thanks @houshengbo)
  • Add the configuration of selector for services (#1050, thanks @houshengbo)
  • Add the annotation sidecar.istio.io/inject: "false" to operator-webhook (#1066, thanks @houshengbo)
  • Support overriding env vars per container (#1085, thanks @skonto)