0.4.1 (December 4th, 2023)
Important: this release contains CRD schema changes that must be applied manually when deploying VSO with Helm. Please see updating-crds for more details.
Improvements:
- Manager: setting
controller.manager.maxConcurrentReconciles
now applies to all Syncable Secret controllers. The previous flag for the manager--max-concurrent-reconciles-vds
is now deprecated and replaced by--max-concurrent-reconciles
which applies to all controllers. GH-483
Fix:
- Helm: prefix all helper functions with
vso
to avoid subchart name collisions: GH-487 - VSS: Ensure all resource updates are synced: GH-492
- VDS: Fix compute static-creds rotation horizon: GH-488
Dependency Updates: