Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Knative Serving Operator release v0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@knative-prow-releaser-robot knative-prow-releaser-robot released this 17 Dec 16:14
· 1 commit to release-0.11 since this release

Serving Operator

This release consists of the following artifacts:

  • serving-operator.yaml: the knative/serving-operator components, which is able to install and delete Knative Serving v0.11.0 components.

The Knative Serving v0.11.0 artifacts serving.yaml, the core knative/serving components, has been bundled within the image of serving operator.

Bug Fixes

  • Update to latest manifestival to apply strategic merge patches to its resources. #243
  • Propagating configured imagePullSecrets to the Image. #229
  • Add test for version consistency. #224
  • Add metrics port to operator. #216
  • Configure controller to trust registries with self-signed certs. #219
  • Clean up the [un]structured conversions a bit. #211

Other Changes

  • Migrate serving-operator to istio.io/client-go apis. #240
  • Add metrics about KnativeServing CR edits. #233
  • Letting flags be changed from outside. #223
  • Delete manifest resources in a finalizer. #235
  • Add a "DependenciesInstalled" condition that defaults to true. #236
  • Added reconciler test and updated deps. #232
  • Fail the install if any transforms error. #212
  • Applying a released version of the operator. #213