Skip to content

Commit 547f23d

Browse files
[mimir-distributed-release-6.0] helm: release 6.0.1 (#13312)
i didn't update the container tag to be the non-RC version. Realistically, there is no change of code, but the tag is weird, so we need to release 6.0.1 with a more presentable tag Signed-off-by: Dimitar Dimitrov <[email protected]>
1 parent ef8fcec commit 547f23d

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

operations/helm/charts/mimir-distributed/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ Entries should include a reference to the Pull Request that introduced the chang
3131

3232
* [ENHANCEMENT] Add Support to customize gossip ring k8s service annotations. #12718
3333

34+
## 6.0.1
35+
36+
* [CHANGE] Upgrade Mimir to [3.0.0](https://github.com/grafana/mimir/blob/main/CHANGELOG.md#300). #13312
37+
3438
## 6.0.0
3539

36-
* [CHANGE] Upgrade Mimir to [3.0.0](https://github.com/grafana/mimir/blob/main/CHANGELOG.md#300). #13276
40+
* [CHANGE] Upgrade Mimir to [3.0.0-rc.2](https://github.com/grafana/mimir/blob/main/CHANGELOG.md#300). #13276
3741
* [CHANGE] Remove all remaining GEM (enterprise) references from test configurations, reference files, and values.yaml. #13005 #13006 #13007 #13008 #13009 #13010
3842
* [CHANGE] Minimum compatible Kubernetes version was updated to v1.29. #12527
3943
* [CHANGE] Mimir is deployed in the ingest storage architecture by default. #12459 #12495

operations/helm/charts/mimir-distributed/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
version: 6.0.0
2+
version: 6.0.1
33
appVersion: 3.0.0
44
description: "Grafana Mimir"
55
home: https://grafana.com/docs/helm-charts/mimir-distributed/latest/

operations/helm/charts/mimir-distributed/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Helm chart for deploying [Grafana Mimir](https://grafana.com/docs/mimir/latest/)
44

55
For the full documentation, visit [Grafana mimir-distributed Helm chart documentation](https://grafana.com/docs/helm-charts/mimir-distributed/latest/).
66

7-
> **Note:** The documentation version is derived from the Helm chart version which is 6.0.0.
7+
> **Note:** The documentation version is derived from the Helm chart version which is 6.0.1.
88
99
When upgrading from Helm chart version 4.X, please see [Migrate the Helm chart from version 4.x to 5.0](https://grafana.com/docs/helm-charts/mimir-distributed/latest/migration-guides/migrate-helm-chart-4.x-to-5.0/).
1010
When upgrading from Helm chart version 3.x, please see [Migrate from single zone to zone-aware replication with Helm](https://grafana.com/docs/helm-charts/mimir-distributed/latest/migration-guides/migrate-from-single-zone-with-helm/).
@@ -14,7 +14,7 @@ When upgrading from Helm chart version 2.1, please see [Upgrade the Grafana Mimi
1414

1515
# mimir-distributed
1616

17-
![Version: 6.0.0](https://img.shields.io/badge/Version-6.0.0-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)
17+
![Version: 6.0.1](https://img.shields.io/badge/Version-6.0.1-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)
1818

1919
Grafana Mimir
2020

operations/helm/charts/mimir-distributed/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ image:
3131
# -- Grafana Mimir container image repository
3232
repository: grafana/mimir
3333
# -- Grafana Mimir container image tag
34-
tag: 3.0.0-rc.2
34+
tag: 3.0.0
3535
# -- Container pull policy
3636
pullPolicy: IfNotPresent
3737
# -- Optionally specify an array of imagePullSecrets

0 commit comments

Comments
 (0)