From 5fa6a2499a6d64e70cb26b88e8a031870592bb5c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 5 Nov 2024 15:03:03 -0700
Subject: [PATCH] chore(deps): update loki to 3.2.1 (#918)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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
grafana/loki (docker.io/grafana/loki)
###
[`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
([#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)
([#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
([#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)
([#14422](https://redirect.github.com/grafana/loki/issues/14422))
([1b7dd95](https://redirect.github.com/grafana/loki/commit/1b7dd95a6c041577c9710c53ae7ad3c93bad771e))
grafana/helm-charts (loki)
###
[`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.
---
### 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.
---
- [ ] 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).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micah Nagel
---
src/loki/common/zarf.yaml | 2 +-
src/loki/values/registry1-values.yaml | 4 ++--
src/loki/values/unicorn-values.yaml | 4 ++--
src/loki/values/upstream-values.yaml | 4 ++--
src/loki/zarf.yaml | 12 ++++++------
5 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/loki/common/zarf.yaml b/src/loki/common/zarf.yaml
index 66c05553b..ded3d917a 100644
--- a/src/loki/common/zarf.yaml
+++ b/src/loki/common/zarf.yaml
@@ -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
diff --git a/src/loki/values/registry1-values.yaml b/src/loki/values/registry1-values.yaml
index 3618cadbd..28be3bac8 100644
--- a/src/loki/values/registry1-values.yaml
+++ b/src/loki/values/registry1-values.yaml
@@ -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
@@ -26,4 +26,4 @@ gateway:
memcached:
image:
repository: registry1.dso.mil/ironbank/opensource/memcached/memcached
- tag: 1.6.31
+ tag: 1.6.32
diff --git a/src/loki/values/unicorn-values.yaml b/src/loki/values/unicorn-values.yaml
index 177cbe1be..9c5b082a7 100644
--- a/src/loki/values/unicorn-values.yaml
+++ b/src/loki/values/unicorn-values.yaml
@@ -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
@@ -14,4 +14,4 @@ gateway:
memcached:
image:
repository: cgr.dev/du-uds-defenseunicorns/memcached
- tag: 1.6.31
+ tag: 1.6.32
diff --git a/src/loki/values/upstream-values.yaml b/src/loki/values/upstream-values.yaml
index 5fbfbdd13..42eead34d 100644
--- a/src/loki/values/upstream-values.yaml
+++ b/src/loki/values/upstream-values.yaml
@@ -5,7 +5,7 @@ loki:
image:
registry: docker.io
repository: grafana/loki
- tag: 3.2.0
+ tag: 3.2.1
gateway:
image:
@@ -17,4 +17,4 @@ memcached:
image:
registry: docker.io
repository: memcached
- tag: 1.6.31-alpine
+ tag: 1.6.32-alpine
diff --git a/src/loki/zarf.yaml b/src/loki/zarf.yaml
index 25f938b86..6a3dcb29f 100644
--- a/src/loki/zarf.yaml
+++ b/src/loki/zarf.yaml
@@ -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
@@ -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
@@ -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