Release notes for version 0.4.0
Release date: 30 Aug 2026
- breaking (chart-internal API):
vm.operator.kindno longer guesses a default resource-name prefix for an appKey that isn't alreadyvm/vl/vt-prefixed; it now requires an explicitkindOverrideand fails otherwise.vm.managed.fullnamedelegates tovm.operator.kindinstead of duplicating its own prefix logic, so it gains the samekindOverridesupport and fail-fast behavior. All consuming charts have been updated to passkindOverridewhere needed.