Skip to content

v0.3.0

Latest

Choose a tag to compare

@xrstf xrstf released this 20 Oct 14:02
· 2 commits to main since this release
v0.3.0
e6e5e96

The team behind the kcp-operator is happy to announce the availability of version 0.3.0. This release is focussing on bringing the operator closer to production readiness by allowing to configure more advanced PKIs and tweak the kcp components in a more fine-grained matter.

Changes since 0.2.0

Features

  • #115: Add extraArgs to (Root)Shard and FrontProxy spec to allow additional customizations (by @mjudeikis)
  • #109: Add spec.caBundleSecretRef to enable users to provide additional CA trust for shards and front-proxy (by @mjudeikis)
  • #108: Allow to override issuer when configuring CertificateTemplate on shards (by @mjudeikis)
  • #107: Allow to customize (Root)Shard baseURL by setting it to spec.shardBaseURL (by @mjudeikis)
  • #116: Add logging settings to (Root)Shards and FrontProxy to control the logging verbosity (by @olamilekan000 & @xrstf)

Deprecations

  • #113: Deprecate FrontProxySpec.ExternalHostname in favor of structured External configuration with support for separate internal/external hostnames and ports (by @mjudeikis)

Misc