Skip to content

Commit

Permalink
chore(deps): update loki (#1134)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[cgr.dev/du-uds-defenseunicorns/loki](https://images.chainguard.dev/directory/image/loki/overview)
([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/loki))
| patch | `3.3.1` -> `3.3.2` |
| [docker.io/grafana/loki](https://redirect.github.com/grafana/loki) |
patch | `3.3.1` -> `3.3.2` |
| [loki](https://grafana.github.io/helm-charts)
([source](https://redirect.github.com/grafana/helm-charts)) | minor |
`6.23.0` -> `6.24.0` |
|
[registry1.dso.mil/ironbank/opensource/grafana/loki](https://redirect.github.com/grafana/loki)
([source](https://repo1.dso.mil/dsop/opensource/grafana/loki)) | patch |
`3.3.1` -> `3.3.2` |

---

### Release Notes

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

###
[`v3.3.2`](https://redirect.github.com/grafana/loki/releases/tag/v3.3.2)

[Compare
Source](https://redirect.github.com/grafana/loki/compare/v3.3.1...v3.3.2)

##### Features

- present DF bytes values in queryable format (backport release-3.3.x)
([#&#8203;15320](https://redirect.github.com/grafana/loki/issues/15320))
([218ecbb](https://redirect.github.com/grafana/loki/commit/218ecbb142154f6d07e8b517d20ad660510c49aa))

##### Bug Fixes

- **deps:** backport update module golang.org/x/crypto to v0.31.0
([#&#8203;15394](https://redirect.github.com/grafana/loki/issues/15394))
([57a7a2c](https://redirect.github.com/grafana/loki/commit/57a7a2caae477fc35a5ad16dec5c083749d4a9d5))
- enable metric aggregation in `loki-local-config.yaml` (backport
release-3.3.x)
([#&#8203;15319](https://redirect.github.com/grafana/loki/issues/15319))
([635f04d](https://redirect.github.com/grafana/loki/commit/635f04d3deafaadac9e28ff2a11ae89f65b13c00))
- fix the docker driver build (backport release-3.3.x)
([#&#8203;15478](https://redirect.github.com/grafana/loki/issues/15478))
([23b5fc2](https://redirect.github.com/grafana/loki/commit/23b5fc2c9b1a77b8776eac70279018956a458fc6))

</details>

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

###
[`v6.24.0`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-6.24.0)

The leading tool for querying and visualizing time series and metrics.

</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://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 4853969 commit 56d0e39
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/loki/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
localPath: ../chart
- name: loki
url: https://grafana.github.io/helm-charts/
version: 6.23.0
version: 6.24.0
namespace: loki
valuesFiles:
- ../values/values.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/loki/values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ loki:
image:
registry: registry1.dso.mil
repository: ironbank/opensource/grafana/loki
tag: 3.3.1
tag: 3.3.2
podSecurityContext:
fsGroup: 10001
runAsGroup: 10001
Expand Down
2 changes: 1 addition & 1 deletion src/loki/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ loki:
image:
registry: cgr.dev
repository: du-uds-defenseunicorns/loki
tag: 3.3.1
tag: 3.3.2
gateway:
image:
registry: cgr.dev
Expand Down
2 changes: 1 addition & 1 deletion src/loki/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ loki:
image:
registry: docker.io
repository: grafana/loki
tag: 3.3.1
tag: 3.3.2

gateway:
image:
Expand Down
6 changes: 3 additions & 3 deletions src/loki/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ components:
valuesFiles:
- ./values/upstream-values.yaml
images:
- docker.io/grafana/loki:3.3.1
- docker.io/grafana/loki:3.3.2
- docker.io/nginxinc/nginx-unprivileged:1.27-alpine
- docker.io/memcached:1.6.33-alpine

Expand All @@ -35,7 +35,7 @@ components:
valuesFiles:
- ./values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/grafana/loki:3.3.1
- registry1.dso.mil/ironbank/opensource/grafana/loki:3.3.2
- registry1.dso.mil/ironbank/opensource/nginx/nginx-alpine:1.26.2
- registry1.dso.mil/ironbank/opensource/memcached/memcached:1.6.33

Expand All @@ -51,6 +51,6 @@ components:
valuesFiles:
- ./values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/loki:3.3.1
- cgr.dev/du-uds-defenseunicorns/loki:3.3.2
- cgr.dev/du-uds-defenseunicorns/nginx-fips:1.27.3
- cgr.dev/du-uds-defenseunicorns/memcached:1.6.33

0 comments on commit 56d0e39

Please sign in to comment.