Skip to content

Commit

Permalink
chore(logging-apps): update loki chart from 6.12.0 to 6.22.0 (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfi2017 committed Dec 5, 2024
1 parent a3e5bae commit fe7b331
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 33 deletions.
65 changes: 35 additions & 30 deletions charts/logging-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: logging-apps
description: Argo CD app-of-apps config for logging applications
type: application
version: 0.34.0
version: 0.35.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/logging-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -18,33 +18,38 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: changed
description: "Update loki chart from 6.6.3 to 6.12.0"
description: "[Loki 6.13.0] Correctly wrap ClusterRoleBinding around `rbac/namespaced` conditional"
- kind: fixed
description: "[Loki 6.13.0] Do not create bloom planner, bloom builder, bloom gateway Deployment/Statefulset if their replica count is 0"
- kind: fixed
description: "[Loki 6.13.0] Configure (ephemeral) storage for bloom builder working directory"
- kind: added
description: "[Loki 6.13.0] Automatically configure bloom planner address for bloom builders and bloom gateway addresses for bloom gateway clients"
- kind: added
description: "[Loki 6.14.0] Add additional service annotations for components in distributed mode"
- kind: fixed
description: "[Loki 6.14.0] Rename loki/templates/query-frontend/poddisruptionbudget-query-frontend.yaml to fix spelling mistake"
- kind: fixed
description: "[Loki 6.14.1] Fixed Memcached persistence options"
- kind: added
description: "[Loki 6.15.0] Allow setting annotations for memberlist and query-scheduler-discovery services"
- kind: added
description: "[Loki 6.15.0] Allow to customize `client_max_body_size` when using Loki Gateway"
- kind: added
description: "[Loki 6.16.0] Allow setting nodeSelector, tolerations and affinity to enterprise components (tokengen and provisioner)"
- kind: changed
description: "[Loki 6.17.0] Changed version of Grafana Loki to 3.2.0"
links:
- name: "Loki 3.2.0 Changelog"
url: "https://github.com/grafana/loki/blob/main/CHANGELOG.md#320-2024-09-18"
- kind: fixed
description: "[Loki 6.17.1] Added missing `loki.storage.azure.chunkDelimiter` parameter to Helm chart"
- kind: changed
description: "[Loki 6.18.0] Added automated weekly releases, which created this release"
- kind: added
description: "[Loki 6.19.0-weekly.227] Expose Topology Spread Constraints in Helm chart templates and default values"
- kind: changed
description: "[Loki 6.20.0] Changed version of Grafana Loki to 3.3.0"
links:
- name: "Loki 6.12.0"
url: https://github.com/grafana/loki/commit/08e61ca4db086b573ef636a156bfc624132515be
- name: "Loki 6.11.0"
url: https://github.com/grafana/loki/commit/ef1df0e66fc8e2fe9327a66aea31279ca5c7307a
- name: "Loki 6.10.2"
url: https://github.com/grafana/loki/commit/02fae4e1e97e507b5e30666108e7e7e8bc3dbf00
- name: "Loki 6.10.1"
url: https://github.com/grafana/loki/commit/112f3378f075cefa2020dfba527f4f386c30ac4e
- name: "Loki 6.10.0"
url: https://github.com/grafana/loki/commit/9315b3d03d790506cf8e69fb7407b476de9d0ed6
- name: "Loki 6.9.0"
url: https://github.com/grafana/loki/commit/1bf97912de83200d02689511f48658ce7d9543cf
- name: "Loki 6.8.0"
url: https://github.com/grafana/loki/commit/05176e445b90597379c268e799b0fb86b8629b9e
- name: "Loki 6.7.4"
url: https://github.com/grafana/loki/commit/bdfc86bc3b1f5170f8d181f2e71435250a2461cd
- name: "Loki 6.7.3"
url: https://github.com/grafana/loki/commit/ef03476f3dac159e5f58490351223fcdb9ac3469
- name: "Loki 6.7.2"
url: https://github.com/grafana/loki/commit/8434b2f6e8e124225aafe6e55ca9c1b6ff6a2c5b
- name: "Loki 6.7.1"
url: https://github.com/grafana/loki/commit/b5b861c348bc768254fd083fb40d2820cf347be6
- name: "Loki 6.7.0"
url: https://github.com/grafana/loki/commit/fc3904ee69d0824dc681ca5a4280f7aa2ec5563b
- name: "Loki 6.6.5"
url: https://github.com/grafana/loki/commit/29f1ea91ecd935a6becae2bd425224a913285071
- name: "Loki 6.6.4"
url: https://github.com/grafana/loki/commit/05176e445b90597379c268e799b0fb86b8629b9e
- name: "Loki 3.3.0 Changelog"
url: "https://github.com/grafana/loki/blob/main/CHANGELOG.md#330-2024-11-19"
4 changes: 2 additions & 2 deletions charts/logging-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/logging-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ loki:
# -- Chart
chart: "loki"
# -- [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki)
targetRevision: "6.12.0"
targetRevision: "6.22.0"
# -- Helm values
# @default -- [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml)
values: {}
Expand Down

0 comments on commit fe7b331

Please sign in to comment.