From df428e86720326ee3ca10868f59ec87c2ddc876b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:23:07 +0000 Subject: [PATCH 1/5] chore(deps): update dependency giantswarm/alloy to v0.5.0 --- helm/prometheus-rules/templates/alloy-rules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/prometheus-rules/templates/alloy-rules.yaml b/helm/prometheus-rules/templates/alloy-rules.yaml index 55f8ee72..4b4b0ab0 100644 --- a/helm/prometheus-rules/templates/alloy-rules.yaml +++ b/helm/prometheus-rules/templates/alloy-rules.yaml @@ -27,5 +27,5 @@ spec: namespace: monitoring # used by renovate # repo: giantswarm/alloy - version: 0.4.1 + version: 0.5.0 {{- end -}} From 03cabb385d2a62f350ce2e0f056ecbc7d6fc6737 Mon Sep 17 00:00:00 2001 From: QuentinBisson Date: Mon, 2 Sep 2024 15:36:20 +0200 Subject: [PATCH 2/5] enable vertical pod autoscaler --- CHANGELOG.md | 1 + helm/prometheus-rules/templates/alloy-rules-configmap.yaml | 2 ++ helm/prometheus-rules/templates/alloy-rules.yaml | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36dd8bba..d6c8daea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - alertmanager alerts: add link to dashboard +- Upgrade Alloy to 0.5.0 and enable vertical-pod-autoscaler. ### Fixed diff --git a/helm/prometheus-rules/templates/alloy-rules-configmap.yaml b/helm/prometheus-rules/templates/alloy-rules-configmap.yaml index 2bd997dd..5bb93b84 100644 --- a/helm/prometheus-rules/templates/alloy-rules-configmap.yaml +++ b/helm/prometheus-rules/templates/alloy-rules-configmap.yaml @@ -78,4 +78,6 @@ data: replicas: 1 crds: create: false + verticalPodAutoscaler: + enabled: true {{- end -}} diff --git a/helm/prometheus-rules/templates/alloy-rules.yaml b/helm/prometheus-rules/templates/alloy-rules.yaml index 4b4b0ab0..fa1d98f0 100644 --- a/helm/prometheus-rules/templates/alloy-rules.yaml +++ b/helm/prometheus-rules/templates/alloy-rules.yaml @@ -8,7 +8,7 @@ metadata: name: alloy-rules namespace: giantswarm spec: - catalog: giantswarm + catalog: giantswarm-test config: configMap: name: alloy-rules-config @@ -27,5 +27,5 @@ spec: namespace: monitoring # used by renovate # repo: giantswarm/alloy - version: 0.5.0 + version: 0.5.0-cc6275808a1eaafe673bc10d36c71d106ea9db1a {{- end -}} From 9661306f4901f2e59717867ab962b15f0e71d126 Mon Sep 17 00:00:00 2001 From: QuentinBisson Date: Mon, 2 Sep 2024 20:18:31 +0200 Subject: [PATCH 3/5] test-fixed-app-version --- helm/prometheus-rules/templates/alloy-rules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/prometheus-rules/templates/alloy-rules.yaml b/helm/prometheus-rules/templates/alloy-rules.yaml index fa1d98f0..617a4f1b 100644 --- a/helm/prometheus-rules/templates/alloy-rules.yaml +++ b/helm/prometheus-rules/templates/alloy-rules.yaml @@ -27,5 +27,5 @@ spec: namespace: monitoring # used by renovate # repo: giantswarm/alloy - version: 0.5.0-cc6275808a1eaafe673bc10d36c71d106ea9db1a + version: 0.5.0-a7ba7c6d3dceedcc3e858ae4eacc873a5405b91e {{- end -}} From 982e1d459348ae28b44aea31177257f24ea13def Mon Sep 17 00:00:00 2001 From: QuentinBisson Date: Mon, 2 Sep 2024 20:33:21 +0200 Subject: [PATCH 4/5] revert to real version --- helm/prometheus-rules/templates/alloy-rules.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/prometheus-rules/templates/alloy-rules.yaml b/helm/prometheus-rules/templates/alloy-rules.yaml index 617a4f1b..ccd3a68e 100644 --- a/helm/prometheus-rules/templates/alloy-rules.yaml +++ b/helm/prometheus-rules/templates/alloy-rules.yaml @@ -8,7 +8,7 @@ metadata: name: alloy-rules namespace: giantswarm spec: - catalog: giantswarm-test + catalog: giantswarm config: configMap: name: alloy-rules-config @@ -27,5 +27,5 @@ spec: namespace: monitoring # used by renovate # repo: giantswarm/alloy - version: 0.5.0-a7ba7c6d3dceedcc3e858ae4eacc873a5405b91e + version: 0.5.1 {{- end -}} From 1b56b039aab0124a3605ab404c11922cfb5623ec Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Tue, 3 Sep 2024 09:33:10 +0200 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c8daea..2eaf9adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - alertmanager alerts: add link to dashboard -- Upgrade Alloy to 0.5.0 and enable vertical-pod-autoscaler. +- Upgrade Alloy to 0.5.1 and enable vertical-pod-autoscaler. ### Fixed