Skip to content

Commit

Permalink
chore(deps): update loki to 3.2.1 (#918)
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.2.0` -> `3.2.1` |
|
[cgr.dev/du-uds-defenseunicorns/memcached](https://images.chainguard.dev/directory/image/memcached/overview)
([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/memcached))
| patch | `1.6.31` -> `1.6.32` |
| [docker.io/grafana/loki](https://redirect.github.com/grafana/loki) |
patch | `3.2.0` -> `3.2.1` |
| docker.io/memcached | patch | `1.6.31-alpine` -> `1.6.32-alpine` |
| [loki](https://grafana.github.io/helm-charts)
([source](https://redirect.github.com/grafana/helm-charts)) | minor |
`6.16.0` -> `6.18.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.2.0` -> `3.2.1` |
|
[registry1.dso.mil/ironbank/opensource/memcached/memcached](https://memcached.org/)
([source](https://repo1.dso.mil/dsop/opensource/memcached/memcached)) |
patch | `1.6.31` -> `1.6.32` |

---

### Release Notes

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

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

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

##### Bug Fixes

- **config:** Copy Alibaba and IBM object storage configuration from
common
([#&#8203;14315](https://redirect.github.com/grafana/loki/issues/14315))
([32a9bc0](https://redirect.github.com/grafana/loki/commit/32a9bc0ca852bdc692c2ccebbae448856e191953))
- **logql:** updated JSONExpressionParser not to unescape extracted
values if it is JSON object. (backport release-3.2.x)
([#&#8203;14502](https://redirect.github.com/grafana/loki/issues/14502))
([e9bbaf3](https://redirect.github.com/grafana/loki/commit/e9bbaf3f20ec8f303e977b8e6752152b11cd75b9))
- Revert build image to Debian Bullseye to fix libc version issue in
Promtail
([#&#8203;14386](https://redirect.github.com/grafana/loki/issues/14386))
([1e913df](https://redirect.github.com/grafana/loki/commit/1e913dfc36e0c0aba726c850fd2af975b2a2bbdc))
- **storage/chunk/client/aws:** have GetObject check for canceled
context (backport release-3.2.x)
([#&#8203;14422](https://redirect.github.com/grafana/loki/issues/14422))
([1b7dd95](https://redirect.github.com/grafana/loki/commit/1b7dd95a6c041577c9710c53ae7ad3c93bad771e))

</details>

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

###
[`v6.18.0`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-6.18.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

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 Nov 5, 2024
1 parent f271ce2 commit 5fa6a24
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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.16.0
version: 6.18.0
namespace: loki
valuesFiles:
- ../values/values.yaml
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0
tag: 3.2.1
podSecurityContext:
fsGroup: 10001
runAsGroup: 10001
Expand All @@ -26,4 +26,4 @@ gateway:
memcached:
image:
repository: registry1.dso.mil/ironbank/opensource/memcached/memcached
tag: 1.6.31
tag: 1.6.32
4 changes: 2 additions & 2 deletions 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.2.0
tag: 3.2.1
gateway:
image:
registry: cgr.dev
Expand All @@ -14,4 +14,4 @@ gateway:
memcached:
image:
repository: cgr.dev/du-uds-defenseunicorns/memcached
tag: 1.6.31
tag: 1.6.32
4 changes: 2 additions & 2 deletions 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.2.0
tag: 3.2.1

gateway:
image:
Expand All @@ -17,4 +17,4 @@ memcached:
image:
registry: docker.io
repository: memcached
tag: 1.6.31-alpine
tag: 1.6.32-alpine
12 changes: 6 additions & 6 deletions src/loki/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ components:
valuesFiles:
- ./values/upstream-values.yaml
images:
- docker.io/grafana/loki:3.2.0
- docker.io/grafana/loki:3.2.1
- docker.io/nginxinc/nginx-unprivileged:1.27-alpine
- docker.io/memcached:1.6.31-alpine
- docker.io/memcached:1.6.32-alpine

- name: loki
required: true
Expand All @@ -35,9 +35,9 @@ components:
valuesFiles:
- ./values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/grafana/loki:3.2.0
- registry1.dso.mil/ironbank/opensource/grafana/loki:3.2.1
- registry1.dso.mil/ironbank/opensource/nginx/nginx-alpine:1.26.2
- registry1.dso.mil/ironbank/opensource/memcached/memcached:1.6.31
- registry1.dso.mil/ironbank/opensource/memcached/memcached:1.6.32

- name: loki
required: true
Expand All @@ -51,6 +51,6 @@ components:
valuesFiles:
- ./values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/loki:3.2.0
- cgr.dev/du-uds-defenseunicorns/loki:3.2.1
- cgr.dev/du-uds-defenseunicorns/nginx-fips:1.27.2
- cgr.dev/du-uds-defenseunicorns/memcached:1.6.31
- cgr.dev/du-uds-defenseunicorns/memcached:1.6.32

0 comments on commit 5fa6a24

Please sign in to comment.