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.1, v1.2, v1.3 and v1.4, and Knative Eventing component with in-memory channel, including v1.1, v1.2, v1.3 and v1.4.
The latest Knative Serving v1.4 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.4 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.4 artifacts, bundled within the image of this operator, include net-istio.yaml, net-contour.yaml and kourier.yaml.
The latest eventing source v1.4 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 post-install yaml files for API migration (#996, thanks @houshengbo)
- Fix the RBAC issue for Knative due to the label change (#1010, thanks @houshengbo)
- Set capability to Seamless Upgrades (#1014, thanks @pierDipi)
- Implement the label and annotation overwriting for service (#1033, thanks @houshengbo)
- Adding code of conduct to reference knative/community's CoC (#1003, thanks @rhuss)
🐞 Bug Fixes
- Change int32 into *int32 for Replicas (#1029, thanks @houshengbo)