Skip to content

Commit e1b5809

Browse files
Amperf41gh7
andauthored
prepare release of operator and vmagent charts (#621)
* prepare release of operator and vmagent chart * update CRD * charts/operator: correctly copy CRD.yaml without IDE formatting --------- Co-authored-by: f41gh7 <[email protected]>
1 parent a618be6 commit e1b5809

File tree

5 files changed

+526
-67
lines changed

5 files changed

+526
-67
lines changed

charts/victoria-metrics-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: victoria-metrics-agent
33
description: Victoria Metrics Agent - collects metrics from various sources and stores them to VictoriaMetrics
4-
version: 0.9.4
4+
version: 0.9.5
55
appVersion: v1.93.1
66
sources:
77
- https://github.com/VictoriaMetrics/helm-charts

charts/victoria-metrics-operator/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* Fix vm operator appVersion (#589)
1212
* Fixes operator doc description
1313
* Add `cleanupCRD` option to clean up vm cr resources when uninstalling (#593)
14+
* Bump operator version to [v0.36.0](https://github.com/VictoriaMetrics/operator/releases/tag/v0.36.0)
1415

1516
## 0.24.1
1617

charts/victoria-metrics-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apiVersion: v1
2-
appVersion: 0.35.1
2+
appVersion: 0.36.0
33
description: Victoria Metrics Operator
44
name: victoria-metrics-operator
55
home: https://github.com/VictoriaMetrics/operator
66
sources:
77
- https://github.com/VictoriaMetrics/helm-charts
88
- https://github.com/VictoriaMetrics/operator
9-
version: 0.24.1
9+
version: 0.25.0
1010
icon: https://avatars.githubusercontent.com/u/43720803?s=200&v=4
1111
kubeVersion: ">=1.23.0-0"
1212
keywords:

0 commit comments

Comments
 (0)