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
operator: expose only command-line flags related to the operator. Remove all transitive dependency flags. See this issue for details.
vmalertmanager: ignores content of cr.spec.configSecret if it's name clashes with secret used by operator for storing alertmanager config. See this issue for details.
operator: remove finalizer for child objects with non-empty DeletetionTimestamp. See this issue for details.
operator: skip storageClass check if there is no PVC size change. See this issue for details.
vmauth: fix url when default http port is changed in targetRef. See this issue for details.
prometheus-converter: removed dependence on getting the list of API resources for all API groups in the cluster (including those that are not used by the operator). Now API resources are requested only for the required groups (monitoring.coreos.com/*).