feat(helm): update chart victoria-metrics-single to 0.11.0 #363

Merged
SeanOMik merged 1 commits from renovate/victoria-metrics-single-0.x into main 2024-09-03 18:33:41 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
victoria-metrics-single minor 0.9.26 -> 0.11.0

Release Notes

VictoriaMetrics/helm-charts (victoria-metrics-single)

v0.11.0

Compare Source

Release notes for version 0.11.0

Release date: 2024-08-29

AppVersion: v1.103.0
Helm: v3

  • bump version of VM components to v1.103.0
  • Fixed image pull secrets. See this issue
  • Added global relabelConfig. See this issue
  • Renamed .Values.server.persistentVolume.storageClass to .Values.server.persistentVolume.storageClassName
  • Removed necessity to set .Values.server.persistentVolume.existingClaim when it should be created by chart. See this issue
  • Removed eula support

v0.10.1

Compare Source

Release notes for version 0.10.1

Release date: 2024-08-22

AppVersion: v1.102.1
Helm: v3

  • Added ability to configure container port
  • Fixed volume template. See this issue

v0.10.0

Compare Source

Release notes for version 0.10.0

Release date: 2024-08-21

AppVersion: v1.102.1
Helm: v3

Update note: main container name was changed to vmsingle, which will recreate a pod.

Update note: requires Helm 3.14+

  • Added basicAuth support for ServiceMonitor
  • fix inconsistent relabeling target_label in default scrape config.
  • Removed PodSecurityPolicy
  • Removed support for policy/v1beta1/PodDisruptionBudget
  • Set minimal kubernetes version to 1.25
  • Added ability to override liveness and readiness probes
  • Updated .Values.vmbackupmanager.readinessProbe to .Values.vmbackupmanager.probe.readiness
  • Updated .Values.vmbackupmanager.livenessProbe to .Values.vmbackupmanager.probe.liveness
  • Updated .Values.vmbackupmanager.startupProbe to .Values.vmbackupmanager.probe.startup
  • Updated .Values.server.readinessProbe to .Values.server.probe.readiness
  • Updated .Values.server.livenessProbe to .Values.server.probe.liveness
  • Updated .Values.server.startupProbe to .Values.server.probe.startup
  • Added .Values.global.imagePullSecrets and .Values.global.image.registry
  • Merged headless and non-headless services, removed statefulset service specific variables
  • Use static container names in a pod
  • Removed networking.k8s.io/v1beta1/Ingress and extensions/v1beta1/Ingress support
  • Added .Values.server.service.ipFamilies and .Values.server.service.ipFamilyPolicy for service IP family management

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [victoria-metrics-single](https://github.com/VictoriaMetrics/helm-charts) | minor | `0.9.26` -> `0.11.0` | --- ### Release Notes <details> <summary>VictoriaMetrics/helm-charts (victoria-metrics-single)</summary> ### [`v0.11.0`](https://github.com/VictoriaMetrics/helm-charts/releases/tag/victoria-metrics-single-0.11.0) [Compare Source](https://github.com/VictoriaMetrics/helm-charts/compare/victoria-metrics-single-0.10.1...victoria-metrics-single-0.11.0) ### Release notes for version 0.11.0 **Release date:** 2024-08-29 ![AppVersion: v1.103.0](https://img.shields.io/static/v1?label=AppVersion\&message=v1.103.0\&color=success\&logo=) ![Helm: v3](https://img.shields.io/static/v1?label=Helm\&message=v3\&color=informational\&logo=helm) - bump version of VM components to [v1.103.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.103.0) - Fixed image pull secrets. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1285) - Added global relabelConfig. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/207) - Renamed `.Values.server.persistentVolume.storageClass` to `.Values.server.persistentVolume.storageClassName` - Removed necessity to set `.Values.server.persistentVolume.existingClaim` when it should be created by chart. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/189) - Removed `eula` support ### [`v0.10.1`](https://github.com/VictoriaMetrics/helm-charts/releases/tag/victoria-metrics-single-0.10.1) [Compare Source](https://github.com/VictoriaMetrics/helm-charts/compare/victoria-metrics-single-0.10.0...victoria-metrics-single-0.10.1) ### Release notes for version 0.10.1 **Release date:** 2024-08-22 ![AppVersion: v1.102.1](https://img.shields.io/static/v1?label=AppVersion\&message=v1.102.1\&color=success\&logo=) ![Helm: v3](https://img.shields.io/static/v1?label=Helm\&message=v3\&color=informational\&logo=helm) - Added ability to configure container port - Fixed volume template. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1280) ### [`v0.10.0`](https://github.com/VictoriaMetrics/helm-charts/releases/tag/victoria-metrics-single-0.10.0) [Compare Source](https://github.com/VictoriaMetrics/helm-charts/compare/victoria-metrics-single-0.9.26...victoria-metrics-single-0.10.0) ### Release notes for version 0.10.0 **Release date:** 2024-08-21 ![AppVersion: v1.102.1](https://img.shields.io/static/v1?label=AppVersion\&message=v1.102.1\&color=success\&logo=) ![Helm: v3](https://img.shields.io/static/v1?label=Helm\&message=v3\&color=informational\&logo=helm) **Update note**: main container name was changed to `vmsingle`, which will recreate a pod. **Update note**: requires Helm 3.14+ - Added `basicAuth` support for `ServiceMonitor` - fix inconsistent relabeling `target_label` in default scrape config. - Removed `PodSecurityPolicy` - Removed support for `policy/v1beta1/PodDisruptionBudget` - Set minimal kubernetes version to `1.25` - Added ability to override liveness and readiness probes - Updated `.Values.vmbackupmanager.readinessProbe` to `.Values.vmbackupmanager.probe.readiness` - Updated `.Values.vmbackupmanager.livenessProbe` to `.Values.vmbackupmanager.probe.liveness` - Updated `.Values.vmbackupmanager.startupProbe` to `.Values.vmbackupmanager.probe.startup` - Updated `.Values.server.readinessProbe` to `.Values.server.probe.readiness` - Updated `.Values.server.livenessProbe` to `.Values.server.probe.liveness` - Updated `.Values.server.startupProbe` to `.Values.server.probe.startup` - Added `.Values.global.imagePullSecrets` and `.Values.global.image.registry` - Merged headless and non-headless services, removed statefulset service specific variables - Use static container names in a pod - Removed `networking.k8s.io/v1beta1/Ingress` and `extensions/v1beta1/Ingress` support - Added `.Values.server.service.ipFamilies` and `.Values.server.service.ipFamilyPolicy` for service IP family management </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDcuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQwNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
Renovate added 1 commit 2024-08-22 09:08:20 -04:00
Renovate changed title from feat(helm): update chart victoria-metrics-single to 0.10.1 to feat(helm): update chart victoria-metrics-single to 0.11.0 2024-08-29 13:22:03 -04:00
Renovate force-pushed renovate/victoria-metrics-single-0.x from 6122490577 to 3b87d10a07 2024-08-29 13:22:03 -04:00 Compare
SeanOMik merged commit f8df48bec4 into main 2024-09-03 18:33:41 -04:00
SeanOMik deleted branch renovate/victoria-metrics-single-0.x 2024-09-03 18:33:41 -04:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: SeanOMik/k3s-cluster#363
No description provided.