mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Automatic update operator docs from VictoriaMetrics/operator@310a860 (#6449)
This commit is contained in:
parent
14f586238f
commit
020d3f3d88
3 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue