From b906727becda51117b544f9ada84962a0eb9c9c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:46:34 +0000 Subject: [PATCH 1/2] fix(charts): update helm release victoria-metrics-k8s-stack to v0.25.8 (#2942) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- helm-dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-dependencies.yaml b/helm-dependencies.yaml index 60b538994..0931d7767 100644 --- a/helm-dependencies.yaml +++ b/helm-dependencies.yaml @@ -114,7 +114,7 @@ dependencies: version: 7.1.5 repository: https://vmware-tanzu.github.io/helm-charts - name: victoria-metrics-k8s-stack - version: 0.25.7 + version: 0.25.8 repository: https://victoriametrics.github.io/helm-charts/ - name: yet-another-cloudwatch-exporter version: 0.14.0 From 3ff258802c9b6d186f2c5475b11060c51c790d69 Mon Sep 17 00:00:00 2001 From: Kevin Lefevre Date: Fri, 30 Aug 2024 16:48:15 +0200 Subject: [PATCH 2/2] feat: update thanos to v0.36.1 Signed-off-by: Kevin Lefevre --- modules/aws/kube-prometheus.tf | 2 +- modules/google/kube-prometheus.tf | 2 +- modules/scaleway/kube-prometheus.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/aws/kube-prometheus.tf b/modules/aws/kube-prometheus.tf index 1a01451c4..c5e0185b0 100644 --- a/modules/aws/kube-prometheus.tf +++ b/modules/aws/kube-prometheus.tf @@ -19,7 +19,7 @@ locals { thanos_bucket = "thanos-store-${var.cluster-name}" thanos_bucket_force_destroy = false thanos_store_config = null - thanos_version = "v0.35.1" + thanos_version = "v0.36.1" enabled = false allowed_cidrs = ["0.0.0.0/0"] default_network_policy = true diff --git a/modules/google/kube-prometheus.tf b/modules/google/kube-prometheus.tf index 61f8890ed..37fa6331d 100644 --- a/modules/google/kube-prometheus.tf +++ b/modules/google/kube-prometheus.tf @@ -22,7 +22,7 @@ locals { thanos_bucket_location = "" thanos_kms_bucket_location = "" thanos_store_config = null - thanos_version = "v0.35.1" + thanos_version = "v0.36.1" thanos_service_account = "" enabled = false allowed_cidrs = ["0.0.0.0/0"] diff --git a/modules/scaleway/kube-prometheus.tf b/modules/scaleway/kube-prometheus.tf index 6846e01d8..11abc563f 100644 --- a/modules/scaleway/kube-prometheus.tf +++ b/modules/scaleway/kube-prometheus.tf @@ -13,7 +13,7 @@ locals { thanos_bucket = "thanos-store-${var.cluster-name}" thanos_bucket_region = local.scaleway["region"] thanos_store_config = null - thanos_version = "v0.35.1" + thanos_version = "v0.36.1" enabled = false allowed_cidrs = ["0.0.0.0/0"] default_network_policy = true