Release date: 09 May 2025
-
Dependency: vmoperator: Updated default versions for VM apps to v1.116.0 version
-
Dependency: vmoperator: Updated default VLogs v1.21.0 version
-
Dependency: vmoperator: Updated default alertmanager to 0.28.1 version
-
FEATURE: operator: introduce FIPS builds for
operator
andconfig-reloader
containers with-fips
tag prefix. See this issue for details. -
FEATURE: operator: introduce new field
spec.configReloadAuthKeySecret
forVMAgent
,VMAlert
andVMAuth
components. It instructs application to use provided value for-configReload
auth key. See this issue for details. -
FEATURE: converter: add
msteamsv2_configs
conversion from Prometheus resource AlertmanagerConfig. See this commit for details. -
FEATURE: upgrade Go builder from Go1.24.0 to Go1.24.4 See Go1.24 release notes.
-
FEATURE: vmalertmanagerconfig: add
timeout
field to thewebhook_configs
definition. It's supported by alertmanager v0.28.0+. See this commit for details. -
FEATURE: vmsingle: add
8428
port alias to theVMSingle
Service
. See this issue for details. -
BUGFIX: operator: fix typo in
-remoteWrite.streamAggr.enableWindows
flag whenenableWindows
is set to true in VMAgent resources. See this commit for details. -
BUGFIX: vmagent: properly build
oauth2
clientSecret
configuration forremoteWrite
targets. See this issue for details. Thanks to the @Unichron for catching this bug. -
BUGFIX: vmauth: properly create and delete
VMServiceScrape
withinternalListenPort
option configured. See this issue for details.