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.0, v1.1, v1.2 and v1.3, and Knative Eventing component with in-memory channel, including v1.0, v1.1, v1.2 and v1.3.
The latest Knative Serving v1.3 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.3 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 v1.3 artifacts, bundled within the image of this operator, include net-istio.yaml, net-contour.yaml and kourier.yaml.
The latest eventing source v1.3 artifacts, bundled within the image of this operator, include Ceph, GitHub, GitLab, Apache Kafka, NATS Streaming, RabbitMQ and Redis.
Changes by Kind
💫 New Features & Changes
- Refactor the common functions for the APIs for the API transition (#941, thanks @houshengbo)
- Add v1beta1 api into the Knative Operator (#945, thanks @houshengbo)
- Add the conversion function for v1alpha1 and v1beta1 (#948, thanks @houshengbo)
- Add conversion webhook module (#936, thanks @houshengbo)
- Enable v1beta1 APIs (#968, thanks @houshengbo)
- Promote v1beta1 as the storage version #969, thanks @houshengbo)
🐞 Bug Fixes
- Keep the default image name the same as the original (#958, thanks @houshengbo)