From c64a4b5306d6d33a9cdb1347b8fbc5236932237c Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@renovateapp.com>
Date: Tue, 18 Feb 2025 18:37:39 +0000
Subject: [PATCH 1/4] Update
 registry1.dso.mil/ironbank/opensource/grafana/promtail Docker tag to v3.4.2

---
 chart/Chart.yaml  | 6 +++---
 chart/values.yaml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index a82e794..8360f4b 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
 name: promtail
 description: Promtail is an agent which ships the contents of local logs to a Loki instance
 type: application
-appVersion: 3.3.2
+appVersion: 3.4.2
 version: 6.16.6-bb.1
 home: https://grafana.com/loki
 sources:
@@ -17,10 +17,10 @@ maintainers:
 annotations:
   bigbang.dev/maintenanceTrack: bb_integrated
   bigbang.dev/applicationVersions: |
-    - Promtail: v3.3.2
+    - Promtail: v3.4.2
   bigbang.dev/upstreamReleaseNotesMarkdown: |
     - [Find upstream chart's release notes and CHANGELOG here](https://github.com/grafana/helm-charts/releases?q=promtail&expanded=true)
     - [Find upstream application's release notes and CHANGELOG here](https://grafana.com/docs/loki/latest/release-notes/)
   helm.sh/images: |
     - name: promtail
-      image: registry1.dso.mil/ironbank/opensource/grafana/promtail:v3.3.2
+      image: registry1.dso.mil/ironbank/opensource/grafana/promtail:v3.4.2
diff --git a/chart/values.yaml b/chart/values.yaml
index 7ceba05..907d8bf 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -118,7 +118,7 @@ image:
   # -- Docker image repository
   repository: ironbank/opensource/grafana/promtail
   # -- Overrides the image tag whose default is the chart's appVersion
-  tag: v3.3.2
+  tag: v3.4.2
   # -- Docker image pull policy
   pullPolicy: IfNotPresent
 
-- 
GitLab


From 5308ae79ecfedcd245accf85ed7e2e66374890c3 Mon Sep 17 00:00:00 2001
From: Peter Sigur <sigur_peter@bah.com>
Date: Wed, 19 Feb 2025 14:42:29 -0500
Subject: [PATCH 2/4] bump chart version and update docs

---
 CHANGELOG.md     | 6 ++++++
 README.md        | 4 ++--
 chart/Chart.yaml | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1cd1e4..03b0b15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ---
 
+## [6.16.6-bb.2] 2025-02-19
+
+### Updated
+
+- Update promtail from `v3.3.2` -> `v3.4.2`
+
 ## [6.16.6-bb.1] 2025-02-12
 
 ### Updated
diff --git a/README.md b/README.md
index cfc5b96..974a3e1 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
 # promtail
 
-![Version: 6.16.6-bb.1](https://img.shields.io/badge/Version-6.16.6--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.2](https://img.shields.io/badge/AppVersion-3.3.2-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
+![Version: 6.16.6-bb.2](https://img.shields.io/badge/Version-6.16.6--bb.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.4.2](https://img.shields.io/badge/AppVersion-3.4.2-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
 
 Promtail is an agent which ships the contents of local logs to a Loki instance
 
@@ -70,7 +70,7 @@ helm install promtail chart/
 | initContainer | list | `[]` |  |
 | image.registry | string | `"registry1.dso.mil"` | The Docker registry |
 | image.repository | string | `"ironbank/opensource/grafana/promtail"` | Docker image repository |
-| image.tag | string | `"v3.3.2"` | Overrides the image tag whose default is the chart's appVersion |
+| image.tag | string | `"v3.4.2"` | Overrides the image tag whose default is the chart's appVersion |
 | image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
 | imagePullSecrets | list | `[{"name":"private-registry"}]` | Image pull secrets for Docker images |
 | hostAliases | list | `[]` | hostAliases to add |
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 8360f4b..1d411de 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -3,7 +3,7 @@ name: promtail
 description: Promtail is an agent which ships the contents of local logs to a Loki instance
 type: application
 appVersion: 3.4.2
-version: 6.16.6-bb.1
+version: 6.16.6-bb.2
 home: https://grafana.com/loki
 sources:
   - https://github.com/grafana/loki
-- 
GitLab


From 60f80d9d61c72de64c0a18af9835df21a974cf74 Mon Sep 17 00:00:00 2001
From: Peter Sigur <sigur_peter@bah.com>
Date: Fri, 21 Feb 2025 16:31:21 -0500
Subject: [PATCH 3/4] update dev maintenance docs

---
 docs/DEVELOPMENT_MAINTENANCE.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/DEVELOPMENT_MAINTENANCE.md b/docs/DEVELOPMENT_MAINTENANCE.md
index 09078f9..0169143 100644
--- a/docs/DEVELOPMENT_MAINTENANCE.md
+++ b/docs/DEVELOPMENT_MAINTENANCE.md
@@ -82,6 +82,9 @@ promtail:
 loki:
   enabled: true
   strategy: scalable
+  values:
+    minio:
+      enabled: true
 grafana:
   enabled: true
 
@@ -94,7 +97,7 @@ Current testing is done manually. Deployment of Big Bang with Istio, Monitoring,
 
 Once healthy:
 - Go to [https://grafana.dev.bigbang.mil](https://grafana.dev.bigbang.mil) in your browser and login with [default credentials](https://repo1.dso.mil/big-bang/bigbang/-/blob/master/docs/guides/using-bigbang/default-credentials.md)
-- Navigate to `Configuration -> Data sources -> Loki`
+- Navigate to `Connections -> Data sources -> Loki`
 - Click on `Save & test` and ensure `Data source successfully connected.` message appears
 
 > When in doubt with any testing or upgrade steps, reach out to the CODEOWNERS for assistance.
-- 
GitLab


From b6280a9f8c89ef43e6a2c05e7756d7ba623cb311 Mon Sep 17 00:00:00 2001
From: Peter Sigur <sigur_peter@bah.com>
Date: Mon, 24 Feb 2025 10:56:32 -0500
Subject: [PATCH 4/4] update manual test steps

---
 docs/DEVELOPMENT_MAINTENANCE.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/DEVELOPMENT_MAINTENANCE.md b/docs/DEVELOPMENT_MAINTENANCE.md
index 0169143..ccd2eb6 100644
--- a/docs/DEVELOPMENT_MAINTENANCE.md
+++ b/docs/DEVELOPMENT_MAINTENANCE.md
@@ -98,6 +98,7 @@ Current testing is done manually. Deployment of Big Bang with Istio, Monitoring,
 Once healthy:
 - Go to [https://grafana.dev.bigbang.mil](https://grafana.dev.bigbang.mil) in your browser and login with [default credentials](https://repo1.dso.mil/big-bang/bigbang/-/blob/master/docs/guides/using-bigbang/default-credentials.md)
 - Navigate to `Connections -> Data sources -> Loki`
-- Click on `Save & test` and ensure `Data source successfully connected.` message appears
+  - Click on `Save & test` and ensure `Data source successfully connected.` message appears
+- Search dashboards for `Loki Dashboard Quick Search` and confirm log data is being populated/no error messages
 
 > When in doubt with any testing or upgrade steps, reach out to the CODEOWNERS for assistance.
-- 
GitLab