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

Update Helm release victoria-metrics-operator to v0.40.3 #1279

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2024

This PR contains the following updates:

Package Update Change
victoria-metrics-operator (source) minor 0.34.0 -> 0.40.3

Release Notes

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

v0.40.3

Compare Source

Release notes for version 0.40.3

Release date: 06 Jan 2025

Helm: v3 AppVersion: v0.51.2

  • updated common dependency 0.0.36 -> 0.0.37
  • support templating in .Values.extraObjects

v0.40.2

Compare Source

Release notes for version 0.40.2

Release date: 24 Dec 2024

Helm: v3 AppVersion: v0.51.2

  • add option to enable hostNetwork for custom CNI based deployments
  • updated common dependency 0.0.35 -> 0.0.36
  • updates operator to v0.51.2 version

v0.40.1

Compare Source

Release notes for version 0.40.0

Release date: 19 Dec 2024

Helm: v3 AppVersion: v0.51.1

v0.40.0

Compare Source

Release notes for version 0.40.0

Release date: 19 Dec 2024

Helm: v3 AppVersion: v0.51.1

  • updated common dependency 0.0.34 -> 0.0.35
  • updates operator to v0.51.1 version

v0.39.1

Compare Source

Release notes for version 0.39.1

Release date: 2024-11-25

AppVersion: v0.50.0
Helm: v3

  • updated common dependency 0.0.31 -> 0.0.32

v0.39.0

Compare Source

Release notes for version 0.39.0

Release date: 2024-11-25

AppVersion: v0.50.0
Helm: v3

  • updated common dependency 0.0.28 -> 0.0.31
  • fixed app.kubernetes.io/version tag override if custom tag is set. See this issue.

v0.38.0

Compare Source

Release notes for version 0.38.0

Release date: 2024-11-18

AppVersion: v0.49.1
Helm: v3

  • 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.28
  • added back crds.enabled: false option, which disables CRD creation, but due to limitation of dependencies condition it allows to disable only in combination with crds.plain: false
  • disabled cleanup, while crds.enabled: false. See this issue.
  • updates operator to v0.49.1 version

v0.37.0

Compare Source

Release notes for version 0.37.0

Release date: 2024-11-05

AppVersion: v0.49.0
Helm: v3

  • Migrated to common templates
  • updates operator to v0.49.0 version

v0.36.0

Compare Source

Release notes for version 0.36.0

Release date: 2024-10-22

AppVersion: v0.48.4
Helm: v3

  • replaced crd.enabled property to crds.plain. Instead of disabling CRDs it selects if CRDs should be rendered from template or as plain CRDs

v0.35.5

Compare Source

Release notes for version 0.35.5

Release date: 2024-10-15

AppVersion: v0.48.4
Helm: v3

  • updates operator to v0.48.4 version

v0.35.4

Compare Source

Release notes for version 0.35.4

Release date: 2024-10-11

AppVersion: v0.48.3
Helm: v3

  • Human-readable error about Helm version requirement

v0.35.3

Compare Source

Release notes for version 0.35.3

Release date: 2024-10-10

AppVersion: v0.48.3
Helm: v3

  • upgraded common chart dependency
  • made webhook pod port configurable. See this issue
  • added configurable cleanup hook resources. See this issue
  • added ability to configure terminationGracePeriodSeconds and lifecycle. See this issue for details

v0.35.2

Compare Source

Release notes for version 0.35.2

Release date: 2024-09-29

AppVersion: v0.48.3
Helm: v3

  • updates operator to v0.48.3 version

v0.35.1

Compare Source

Release notes for version 0.35.1

Release date: 2024-09-26

AppVersion: v0.48.1
Helm: v3

  • updates operator to v0.48.1 version

v0.35.0

Compare Source

Release notes for version 0.35.0

Release date: 2024-09-26

AppVersion: v0.48.0
Helm: v3

  • Made webhook port configurable. See this issue
  • Changed crd cleanup hook delete policy to prevent resource already exists error.
  • updates operator to v0.48.0 version

v0.34.8

Compare Source

Release notes for version 0.34.8

Release date: 2024-09-10

AppVersion: v0.47.3
Helm: v3

  • Added ability to override deployment namespace using namespaceOverride and global.namespaceOverride variables
  • Fixed template for cert-manager certificates
  • Fixed operator Role creation when only watching own namespace using watchNamespaces
  • Changed webhook service port from 443 to 9443

v0.34.7

Compare Source

Release notes for version 0.34.7

Release date: 2024-09-03

AppVersion: v0.47.3
Helm: v3

  • Do not create ClusterRole if watchNamespaces contains only namespace, where operator is deployed

v0.34.6

Compare Source

Release notes for version 0.34.6

Release date: 2024-08-29

AppVersion: v0.47.3
Helm: v3

  • updates operator to v0.47.3 version
  • Made cleanupCRD deprecated in a favour of crd.cleanup.enabled
  • Made cleanupImage deprecated in a favour of crd.cleanup.image
  • Made watchNamespace string deprecated in a favour of watchNamespaces slice
  • Decreased rendering time by 2 seconds

