v0.54.1
Release date: 12 Mar 2025
- BUGFIX: vmoperator: reduce operator memory usage. Memory usage increased at v0.48.0. This change updates default value for
-controller.disableCacheFor=""
flag from empty toconfigmap,secret
and disables go-client cache forSecret
andConfigMap
. See this issue for details. - BUGFIX: vmoperator: properly reload
webhook
andmetricsserver
TLS certificates. Reload logic was broken at v0.54.0. See related commit.