From c96b334b3e12ce27d360c9e13009bc30fca495c7 Mon Sep 17 00:00:00 2001
From: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com>
Date: Tue, 11 Jun 2024 04:17:32 +0800
Subject: [PATCH] Automatic update operator docs from
 VictoriaMetrics/operator@310a860 (#6449)

(cherry picked from commit 020d3f3d88a3e6c3f1a8bdffd76fdbcd06906726)
---
 docs/operator/CHANGELOG.md | 6 ++++++
 docs/operator/api.md       | 4 ++--
 docs/operator/vars.md      | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/docs/operator/CHANGELOG.md b/docs/operator/CHANGELOG.md
index b8b554b635..b02a5a125a 100644
--- a/docs/operator/CHANGELOG.md
+++ b/docs/operator/CHANGELOG.md
@@ -16,12 +16,18 @@ aliases:
 
 ## Next release
 
+<a name="v0.45.0"></a>
+
+## [v0.45.0](https://github.com/VictoriaMetrics/operator/releases/tag/v0.45.0) - 10 Jun 2024
+
+- [operator](#./README.md): expose only command-line flags related to the operator. Remove all transitive dependency flags. See this [issue](https://github.com/VictoriaMetrics/operator/issues/963) for details.
 - [vmalertmanager](./api.md#vmalertmanager): ignores content of `cr.spec.configSecret` if it's name clashes with secret used by operator for storing alertmanager config. See this [issue](https://github.com/VictoriaMetrics/operator/issues/954) for details.
 - [operator](./README.md): remove finalizer for child objects with non-empty `DeletetionTimestamp`.  See this [issue](https://github.com/VictoriaMetrics/operator/issues/953) for details.
 - [operator](./README.md): skip storageClass check if there is no PVC size change. See this [issue](https://github.com/VictoriaMetrics/operator/issues/957) for details.
 - [vmauth](./api.md#vmauth): fix url when default http port is changed in targetRef. See this [issue](https://github.com/VictoriaMetrics/operator/issues/960) for details.
 - [vmauth](./api.html#vmauth): fix deployment when custom reloader is used. See [this pull request](https://github.com/VictoriaMetrics/operator/pull/964).
 - [prometheus-converter](./README.md): 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/*).
+- [alertmanagerconfig-converter](./README.md): fix alertmanagerconfig converting with receiver `opsgenie_configs`. See [this issue](https://github.com/VictoriaMetrics/operator/issues/968).
 
 ## [v0.44.0](https://github.com/VictoriaMetrics/operator/releases/tag/v0.44.0) - 9 May 2024
 
diff --git a/docs/operator/api.md b/docs/operator/api.md
index 74e43b91cd..f47c5c9d45 100644
--- a/docs/operator/api.md
+++ b/docs/operator/api.md
@@ -401,7 +401,7 @@ OpsGenieConfig configures notifications via OpsGenie. See https://prometheus.io/
 | tags | Comma separated list of tags attached to the notifications. | string | false |
 | note | Additional alert note. | string | false |
 | priority | Priority level of alert. Possible values are P1, P2, P3, P4, and P5. | string | false |
-| details | A set of arbitrary key/value pairs that provide further detail about the incident. | map[string]string | false |
+| details | A set of arbitrary key/value pairs that provide further detail about the incident. | ReceiverConfigDetails | false |
 | responders | List of responders responsible for notifications. | [][OpsGenieConfigResponder](#opsgenieconfigresponder) | false |
 | entity | Optional field that can be used to specify which domain alert is related to. | string | false |
 | actions | Comma separated list of actions that will be available for the alert. | string | false |
@@ -442,7 +442,7 @@ PagerDutyConfig configures notifications via PagerDuty. See https://prometheus.i
 | class | The class/type of the event. | string | false |
 | group | A cluster or grouping of sources. | string | false |
 | component | The part or component of the affected system that is broken. | string | false |
-| details | Arbitrary key/value pairs that provide further detail about the incident. | PagerDutyDetails | false |
+| details | Arbitrary key/value pairs that provide further detail about the incident. | ReceiverConfigDetails | false |
 | http_config | HTTP client configuration. | *[HTTPConfig](#httpconfig) | false |
 
 [Back to TOC](#table-of-contents)
diff --git a/docs/operator/vars.md b/docs/operator/vars.md
index 205fdf1924..93204a4b95 100644
--- a/docs/operator/vars.md
+++ b/docs/operator/vars.md
@@ -10,7 +10,7 @@ menu:
 
 <!-- this doc autogenerated - don't edit it manually -->
 # Auto Generated vars for package config 
- updated at Wed Jun  5 06:58:55 UTC 2024 
+ updated at Mon Jun 10 12:28:11 UTC 2024 
 
 
 | varible name | variable default value | variable required | variable description |