Skip to content

Commit

Permalink
chore(deps): update promtail to v3.1.1 (#657)
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 |
|---|---|---|
|
[cgr.dev/du-uds-defenseunicorns/promtail](https://edu.chainguard.dev/chainguard/chainguard-images/reference/promtail/)
([source](https://togithub.com/chainguard-images/images/tree/HEAD/images/promtail))
| patch | `3.1.0` -> `3.1.1` |
| [docker.io/grafana/promtail](https://togithub.com/grafana/loki) |
patch | `3.1.0` -> `3.1.1` |
|
[registry1.dso.mil/ironbank/opensource/grafana/promtail](https://togithub.com/grafana/loki)
([source](https://repo1.dso.mil/dsop/opensource/grafana/promtail)) |
patch | `v3.1.0` -> `v3.1.1` |

---

### Release Notes

<details>
<summary>grafana/loki (docker.io/grafana/promtail)</summary>

###
[`v3.1.1`](https://togithub.com/grafana/loki/blob/HEAD/CHANGELOG.md#311-2024-08-08)

[Compare
Source](https://togithub.com/grafana/loki/compare/v3.1.0...v3.1.1)

##### Features

- **loki:** add ability to disable AWS S3 dual stack endpoints usage
([#&#8203;13795](https://togithub.com/grafana/loki/issues/13795))
([464ac73](https://togithub.com/grafana/loki/commit/464ac736a6fb70b673ee3cec21049b18d353cadb))

##### Bug Fixes

- **deps:** bumped dependencies versions to resolve CVEs
([#&#8203;13789](https://togithub.com/grafana/loki/issues/13789))
([34206cd](https://togithub.com/grafana/loki/commit/34206cd2d6290566034710ae6c2d08af8804bc91))

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
  • Loading branch information
renovate[bot] and mjnagel authored Aug 9, 2024
1 parent e0cb85d commit c009e5f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/promtail/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
registry: registry1.dso.mil
repository: ironbank/opensource/grafana/promtail
tag: v3.1.0
tag: v3.1.1
sidecar:
configReloader:
image:
Expand Down
2 changes: 1 addition & 1 deletion src/promtail/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/promtail
tag: 3.1.0
tag: 3.1.1
sidecar:
configReloader:
image:
Expand Down
2 changes: 1 addition & 1 deletion src/promtail/values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
registry: docker.io
repository: grafana/promtail
tag: 3.1.0
tag: 3.1.1
sidecar:
configReloader:
image:
Expand Down
6 changes: 3 additions & 3 deletions src/promtail/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
- values/upstream-values.yaml
images:
- ghcr.io/jimmidyson/configmap-reload:v0.13.1
- docker.io/grafana/promtail:3.1.0
- docker.io/grafana/promtail:3.1.1

- name: promtail
required: true
Expand All @@ -33,7 +33,7 @@ components:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload:v0.13.1
- registry1.dso.mil/ironbank/opensource/grafana/promtail:v3.1.0
- registry1.dso.mil/ironbank/opensource/grafana/promtail:v3.1.1

- name: promtail
required: true
Expand All @@ -48,4 +48,4 @@ components:
- values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/configmap-reload-fips:0.13.1
- cgr.dev/du-uds-defenseunicorns/promtail:3.1.0
- cgr.dev/du-uds-defenseunicorns/promtail:3.1.1

0 comments on commit c009e5f

Please sign in to comment.