File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed
docs/sources/setup/install/helm Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -3893,7 +3893,7 @@ null
38933893 "pullPolicy": "IfNotPresent",
38943894 "registry": "docker.io",
38953895 "repository": "grafana/enterprise-logs",
3896- "tag": "3.5.4 "
3896+ "tag": "3.6.0 "
38973897 },
38983898 "license": {
38993899 "contents": "NOTAVALIDLICENSE"
@@ -4040,7 +4040,7 @@ null
40404040 <td>string</td>
40414041 <td>Docker image tag</td>
40424042 <td><pre lang="json">
4043- "3.5.4 "
4043+ "3.6.0 "
40444044</pre >
40454045</td >
40464046 </tr>
@@ -6984,7 +6984,7 @@ null
69846984 <td>string</td>
69856985 <td>Overrides the image tag whose default is the chart's appVersion</td>
69866986 <td><pre lang="json">
6987- "3.5.7 "
6987+ "3.6.0 "
69886988</pre >
69896989</td >
69906990 </tr>
Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ Entries should include a reference to the pull request that introduced the chang
4646- [ CHANGE] Changed version of Grafana Loki to 3.5.7.
4747- [ FEATURE] Allow auto-resizing the volume by recreating the StatefulSet. [ #19217 ] ( https://github.com/grafana/loki/pull/19217 ) .
4848- [ BUGFIX] Add single-binary component to the podSelector. [ #19229 ] ( https://github.com/grafana/loki/pull/19229 ) .
49+ ## 6.44.0
50+
51+ - [ CHANGE] Changed version of Grafana Loki to 3.6.0
4952
5053## 6.43.0
5154
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : loki
33description : Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.
44type : application
5- appVersion : 3.5.7
6- version : 6.46 .0
5+ appVersion : 3.6.0
6+ version : 6.44 .0
77home : https://grafana.github.io/helm-charts
88sources :
99 - https://github.com/grafana/loki
Original file line number Diff line number Diff line change 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.0 ] ( https://img.shields.io/badge/AppVersion-3.6.0 -informational?style=flat-square )
44
55Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, simple scalable, and microservices modes.
66
Original file line number Diff line number Diff line change 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.0
9090 # -- Overrides the image tag with an image digest
9191 digest : null
9292 # -- Docker image pull policy
@@ -668,7 +668,7 @@ enterprise:
668668 # -- Docker image repository
669669 repository : grafana/enterprise-logs
670670 # -- Docker image tag
671- tag : 3.5.4
671+ tag : 3.6.0
672672 # -- Overrides the image tag with an image digest
673673 digest : null
674674 # -- Docker image pull policy
You can’t perform that action at this time.
0 commit comments