Knative Operator release v0.23.1
knative-prow-releaser-robot
released this
08 Jun 10:00
·
1 commit
to release-0.23
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.20.0 to v0.23.0, and Knative Eventing component with in-memory channel, ranging from v0.20.0 to v0.23.1.
The latest Knative Serving v0.23.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.23.1 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.23.0 artifacts, bundled within the image of this operator, include net-istio.yaml, net-contour.yaml and kourier.yaml.
Bug Fixes
- Apply high availability settings to kourier as well #579 (thanks @markusthoemmes)
- Clear OwnerReferences on knative-local-gateway Service #567 (thanks @polivbr)
- Set the namespace of the service knative-local-gateway to the istio namespace #590 (thanks @houshengbo)
- Add pingsource-mt-adapter into HA list #591 (thanks @houshengbo)
- Return an actual newest version of the directory latest is not available #576 (thanks @houshengbo)
- Allow for all Ingresses to be disabled #571 (thanks @markusthoemmes)
Other Changes
- Simplify istio installation for e2e test #564 (thanks @nak3)
- Use deployment namespace to determine gateway namespace for Kourier #577 (thanks @markusthoemmes)
- Update the script of the upgrade tests for serving #574 (thanks @houshengbo)
- Drop --strict flag on ko #561 (thanks @markusthoemmes)