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
extraArgsto (Root)Shard and FrontProxy spec to allow additional customizations (by @mjudeikis) - #109: Add
spec.caBundleSecretRefto 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
loggingsettings to (Root)Shards and FrontProxy to control the logging verbosity (by @olamilekan000 & @xrstf)
Deprecations
- #113: Deprecate
FrontProxySpec.ExternalHostnamein favor of structured External configuration with support for separate internal/external hostnames and ports (by @mjudeikis)