Managed Apps

  • This release contains a potential breaking change in case you are using and relying on the configuration setting use-forwarded-headers. From now on the default value will change to false. In case you’re relying on this feature, you’ll need override this in your customized values like this: configmap: use-forwarded-headers: “true”

    Changed

    • Push chart to control plane catalog.
    • Disable use-forwarded-headers by default.
  • Added

    • Add clusterCA in dex authenticator configmap from cluster values.
    • Add smoke test scenario to check if the chart can be deployed.
    • Add schema validation for the dex-app helm chart.
  • Added

    • Initial version of the RBAC bootstrapping app
  • Changed

    • Update to upstream version 0.14.0 (chart version 0.9.0).
    • Automatically delete VulnerabilityReports after 7 days to trigger re-scan.
    • Only scan the current revision of a ReplicaSet.

    Removed

    • Remove unused envSecret values from values.yaml.
  • Fixed

    • Fix CRD helm chart namespace
  • Fixed

    • Fix CRD helm chart namespace
  • This release contains some changes to mitigate rate limiting on AWS clusters. Please take note of the defaults for values aws.batchChangeInterval, aws.zonesCacheDuration, externalDNS.interval and externalDNS.minEventSyncInterval. If you already specify --aws-batch-change-interval or --aws-zones-cache-duration, please migrate to the new values aws.batchChangeInterval and aws.zonesCacheDuration.

    Added

    • Allow to set --aws-batch-change-interval through aws.batchChangeInterval value. Default 10s.
    • Allow to set --aws-zones-cache-duration through aws.zonesCacheDuration value. Default 3h.

    Changed

    • Set default externalDNS.interval to 5m.
    • Set default externalDNS.minEventSyncInterval to 30s.
    • Allow setting Route53 credentials (externalDNS.aws_access_key_id and externalDNS.aws_secret_access_key) indepentent from aws.access value.
    • Allow setting the AWS default region (aws.region) indepentent from aws.access value.
    • Allow to omit the --domain-filter flag completely by setting externalDNS.domainFilterList to null.
  • Added

    • Make pod annotations configurable.
    • Bump golang, prometheus, and starboard versions.
  • Changed

    • Add monitoring label to scrape prometheus-operator metrics.
  • Changed

    • Add monitoring label to scrape prometheus-operator metrics.