Skip to content

Commit

Permalink
Automatic update CHANGELOGs and READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriametrics-bot committed Jan 9, 2025
1 parent ac8495c commit 3587d79
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 34 deletions.
8 changes: 8 additions & 0 deletions charts/victoria-metrics-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Next release

- TODO

## 0.17.0

**Release date:** 09 Jan 2025

![Helm: v3](https://img.shields.io/badge/Helm-v3.14%2B-informational?color=informational&logo=helm&link=https%3A%2F%2Fgithub.com%2Fhelm%2Fhelm%2Freleases%2Ftag%2Fv3.14.0) ![AppVersion: v1.108.1](https://img.shields.io/badge/v1.108.1-success?logo=VictoriaMetrics&labelColor=gray&link=https%3A%2F%2Fdocs.victoriametrics.com%2Fchangelog%23v11081)

**Update note**: A default `minReadySeconds` has been added for the vmstorage statefulset, vmstorage pods will restart after the upgrade.
**Update note**: The default probes of vminsert, vmselect, vmauth, and vmstorage have been changed, all pods will restart after the upgrade.

Expand Down
57 changes: 23 additions & 34 deletions charts/victoria-metrics-cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


![Version](https://img.shields.io/badge/0.16.2-gray?logo=Helm&labelColor=gray&link=https%3A%2F%2Fdocs.victoriametrics.com%2Fhelm%2Fvictoria-metrics-cluster%2Fchangelog%2F%230162)
![Version](https://img.shields.io/badge/0.17.0-gray?logo=Helm&labelColor=gray&link=https%3A%2F%2Fdocs.victoriametrics.com%2Fhelm%2Fvictoria-metrics-cluster%2Fchangelog%2F%230170)
![ArtifactHub](https://img.shields.io/badge/ArtifactHub-informational?logoColor=white&color=417598&logo=artifacthub&link=https%3A%2F%2Fartifacthub.io%2Fpackages%2Fhelm%2Fvictoriametrics%2Fvictoria-metrics-cluster)
![License](https://img.shields.io/github/license/VictoriaMetrics/helm-charts?labelColor=green&label=&link=https%3A%2F%2Fgithub.com%2FVictoriaMetrics%2Fhelm-charts%2Fblob%2Fmaster%2FLICENSE)
![Slack](https://img.shields.io/badge/Join-4A154B?logo=slack&link=https%3A%2F%2Fslack.victoriametrics.com)
Expand Down Expand Up @@ -792,10 +792,10 @@ timeoutSeconds: 5
<td>vmauth.probe.readiness</td>
<td>object</td>
<td><pre class="helm-vars-default-value language-yaml" lang="plaintext">
<code class="language-yaml">failureThreshold: 3
<code class="language-yaml">failureThreshold: 10
httpGet: {}
initialDelaySeconds: 5
periodSeconds: 15
periodSeconds: 5
timeoutSeconds: 5
</code>
</pre>
Expand Down Expand Up @@ -1622,10 +1622,10 @@ timeoutSeconds: 5
<td>vminsert.probe.readiness</td>
<td>object</td>
<td><pre class="helm-vars-default-value language-yaml" lang="plaintext">
<code class="language-yaml">failureThreshold: 3
<code class="language-yaml">failureThreshold: 10
httpGet: {}
initialDelaySeconds: 5
periodSeconds: 15
periodSeconds: 5
timeoutSeconds: 5
</code>
</pre>
Expand Down Expand Up @@ -2562,10 +2562,10 @@ timeoutSeconds: 5
<td>vmselect.probe.readiness</td>
<td>object</td>
<td><pre class="helm-vars-default-value language-yaml" lang="plaintext">
<code class="language-yaml">failureThreshold: 3
<code class="language-yaml">failureThreshold: 10
httpGet: {}
initialDelaySeconds: 5
periodSeconds: 15
periodSeconds: 5
timeoutSeconds: 5
</code>
</pre>
Expand Down Expand Up @@ -3215,6 +3215,16 @@ loggerFormat: json
<td><p>Init containers for vmstorage</p>
</td>
</tr>
<tr>
<td>vmstorage.minReadySeconds</td>
<td>int</td>
<td><pre class="helm-vars-default-value language-yaml" lang="">
<code class="language-yaml">5
</code>
</pre>
</td>
<td></td>
</tr>
<tr>
<td>vmstorage.name</td>
<td>string</td>
Expand Down Expand Up @@ -3428,13 +3438,7 @@ labels: {}
<td>vmstorage.probe</td>
<td>object</td>
<td><pre class="helm-vars-default-value language-yaml" lang="plaintext">
<code class="language-yaml">liveness:
failureThreshold: 10
initialDelaySeconds: 30
periodSeconds: 30
tcpSocket: {}
timeoutSeconds: 5
readiness:
<code class="language-yaml">readiness:
failureThreshold: 10
httpGet: {}
initialDelaySeconds: 5
Expand All @@ -3444,32 +3448,17 @@ startup: {}
</code>
</pre>
</td>
<td><p>Readiness &amp; Liveness probes</p>
</td>
</tr>
<tr>
<td>vmstorage.probe.liveness</td>
<td>object</td>
<td><pre class="helm-vars-default-value language-yaml" lang="plaintext">
<code class="language-yaml">failureThreshold: 10
initialDelaySeconds: 30
periodSeconds: 30
tcpSocket: {}
timeoutSeconds: 5
</code>
</pre>
</td>
<td><p>VMStorage liveness probe</p>
<td><p>Readiness probes</p>
</td>
</tr>
<tr>
<td>vmstorage.probe.readiness</td>
<td>object</td>
<td><pre class="helm-vars-default-value language-yaml" lang="plaintext">
<code class="language-yaml">failureThreshold: 3
<code class="language-yaml">failureThreshold: 10
httpGet: {}
initialDelaySeconds: 5
periodSeconds: 15
periodSeconds: 5
timeoutSeconds: 5
</code>
</pre>
Expand Down Expand Up @@ -3985,11 +3974,11 @@ timeoutSeconds: 5
<td>vmstorage.vmbackupmanager.probe.readiness</td>
<td>object</td>
<td><pre class="helm-vars-default-value language-yaml" lang="plaintext">
<code class="language-yaml">failureThreshold: 3
<code class="language-yaml">failureThreshold: 10
httpGet:
port: manager-http
initialDelaySeconds: 5
periodSeconds: 15
periodSeconds: 5
timeoutSeconds: 5
</code>
</pre>
Expand Down

0 comments on commit 3587d79

Please sign in to comment.