Skip to content

Commit

Permalink
chore(deps): update promtail (#74)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/grafana/promtail | patch | `2.9.2` -> `2.9.6` |
| docker.io/jimmidyson/configmap-reload | minor | `v0.8.0` -> `v0.9.0` |
| [promtail](https://grafana.com/loki)
([source](https://togithub.com/grafana/helm-charts)) | patch | `6.15.3`
-> `6.15.5` |
|
[registry1.dso.mil/ironbank/opensource/grafana/promtail](https://togithub.com/grafana/loki)
([source](https://repo1.dso.mil/dsop/opensource/grafana/promtail)) |
patch | `v2.9.2` -> `v2.9.5` |
|
[registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload](https://togithub.com/jimmidyson/configmap-reload)
([source](https://repo1.dso.mil/dsop/opensource/jimmidyson/configmap-reload))
| minor | `v0.8.0` -> `v0.12.0` |

---

### Release Notes

<details>
<summary>grafana/helm-charts (promtail)</summary>

###
[`v6.15.5`](https://togithub.com/grafana/helm-charts/releases/tag/promtail-6.15.5)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/promtail-6.15.4...promtail-6.15.5)

Promtail is an agent which ships the contents of local logs to a Loki
instance

#### What's Changed

- \[promtail] Avoid unnecessary pod restart on each helm chart version
by [@&#8203;jkroepke](https://togithub.com/jkroepke) in
[grafana/helm-charts#2833

**Full Changelog**:
grafana/helm-charts@grafana-7.2.5...promtail-6.15.5

###
[`v6.15.4`](https://togithub.com/grafana/helm-charts/releases/tag/promtail-6.15.4)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/promtail-6.15.3...promtail-6.15.4)

Promtail is an agent which ships the contents of local logs to a Loki
instance

#### What's Changed

- \[promtail] bump promtail version to 2.9.3 by
[@&#8203;venkatamutyala](https://togithub.com/venkatamutyala) in
[grafana/helm-charts#2843

**Full Changelog**:
grafana/helm-charts@tempo-distributed-1.8.1...promtail-6.15.4

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TristanHoladay <40547442+TristanHoladay@users.noreply.github.com>
Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
  • Loading branch information
3 people committed Apr 1, 2024
1 parent 443426d commit 6a112b5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/promtail/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ components:
localPath: ../chart
- name: promtail
url: https://grafana.github.io/helm-charts/
version: 6.15.3
version: 6.15.5
namespace: promtail
gitPath: charts/promtail
valuesFiles:
Expand Down
4 changes: 2 additions & 2 deletions src/promtail/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
image:
registry: registry1.dso.mil
repository: ironbank/opensource/grafana/promtail
tag: v2.9.2
tag: v2.9.6
sidecar:
configReloader:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/jimmidyson/configmap-reload
tag: v0.8.0
tag: v0.12.0
6 changes: 3 additions & 3 deletions src/promtail/values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
image:
registry: docker.io
repository: grafana/promtail
tag: null
tag: 2.9.6
sidecar:
configReloader:
image:
registry: docker.io
registry: ghcr.io
repository: jimmidyson/configmap-reload
tag: v0.8.0
tag: v0.12.0
8 changes: 4 additions & 4 deletions src/promtail/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- docker.io/jimmidyson/configmap-reload:v0.8.0
- docker.io/grafana/promtail:2.9.2
- ghcr.io/jimmidyson/configmap-reload:v0.12.0
- docker.io/grafana/promtail:2.9.6

- name: promtail
required: true
Expand All @@ -32,5 +32,5 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload:v0.8.0
- registry1.dso.mil/ironbank/opensource/grafana/promtail:v2.9.2
- registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload:v0.12.0
- registry1.dso.mil/ironbank/opensource/grafana/promtail:v2.9.6

0 comments on commit 6a112b5

Please sign in to comment.