From ff0a1eb3e673346d548d3b819e20c637b18e32f0 Mon Sep 17 00:00:00 2001
From: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com>
Date: Wed, 24 Apr 2024 15:41:23 +0800
Subject: [PATCH] Automatic update operator docs from
 VictoriaMetrics/operator@6e1a876 (#6179)

(cherry picked from commit a14acd4fccd9c42f95b1d174981791ff0996b7a8)
---
 docs/operator/CHANGELOG.md        | 7 +++++++
 docs/operator/resources/vmauth.md | 2 +-
 docs/operator/vars.md             | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/docs/operator/CHANGELOG.md b/docs/operator/CHANGELOG.md
index 562524157c..dd47c46f39 100644
--- a/docs/operator/CHANGELOG.md
+++ b/docs/operator/CHANGELOG.md
@@ -16,6 +16,13 @@ aliases:
 
 ## Next release
 
+<a name="v0.43.3"></a>
+
+## [v0.43.3](https://github.com/VictoriaMetrics/operator/releases/tag/v0.43.2) - 23 Apr 2024
+
+- [operator](./README.md): fix conversion from `ServiceMonitor` to `VMServiceScrape`, `bearerTokenSecret` is dropped mistakenly since [v0.43.0](https://github.com/VictoriaMetrics/operator/releases/tag/v0.43.0). See [this issue](https://github.com/VictoriaMetrics/operator/issues/932).
+- [operator](./README.md): fix selector match for config resources like VMUser, VMRule... , before it could be ignored when update resource labels.
+
 <a name="v0.43.2"></a>
 
 ## [v0.43.2](https://github.com/VictoriaMetrics/operator/releases/tag/v0.43.2) - 22 Apr 2024
diff --git a/docs/operator/resources/vmauth.md b/docs/operator/resources/vmauth.md
index cac3df05cd..3a9920d4e3 100644
--- a/docs/operator/resources/vmauth.md
+++ b/docs/operator/resources/vmauth.md
@@ -33,7 +33,7 @@ The CRD specifies which `VMUser`s should be covered by the deployed `VMAuth` ins
 The Operator then generates a configuration based on the included `VMUser`s and updates the `Configmaps` containing
 the configuration. It continuously does so for all changes that are made to `VMUser`s or to the `VMAuth` resource itself.
 
-[VMUser](./vmrule.md) objects generate part of `VMAuth` configuration.
+[VMUser](./vmuser.md) objects generate part of `VMAuth` configuration.
 
 For filtering users `VMAuth` uses selectors `userNamespaceSelector` and `userSelector`.
 It allows configuring rules access control across namespaces and different environments.
diff --git a/docs/operator/vars.md b/docs/operator/vars.md
index 118ed1855f..5d2ec52d57 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 Mon Apr 22 16:35:37 UTC 2024 
+ updated at Wed Apr 24 02:53:53 UTC 2024 
 
 
 | varible name | variable default value | variable required | variable description |