Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release victoria-metrics-alert to v0.12.5 #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

netic-renovate-bot
Copy link
Collaborator

@netic-renovate-bot netic-renovate-bot commented Apr 16, 2024

This PR contains the following updates:

Package Update Change
victoria-metrics-alert minor 0.9.4 -> 0.12.5

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

v0.12.5

Compare Source

Release notes for version 0.12.5

Release date: 2024-11-12

AppVersion: v1.106.0
Helm: v3

  • changed alertmanager.podMetadata.labels to alertmanager.podLabels
  • changed alertmanager.podMetadata.annotations to alertmanager.podAnnotations
  • fix Deployment/StatefulSets when serviceAccount.name is empty and serviceAccount.create: false. See this issue.
  • set default DNS domain to cluster.local.
  • updated common dependency 0.0.19 -> 0.0.23
  • added template for configmap name. See this issue

v0.12.4

Compare Source

Release notes for version 0.12.4

Release date: 2024-11-05

AppVersion: v1.106.0
Helm: v3

  • use common templates
  • bump version of VM components to v1.106.0

v0.12.3

Compare Source

Release notes for version 0.12.3

Release date: 2024-10-21

AppVersion: v1.105.0
Helm: v3

  • bump version of VM components to v1.105.0

v0.12.2

Compare Source

Release notes for version 0.12.2

Release date: 2024-10-11

AppVersion: v1.104.0
Helm: v3

  • Human-readable error about Helm version requirement

v0.12.1

Compare Source

Release notes for version 0.12.1

Release date: 2024-10-04

AppVersion: v1.104.0
Helm: v3

  • upgraded common chart dependency

v0.12.0

Compare Source

Release notes for version 0.12.0

Release date: 2024-10-02

AppVersion: v1.104.0
Helm: v3

  • bump version of VM components to v1.104.0

v0.11.1

Compare Source

Release notes for version 0.11.1

Release date: 2024-09-10

AppVersion: v1.103.0
Helm: v3

  • Added ability to override deployment namespace using namespaceOverride and global.namespaceOverride variables
  • Updated alertmanager args for IPv6 compatibility. See this issue
  • Added ability to set init containers for alertmanager and vmalert pods

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
  • Added ability to configure container port
  • Fixed image pull secrets. See this issue
  • Renamed .Values.alertmanager.persistentVolume.storageClass to .Values.alertmanager.persistentVolume.storageClassName

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: vmalert main container name was changed to vmalert, which will recreate a pod.

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

Update note: requires Helm 3.14+

  • Added basicAuth support for ServiceMonitor
  • Removed PodSecurityPolicy
  • Set minimal kubernetes version to 1.25
  • Removed support for policy/v1beta1/PodDisruptionBudget
  • Added .Values.global.imagePullSecrets and .Values.global.image.registry
  • Added .Values.alertmanager.emptyDir to customize default cache directory
  • Addded alertmanager service .Values.alertmanager.service.externalTrafficPolicy and .Values.alertmanager.service.healthCheckNodePort
  • Use static container names in a pod
  • Removed networking.k8s.io/v1beta1/Ingress and extensions/v1beta1/Ingress support
  • Added .Values.server.service.ipFamilies, .Values.server.service.ipFamilyPolicy, .Values.alertmanager.service.ipFamilies and .Values.alertmanager.service.ipFamilyPolicy for services IP family management

v0.9.12

Compare Source

Release notes for version 0.9.12

Release date: 2024-08-01

AppVersion: v1.102.1
Helm: v3

  • bump version of VM components to v1.102.1

v0.9.11

Compare Source

Release notes for version 0.9.11

Release date: 2024-07-23

AppVersion: v1.102.0
Helm: v3

  • bump version of VM components to v1.102.0

v0.9.10

Compare Source

Release notes for version 0.9.10

Release date: 2024-07-17

AppVersion: v1.101.0
Helm: v3

  • add an option to provide additional environment variables for Alertmanager via .Values.alertmanager.envFrom.

v0.9.9

Compare Source

Release notes for version 0.9.9

Release date: 2024-06-14

AppVersion: v1.101.0
Helm: v3

Update note: The VictoriaMetrics components image tag template has been updated. This change introduces .Values.<component>.image.variant to specify tag suffixes like -scratch, -cluster, -enterprise. Additionally, you can now omit .Values.<component>.image.tag to automatically use the version specified in .Chart.AppVersion.

  • support specifying image tag suffix like "-enterprise" for VictoriaMetrics components using .Values.<component>.image.variant.

v0.9.8

Compare Source

Release notes for version 0.9.8

Release date: 2024-05-16

AppVersion: v1.101.0
Helm: v3

  • fix lost customized securityContext when introduced new default behavior for securityContext in pull request.

v0.9.7

Compare Source

Release notes for version 0.9.7

Release date: 2024-05-10

AppVersion: v1.101.0
Helm: v3

  • support disabling default securityContext to keep compatible with platform like openshift, see this pull request by @​Baboulinet-33 for details.

v0.9.6

Compare Source

Release notes for version 0.9.6

Release date: 2024-04-26

