- Special shout-outs to @acpana, @barney-s, @cheftako, @dhavalbhensdadiya-crest, @gemmahou, @justinsb, @katrielt, @ldanielmadariaga, @maqiuyujoyce, @suwandim, and @xiaoweim for their contributions to this release.
New Alpha Resources (Direct Reconciler):
-
NetworkServicesLBRouteExtension#6957- Manage LB route extensions which allow you to inject custom logic into the load balancing path.
-
ParameterManagerParameterVersion#7140- Manage Parameter Manager parameter versions which allows you to manage regional parameters.
New Fields:
-
- Added
spec.nodeConfig.ephemeralStorageLocalSsdConfig.dataCacheCountfield to support GKE Data Cache.
- Added
-
- Added
spec.nodeConfig.ephemeralStorageLocalSsdConfig.dataCacheCountfield to support GKE Data Cache.
- Added
New Features:
- Controlled CR reconciliation Added support for unmanaging specific resources via
resourceSettingsinConfigConnector(global) andConfigConnectorContext(per-namespace). This allows users to selectively disable reconciliation for specific Group/Kinds to save memory or manage resources differently.
Reconciliation Improvements
We have added support for direct reconciliation to more resources, with opt-in behaviour. The API is unchanged. To use the direct reconciler, add the cnrm.cloud.google.com/reconciler: direct annotation to the corresponding Config Connector object.
Bug Fixes:
- Preview Tool Fixed a connection error in the KCC preview tool and enforced read-only access to the cluster for improved security.