Skip to content

Commit

Permalink
Automatic update CHANGELOGs and READMEs (#1873)
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriametrics-bot authored Dec 17, 2024
1 parent d0b8b97 commit aaa8b94
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
8 changes: 8 additions & 0 deletions charts/victoria-metrics-k8s-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Next release

- TODO

## 0.31.1

**Release date:** 2024-12-17

\![AppVersion: v1.108.0](https://img.shields.io/static/v1?label=AppVersion## Next releasemessage=v1.108.0## Next releasecolor=success## Next releaselogo=) \![Helm: v3](https://img.shields.io/static/v1?label=Helm## Next releasemessage=v3## Next releasecolor=informational## Next releaselogo=helm)

- Added explicit defaultRules toggles

## 0.31.0
Expand Down
23 changes: 12 additions & 11 deletions charts/victoria-metrics-k8s-stack/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.31.0](https://img.shields.io/badge/Version-0.31.0-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.31.1](https://img.shields.io/badge/Version-0.31.1-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-metrics-k8s-stack)

Kubernetes monitoring on VictoriaMetrics stack. Includes VictoriaMetrics Operator, Grafana dashboards, ServiceScrapes and VMRules
Expand Down Expand Up @@ -889,6 +889,9 @@ groups:
k8sContainerCpuUsageSecondsTotal:
create: true
rules: {}
k8sContainerMemoryCache:
create: true
rules: {}
k8sContainerMemoryLimits:
create: true
rules: {}
Expand All @@ -898,21 +901,18 @@ groups:
k8sContainerMemoryRss:
create: true
rules: {}
k8sContainerMemoryCache:
k8sContainerMemorySwap:
create: true
rules: {}
k8sContainerMemoryWorkingSetBytes:
create: true
rules: {}
k8sContainerMemorySwap:
k8sContainerResource:
create: true
rules: {}
k8sPodOwner:
create: true
rules: {}
k8sContainerResource:
create: true
rules: {}
kubeApiserver:
create: true
rules: {}
Expand Down Expand Up @@ -1098,6 +1098,9 @@ k8sContainerCpuRequests:
k8sContainerCpuUsageSecondsTotal:
create: true
rules: {}
k8sContainerMemoryCache:
create: true
rules: {}
k8sContainerMemoryLimits:
create: true
rules: {}
Expand All @@ -1107,21 +1110,18 @@ k8sContainerMemoryRequests:
k8sContainerMemoryRss:
create: true
rules: {}
k8sContainerMemoryCache:
k8sContainerMemorySwap:
create: true
rules: {}
k8sContainerMemoryWorkingSetBytes:
create: true
rules: {}
k8sContainerMemorySwap:
k8sContainerResource:
create: true
rules: {}
k8sPodOwner:
create: true
rules: {}
k8sContainerResource:
create: true
rules: {}
kubeApiserver:
create: true
rules: {}
Expand Down Expand Up @@ -2993,3 +2993,4 @@ storage:
</tr>
</tbody>
</table>

0 comments on commit aaa8b94

Please sign in to comment.