AppVersion: v1.101.0
Helm: v3

  • properly truncate value of app.kubernetes.io/managed-by and app.kubernetes.io/instance labels in case release name exceeds 63 characters.
  • bump version of VM components to v1.101.0

v0.9.5

Compare Source

Release notes for version 0.9.5

Release date: 2024-04-16

AppVersion: v1.100.1
Helm: v3

  • bump version of VM components to v1.100.1

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@netic-renovate-bot
Copy link
Collaborator Author

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: charts/aoi/Chart.lock
Command failed: install-tool helm v3.14.4

@netic-renovate-bot netic-renovate-bot force-pushed the renovate/victoria-metrics-alert-0.x branch from 9178655 to 24ad629 Compare April 26, 2024 16:06
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.9.5 chore(deps): update helm release victoria-metrics-alert to v0.9.6 Apr 26, 2024
@netic-renovate-bot netic-renovate-bot force-pushed the renovate/victoria-metrics-alert-0.x branch from 24ad629 to 935a49e Compare May 10, 2024 12:07
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.9.6 chore(deps): update helm release victoria-metrics-alert to v0.9.7 May 10, 2024
@netic-renovate-bot netic-renovate-bot force-pushed the renovate/victoria-metrics-alert-0.x branch from 935a49e to e3cb09d Compare May 16, 2024 08:06
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.9.7 chore(deps): update helm release victoria-metrics-alert to v0.9.8 May 16, 2024
@netic-renovate-bot netic-renovate-bot force-pushed the renovate/victoria-metrics-alert-0.x branch from e3cb09d to 8a12bc6 Compare June 14, 2024 12:07
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.9.8 chore(deps): update helm release victoria-metrics-alert to v0.9.9 Jun 14, 2024
@netic-renovate-bot netic-renovate-bot force-pushed the renovate/victoria-metrics-alert-0.x branch from 8a12bc6 to 46edcb1 Compare July 17, 2024 08:06
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.9.9 chore(deps): update helm release victoria-metrics-alert to v0.9.10 Jul 17, 2024
@netic-renovate-bot netic-renovate-bot force-pushed the renovate/victoria-metrics-alert-0.x branch from 46edcb1 to 6d5e623 Compare July 23, 2024 16:07
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.9.10 chore(deps): update helm release victoria-metrics-alert to v0.9.11 Jul 23, 2024
@netic-renovate-bot netic-renovate-bot force-pushed the renovate/victoria-metrics-alert-0.x branch from 6d5e623 to e23aa54 Compare August 1, 2024 20:07
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.9.11 chore(deps): update helm release victoria-metrics-alert to v0.9.12 Aug 1, 2024
@netic-renovate-bot netic-renovate-bot force-pushed the renovate/victoria-metrics-alert-0.x branch from e23aa54 to 3806c74 Compare August 21, 2024 08:07
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.9.12 chore(deps): update helm release victoria-metrics-alert to v0.10.0 Aug 21, 2024
@netic-renovate-bot netic-renovate-bot force-pushed the renovate/victoria-metrics-alert-0.x branch from 3806c74 to b356768 Compare August 29, 2024 16:06
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.10.0 chore(deps): update helm release victoria-metrics-alert to v0.11.0 Aug 29, 2024
@netic-renovate-bot netic-renovate-bot force-pushed the renovate/victoria-metrics-alert-0.x branch 2 times, most recently from 6ba6feb to 13df5cf Compare September 10, 2024 08:07
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.11.0 chore(deps): update helm release victoria-metrics-alert to v0.11.1 Sep 10, 2024
@netic-renovate-bot netic-renovate-bot force-pushed the renovate/victoria-metrics-alert-0.x branch from 13df5cf to 61f4f26 Compare October 2, 2024 20:06
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.11.1 chore(deps): update helm release victoria-metrics-alert to v0.12.0 Oct 2, 2024
@netic-renovate-bot netic-renovate-bot force-pushed the renovate/victoria-metrics-alert-0.x branch from 61f4f26 to b1fcb87 Compare October 4, 2024 12:07
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.12.0 chore(deps): update helm release victoria-metrics-alert to v0.12.1 Oct 4, 2024
@netic-renovate-bot netic-renovate-bot force-pushed the renovate/victoria-metrics-alert-0.x branch from b1fcb87 to 94bf261 Compare October 11, 2024 12:07
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.12.1 chore(deps): update helm release victoria-metrics-alert to v0.12.2 Oct 11, 2024
@netic-renovate-bot netic-renovate-bot force-pushed the renovate/victoria-metrics-alert-0.x branch from 94bf261 to 7810f85 Compare October 21, 2024 20:06
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.12.2 chore(deps): update helm release victoria-metrics-alert to v0.12.3 Oct 21, 2024
@netic-renovate-bot netic-renovate-bot force-pushed the renovate/victoria-metrics-alert-0.x branch from 7810f85 to 6d864de Compare November 5, 2024 20:06
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.12.3 chore(deps): update helm release victoria-metrics-alert to v0.12.4 Nov 5, 2024
@netic-renovate-bot netic-renovate-bot changed the title chore(deps): update helm release victoria-metrics-alert to v0.12.4 chore(deps): update helm release victoria-metrics-alert to v0.12.5 Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant