Signed-off-by: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com>
This commit is contained in:
AndrewChubatiuk 2024-11-26 16:00:40 +00:00 committed by Github Actions
parent 9cfdbc582f
commit 6cdc9cefaf
No known key found for this signature in database
GPG Key ID: 261D0043999236A6
4 changed files with 25 additions and 3 deletions

View File

@ -1,6 +1,17 @@
## Next release ## Next release
- TODO
## 0.8.4
**Release date:** 2024-11-26
![AppVersion: v1.0.0](https://img.shields.io/static/v1?label=AppVersion&message=v1.0.0&color=success&logo=)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)
- updated common dependency 0.0.31 -> 0.0.32 - updated common dependency 0.0.31 -> 0.0.32
- synced rules and dashboards
- added .Values.dashboards.namespace to override default namespace for dashboards
## 0.8.3 ## 0.8.3

View File

@ -1,4 +1,4 @@
![Version: 0.8.3](https://img.shields.io/badge/Version-0.8.3-informational?style=flat-square) ![Version: 0.8.4](https://img.shields.io/badge/Version-0.8.4-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-logs-single) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-logs-single)
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/) [![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
@ -204,6 +204,17 @@ Change the values according to the need of the environment in ``victoria-logs-si
</pre> </pre>
</td> </td>
<td><p>Dashboard labels</p> <td><p>Dashboard labels</p>
</td>
</tr>
<tr>
<td>dashboards.namespace</td>
<td>string</td>
<td><pre class="helm-vars-default-value" language-yaml" lang="">
<code class="language-yaml">""
</code>
</pre>
</td>
<td><p>Override default namespace, where to create dashboards</p>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@ -741,7 +741,7 @@ tag: v0.25.0
<td>alertmanager.service.servicePort</td> <td>alertmanager.service.servicePort</td>
<td>int</td> <td>int</td>
<td><pre class="helm-vars-default-value" language-yaml" lang=""> <td><pre class="helm-vars-default-value" language-yaml" lang="">
<code class="language-yaml">8880 <code class="language-yaml">9093
</code> </code>
</pre> </pre>
</td> </td>

View File

@ -1,6 +1,6 @@
## Next release ## Next release
- TODO - synced rules
## 0.29.1 ## 0.29.1