Skip to content

Commit e0d5dda

Browse files
Update loki chart to 6.44.0
1 parent f16d8d9 commit e0d5dda

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

docs/sources/setup/install/helm/reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3964,7 +3964,7 @@ null
39643964
"pullPolicy": "IfNotPresent",
39653965
"registry": "docker.io",
39663966
"repository": "grafana/enterprise-logs",
3967-
"tag": "3.5.4"
3967+
"tag": "3.6.1"
39683968
},
39693969
"license": {
39703970
"contents": "NOTAVALIDLICENSE"
@@ -4111,7 +4111,7 @@ null
41114111
<td>string</td>
41124112
<td>Docker image tag</td>
41134113
<td><pre lang="json">
4114-
"3.5.4"
4114+
"3.6.1"
41154115
</pre>
41164116
</td>
41174117
</tr>
@@ -7104,7 +7104,7 @@ null
71047104
<td>string</td>
71057105
<td>Overrides the image tag whose default is the chart's appVersion</td>
71067106
<td><pre lang="json">
7107-
"3.5.7"
7107+
"3.6.1"
71087108
</pre>
71097109
</td>
71107110
</tr>

production/helm/loki/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ Entries should include a reference to the pull request that introduced the chang
5252
- [FEATURE] Allow auto-resizing the volume by recreating the StatefulSet. [#19217](https://github.com/grafana/loki/pull/19217).
5353
- [BUGFIX] Add single-binary component to the podSelector. [#19229](https://github.com/grafana/loki/pull/19229).
5454
- [ENHANCEMENT] Added `trafficDistribution` configuration option to backend, compactor, distributor, gateway, index-gateway, ingester, querier, query-frontend, query-scheduler,read and write services to enable same-zone traffic routing. #19557
55+
## 6.44.0
56+
57+
- [CHANGE] Changed version of Grafana Loki to 3.6.1
5558

5659
## 6.43.0
5760

production/helm/loki/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: loki
33
description: Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.
44
type: application
5-
appVersion: 3.5.7
6-
version: 6.46.0
5+
appVersion: 3.6.1
6+
version: 6.44.0
77
home: https://grafana.github.io/helm-charts
88
sources:
99
- https://github.com/grafana/loki

production/helm/loki/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# loki
22

3-
![Version: 6.46.0](https://img.shields.io/badge/Version-6.46.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.7](https://img.shields.io/badge/AppVersion-3.5.7-informational?style=flat-square)
3+
![Version: 6.44.0](https://img.shields.io/badge/Version-6.44.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.6.1](https://img.shields.io/badge/AppVersion-3.6.1-informational?style=flat-square)
44

55
Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.
66

production/helm/loki/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ loki:
8686
# -- Docker image repository
8787
repository: grafana/loki
8888
# -- Overrides the image tag whose default is the chart's appVersion
89-
tag: 3.5.7
89+
tag: 3.6.1
9090
# -- Overrides the image tag with an image digest
9191
digest: null
9292
# -- Docker image pull policy
@@ -672,7 +672,7 @@ enterprise:
672672
# -- Docker image repository
673673
repository: grafana/enterprise-logs
674674
# -- Docker image tag
675-
tag: 3.5.4
675+
tag: 3.6.1
676676
# -- Overrides the image tag with an image digest
677677
digest: null
678678
# -- Docker image pull policy

0 commit comments

Comments
 (0)