From df44feda5716dd23f7177390730474f8f6ddfb7b Mon Sep 17 00:00:00 2001 From: svcAPLBot <174728082+svcAPLBot@users.noreply.github.com> Date: Sat, 1 Nov 2025 00:52:13 +0000 Subject: [PATCH 1/2] chore(chart-deps): update promtail to version 6.17.1 --- chart/chart-index/Chart.yaml | 2 +- charts/promtail/Chart.yaml | 5 +++-- charts/promtail/README.md | 6 +++++- charts/promtail/README.md.gotmpl | 4 ++++ 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/chart/chart-index/Chart.yaml b/chart/chart-index/Chart.yaml index f56ede2210..8ba63dd0e8 100644 --- a/chart/chart-index/Chart.yaml +++ b/chart/chart-index/Chart.yaml @@ -109,7 +109,7 @@ dependencies: version: 1.3.4 repository: https://prometheus-msteams.github.io/prometheus-msteams/ - name: promtail - version: 6.17.0 + version: 6.17.1 repository: https://grafana.github.io/helm-charts - name: rabbitmq-cluster-operator alias: rabbitmq diff --git a/charts/promtail/Chart.yaml b/charts/promtail/Chart.yaml index 4c372a9b03..bc2008df74 100644 --- a/charts/promtail/Chart.yaml +++ b/charts/promtail/Chart.yaml @@ -1,5 +1,6 @@ apiVersion: v2 -appVersion: 3.5.7 +appVersion: 3.5.1 +deprecated: true description: Promtail is an agent which ships the contents of local logs to a Loki instance home: https://grafana.com/loki @@ -14,4 +15,4 @@ sources: - https://grafana.com/oss/loki/ - https://grafana.com/docs/loki/latest/ type: application -version: 6.17.0 +version: 6.17.1 diff --git a/charts/promtail/README.md b/charts/promtail/README.md index b0ad278a80..08319adb37 100644 --- a/charts/promtail/README.md +++ b/charts/promtail/README.md @@ -1,6 +1,10 @@ +# Deprecation Notice + +**This promtail and this chart is deprecated and will no longer receive updates or support.** + # promtail -![Version: 6.17.0](https://img.shields.io/badge/Version-6.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.1](https://img.shields.io/badge/AppVersion-3.5.1-informational?style=flat-square) +![Version: 6.17.1](https://img.shields.io/badge/Version-6.17.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.1](https://img.shields.io/badge/AppVersion-3.5.1-informational?style=flat-square) Promtail is an agent which ships the contents of local logs to a Loki instance diff --git a/charts/promtail/README.md.gotmpl b/charts/promtail/README.md.gotmpl index 01387a5a43..0d9378465e 100644 --- a/charts/promtail/README.md.gotmpl +++ b/charts/promtail/README.md.gotmpl @@ -1,3 +1,7 @@ +# Deprecation Notice + +**This promtail and this chart is deprecated and will no longer receive updates or support.** + {{ template "chart.header" . }} {{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} From c7643d51b94ad5749892206e0b04a4594fded6b6 Mon Sep 17 00:00:00 2001 From: merll Date: Mon, 3 Nov 2025 09:58:00 +0100 Subject: [PATCH 2/2] Aooky latest patch --- charts/promtail/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/promtail/Chart.yaml b/charts/promtail/Chart.yaml index bc2008df74..30a521b3ec 100644 --- a/charts/promtail/Chart.yaml +++ b/charts/promtail/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 3.5.1 +appVersion: 3.5.7 deprecated: true description: Promtail is an agent which ships the contents of local logs to a Loki instance