Skip to content

Commit 62dc6a6

Browse files
authored
chore(logging-apps): update loki chart from 6.12.0 to 6.22.0 (#1347)
1 parent 106904b commit 62dc6a6

File tree

3 files changed

+38
-33
lines changed

3 files changed

+38
-33
lines changed

charts/logging-apps/Chart.yaml

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: logging-apps
33
description: Argo CD app-of-apps config for logging applications
44
type: application
5-
version: 0.34.0
5+
version: 0.35.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/logging-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -18,33 +18,38 @@ annotations:
1818
artifacthub.io/containsSecurityUpdates: "false"
1919
artifacthub.io/changes: |
2020
- kind: changed
21-
description: "Update loki chart from 6.6.3 to 6.12.0"
21+
description: "[Loki 6.13.0] Correctly wrap ClusterRoleBinding around `rbac/namespaced` conditional"
22+
- kind: fixed
23+
description: "[Loki 6.13.0] Do not create bloom planner, bloom builder, bloom gateway Deployment/Statefulset if their replica count is 0"
24+
- kind: fixed
25+
description: "[Loki 6.13.0] Configure (ephemeral) storage for bloom builder working directory"
26+
- kind: added
27+
description: "[Loki 6.13.0] Automatically configure bloom planner address for bloom builders and bloom gateway addresses for bloom gateway clients"
28+
- kind: added
29+
description: "[Loki 6.14.0] Add additional service annotations for components in distributed mode"
30+
- kind: fixed
31+
description: "[Loki 6.14.0] Rename loki/templates/query-frontend/poddisruptionbudget-query-frontend.yaml to fix spelling mistake"
32+
- kind: fixed
33+
description: "[Loki 6.14.1] Fixed Memcached persistence options"
34+
- kind: added
35+
description: "[Loki 6.15.0] Allow setting annotations for memberlist and query-scheduler-discovery services"
36+
- kind: added
37+
description: "[Loki 6.15.0] Allow to customize `client_max_body_size` when using Loki Gateway"
38+
- kind: added
39+
description: "[Loki 6.16.0] Allow setting nodeSelector, tolerations and affinity to enterprise components (tokengen and provisioner)"
40+
- kind: changed
41+
description: "[Loki 6.17.0] Changed version of Grafana Loki to 3.2.0"
42+
links:
43+
- name: "Loki 3.2.0 Changelog"
44+
url: "https://github.com/grafana/loki/blob/main/CHANGELOG.md#320-2024-09-18"
45+
- kind: fixed
46+
description: "[Loki 6.17.1] Added missing `loki.storage.azure.chunkDelimiter` parameter to Helm chart"
47+
- kind: changed
48+
description: "[Loki 6.18.0] Added automated weekly releases, which created this release"
49+
- kind: added
50+
description: "[Loki 6.19.0-weekly.227] Expose Topology Spread Constraints in Helm chart templates and default values"
51+
- kind: changed
52+
description: "[Loki 6.20.0] Changed version of Grafana Loki to 3.3.0"
2253
links:
23-
- name: "Loki 6.12.0"
24-
url: https://github.com/grafana/loki/commit/08e61ca4db086b573ef636a156bfc624132515be
25-
- name: "Loki 6.11.0"
26-
url: https://github.com/grafana/loki/commit/ef1df0e66fc8e2fe9327a66aea31279ca5c7307a
27-
- name: "Loki 6.10.2"
28-
url: https://github.com/grafana/loki/commit/02fae4e1e97e507b5e30666108e7e7e8bc3dbf00
29-
- name: "Loki 6.10.1"
30-
url: https://github.com/grafana/loki/commit/112f3378f075cefa2020dfba527f4f386c30ac4e
31-
- name: "Loki 6.10.0"
32-
url: https://github.com/grafana/loki/commit/9315b3d03d790506cf8e69fb7407b476de9d0ed6
33-
- name: "Loki 6.9.0"
34-
url: https://github.com/grafana/loki/commit/1bf97912de83200d02689511f48658ce7d9543cf
35-
- name: "Loki 6.8.0"
36-
url: https://github.com/grafana/loki/commit/05176e445b90597379c268e799b0fb86b8629b9e
37-
- name: "Loki 6.7.4"
38-
url: https://github.com/grafana/loki/commit/bdfc86bc3b1f5170f8d181f2e71435250a2461cd
39-
- name: "Loki 6.7.3"
40-
url: https://github.com/grafana/loki/commit/ef03476f3dac159e5f58490351223fcdb9ac3469
41-
- name: "Loki 6.7.2"
42-
url: https://github.com/grafana/loki/commit/8434b2f6e8e124225aafe6e55ca9c1b6ff6a2c5b
43-
- name: "Loki 6.7.1"
44-
url: https://github.com/grafana/loki/commit/b5b861c348bc768254fd083fb40d2820cf347be6
45-
- name: "Loki 6.7.0"
46-
url: https://github.com/grafana/loki/commit/fc3904ee69d0824dc681ca5a4280f7aa2ec5563b
47-
- name: "Loki 6.6.5"
48-
url: https://github.com/grafana/loki/commit/29f1ea91ecd935a6becae2bd425224a913285071
49-
- name: "Loki 6.6.4"
50-
url: https://github.com/grafana/loki/commit/05176e445b90597379c268e799b0fb86b8629b9e
54+
- name: "Loki 3.3.0 Changelog"
55+
url: "https://github.com/grafana/loki/blob/main/CHANGELOG.md#330-2024-11-19"

charts/logging-apps/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/logging-apps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ loki:
2525
# -- Chart
2626
chart: "loki"
2727
# -- [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki)
28-
targetRevision: "6.12.0"
28+
targetRevision: "6.22.0"
2929
# -- Helm values
3030
# @default -- [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml)
3131
values: {}

0 commit comments

Comments
 (0)