You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added
- Support for configuring an LRU cache for entry rendering to optimize reconcile performance (`enableEntryRenderCache`, disabled by default) (#632)
Fixed
- Failed to recover from an entry left in a partially updated state while removing unsupported fields (#591)
Updated
- Migrated to the latest controller runtime (#605)
- Support for configuring the log level (#388, #464)
- New metrics to track `ClusterStaticEntry` failures (#387)
- Failed controller upgrade when webhook certificate is expired (#450)
- Minor documentation changes (#435, #443)
- Version used in migration guide (#465)
Prepare CHANGELOG for 0.5.0 (#345)
* Prepare CHANGELOG for 0.5.0
Signed-off-by: Andrew Harding <azdagron@gmail.com>
* Oops, change was on clusterstaticentry
Signed-off-by: Andrew Harding <azdagron@gmail.com>
---------
Signed-off-by: Andrew Harding <azdagron@gmail.com>
v0.4.3
Added:
- Ability to selectively choose which CRDs to reconcile (#297)
Changed:
- Join token novelty entries are ignored during entry reconciliation (#306)
v0.4.2
Added:
- Process-wide support for customizing the parent ID template for workload registration (#289)
Fixed:
- Failed controller startup when webhook was disabled via ENABLE_WEBHOOKS=false (#294)
v0.4.1
Added:
- Support for caching multiple namespaces instead of one or all (#271,#286)
- Support for expanding environment variables in the controller configuration (#256)
- Support for disabling webhooks by setting the environment variable ENABLE_WEBHOOKS=false (#234)