Skip to content

1.3.2

Compare
Choose a tag to compare
@leochr leochr released this 24 May 21:13
· 66 commits to main since this release
b8d3ccd

Install instructions are here. See the new user guide for more information on how to use the Runtime Component Operator.

Runtime Component Operator 1.3.2 includes the following features and changes:

  • Enhancements to viewing application status:

    • Include observed generation information (.status.observedGeneration) to verify the successful reconciliation of CR updates.
    • Output additional warnings for invalid user configurations (i.e. service port is 9080 when .spec.manageTLS is enabled).
  • Increased Operator memory limit to 1Gi to allow management of larger estate of applications.

  • Configuration option to control mounting of ServiceAccount token (.spec.serviceAccount.mountToken) applies to Knative service (serverless) when .spec.createKnativeService is enabled.

  • Create Route with accurate host information when it is reset.

  • Allows to specify ServiceAccount with a name same as Operator’s default ServiceAccount (.spec.serviceAccount.name).

  • Updates to Kubernetes APIs, go and other libraries.

  • Security vulnerabilities fixes.

  • Switched to the strategic File-Based Catalog (FBC).

    • FBC provides more flexibility in organizing the content of the catalog as well as in managing Runtime Component Operator's upgrade graph.