Knative Operator release v0.22.0
knative-prow-releaser-robot
released this
07 Apr 21:02
·
4 commits
to release-0.22
since this release
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.19.0 to v0.22.0, and Knative Eventing component with in-memory channel, ranging from v0.19.0 to v0.22.0.
The latest Knative Serving v0.22.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.22.0 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.22.0 artifacts, bundled within the image of this operator, include net-istio.yaml, net-contour.yaml and kourier.yaml.
Bug Fixes
- Allow the update of ingress resources with spec.additionalManifests #531 (thanks @houshengbo)
- Refactor the cache mechanism #532 (thanks @houshengbo)
- Filter the redundant resources in the target manifest #509 (thanks @houshengbo)
Other Changes
- Drop unnecessary occurrences of master #513 (thanks @markusthoemmes)
- Add DEVELOPMENT.md #503 (thanks @evankanderson)