v0.34.5

Compare Source

Release notes for version 0.34.5

Release date: 2024-08-26

AppVersion: v0.47.2
Helm: v3

  • fixes typo at clean webhook. vmlogs->vlogs.

v0.34.4

Compare Source

Release notes for version 0.34.4

Release date: 2024-08-26

AppVersion: v0.47.2
Helm: v3

v0.34.3

Compare Source

Release notes for version 0.34.3

Release date: 2024-08-26

AppVersion: v0.47.2
Helm: v3

  • removes not implemented scrape CRDs from validation webhook

v0.34.2

Compare Source

Release notes for version 0.34.2

Release date: 2024-08-26

AppVersion: v0.47.2
Helm: v3

  • set admissionWebhooks.keepTLSSecret to true by default
  • fixed indent, for Issuer crd, when cert-manager.enabled: true
  • updates operator to v0.47.2 version

v0.34.1

Compare Source

Release notes for version 0.34.1

Release date: 2024-08-23

AppVersion: v0.47.1
Helm: v3

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

  • Updated operator to v0.47.1 release
  • Added global imagePullSecrets and image.registry
  • Use static container names in a pod
  • Updated operator service scrape config
  • Added .Values.vmstorage.service.ipFamilies and .Values.vmstorage.service.ipFamilyPolicy for service IP family management
  • Enabled webhook by default
  • Generate webhook certificate when Cert Manager is not enabled
  • Added ability to configure container port
  • Fixed image pull secrets. See this issue

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/victoria-metrics-operator-0.x branch 4 times, most recently from c4b985f to 9c8ab61 Compare August 26, 2024 06:13
@renovate renovate bot changed the title Update Helm release victoria-metrics-operator to v0.34.1 Update Helm release victoria-metrics-operator to v0.34.3 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/victoria-metrics-operator-0.x branch from 9c8ab61 to 28c05e4 Compare August 26, 2024 17:26
@renovate renovate bot changed the title Update Helm release victoria-metrics-operator to v0.34.3 Update Helm release victoria-metrics-operator to v0.34.4 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/victoria-metrics-operator-0.x branch from 28c05e4 to ecb0a4c Compare August 26, 2024 18:47
@renovate renovate bot changed the title Update Helm release victoria-metrics-operator to v0.34.4 Update Helm release victoria-metrics-operator to v0.34.5 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/victoria-metrics-operator-0.x branch 6 times, most recently from cc82d8b to daaf04c Compare August 29, 2024 16:28
@renovate renovate bot changed the title Update Helm release victoria-metrics-operator to v0.34.5 Update Helm release victoria-metrics-operator to v0.34.6 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/victoria-metrics-operator-0.x branch 4 times, most recently from 11ede68 to a14d77b Compare September 3, 2024 09:55
@renovate renovate bot changed the title Update Helm release victoria-metrics-operator to v0.34.6 Update Helm release victoria-metrics-operator to v0.34.7 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/victoria-metrics-operator-0.x branch 9 times, most recently from 5ca2734 to 16c1e3a Compare September 8, 2024 07:31
@renovate renovate bot force-pushed the renovate/victoria-metrics-operator-0.x branch 4 times, most recently from 5bdbc18 to 66009ae Compare December 19, 2024 16:57
@renovate renovate bot changed the title Update Helm release victoria-metrics-operator to v0.39.1 Update Helm release victoria-metrics-operator to v0.40.0 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/victoria-metrics-operator-0.x branch from 66009ae to 4c07b95 Compare December 19, 2024 19:48
@renovate renovate bot changed the title Update Helm release victoria-metrics-operator to v0.40.0 Update Helm release victoria-metrics-operator to v0.40.1 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/victoria-metrics-operator-0.x branch 4 times, most recently from ecb0fb6 to 7d60adc Compare December 24, 2024 19:27
@renovate renovate bot changed the title Update Helm release victoria-metrics-operator to v0.40.1 Update Helm release victoria-metrics-operator to v0.40.2 Dec 24, 2024
@renovate renovate bot force-pushed the renovate/victoria-metrics-operator-0.x branch 7 times, most recently from 4a49d3d to 1477efd Compare December 31, 2024 07:03
@renovate renovate bot force-pushed the renovate/victoria-metrics-operator-0.x branch from 1477efd to 0bf06e7 Compare January 7, 2025 19:44
@renovate renovate bot changed the title Update Helm release victoria-metrics-operator to v0.40.2 Update Helm release victoria-metrics-operator to v0.40.3 Jan 7, 2025
@renovate renovate bot force-pushed the renovate/victoria-metrics-operator-0.x branch 7 times, most recently from 7a60bc3 to 3c64f1a Compare January 10, 2025 06:01
@renovate renovate bot force-pushed the renovate/victoria-metrics-operator-0.x branch from 3c64f1a to ccd2ce3 Compare January 11, 2025 02:40
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.

0 participants