Skip to content

Commit

Permalink
Helm: Update MinIO Helm Chart version to 4.0.15 (#11188)
Browse files Browse the repository at this point in the history
**What this PR does / why we need it**:
It bumps the version for the MinIO Helm Chart to v4.0.15. 
The current MinIO version (4.0.12) has a bug where it throws warnings
for incorrect types.

```
coalesce.go:237: warning: skipped value for loki.minio.additionalLabels: Not a table.
coalesce.go:237: warning: skipped value for loki.minio.additionalAnnotations: Not a table.
``` 

**Which issue(s) this PR fixes**:
None

**Special notes for your reviewer**:

**Checklist**
- [X] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [ ] Documentation added
- [ ] Tests updated
- [ ] `CHANGELOG.md` updated
- [ ] If the change is worth mentioning in the release notes, add
`add-to-release-notes` label
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/setup/upgrade/_index.md`
- [X] For Helm chart changes bump the Helm chart version in
`production/helm/loki/Chart.yaml` and update
`production/helm/loki/CHANGELOG.md` and
`production/helm/loki/README.md`. [Example
PR](d10549e)
- [ ] If the change is deprecating or removing a configuration option,
update the `deprecated-config.yaml` and `deleted-config.yaml` files
respectively in the `tools/deprecated-config-checker` directory.
[Example
PR](0d4416a)

---------

Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
  • Loading branch information
vbob and MichelHollands committed Nov 22, 2023
1 parent b56f36f commit 146b1bb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions production/helm/loki/CHANGELOG.md
Expand Up @@ -13,6 +13,10 @@ Entries should include a reference to the pull request that introduced the chang

[//]: # (<AUTOMATED_UPDATES_LOCATOR> : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.)

## 5.38.0

- [CHANGE] Changed MinIO Helm Chart version to 4.0.15

## 5.37.0

- [FEATURE] Add support for enabling tracing.
Expand Down
6 changes: 3 additions & 3 deletions production/helm/loki/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: minio
repository: https://charts.min.io/
version: 4.0.12
version: 4.0.15
- name: grafana-agent-operator
repository: https://grafana.github.io/helm-charts
version: 0.2.16
digest: sha256:3605bf81141e70309ef7efab98523d59615f3f5cf4e7b2eb7fd2be04cd52c906
generated: "2023-06-27T16:57:05.871386+02:00"
digest: sha256:56eeb13a669bc816c1452cde5d6dddc61f6893f8aff3da1d2b56ce3bdcbcf84d
generated: "2023-11-09T12:22:25.317696-03:00"
4 changes: 2 additions & 2 deletions production/helm/loki/Chart.yaml
Expand Up @@ -3,7 +3,7 @@ name: loki
description: Helm chart for Grafana Loki in simple, scalable mode
type: application
appVersion: 2.9.2
version: 5.37.0
version: 5.38.0
home: https://grafana.github.io/helm-charts
sources:
- https://github.com/grafana/loki
Expand All @@ -13,7 +13,7 @@ icon: https://grafana.com/docs/loki/latest/logo_and_name.png
dependencies:
- name: minio
alias: minio
version: 4.0.12
version: 4.0.15
repository: https://charts.min.io/
condition: minio.enabled
- name: grafana-agent-operator
Expand Down
4 changes: 2 additions & 2 deletions production/helm/loki/README.md
@@ -1,6 +1,6 @@
# loki

![Version: 5.37.0](https://img.shields.io/badge/Version-5.37.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.2](https://img.shields.io/badge/AppVersion-2.9.2-informational?style=flat-square)
![Version: 5.38.0](https://img.shields.io/badge/Version-5.38.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.2](https://img.shields.io/badge/AppVersion-2.9.2-informational?style=flat-square)

Helm chart for Grafana Loki in simple, scalable mode

Expand All @@ -14,7 +14,7 @@ Helm chart for Grafana Loki in simple, scalable mode

| Repository | Name | Version |
|------------|------|---------|
| https://charts.min.io/ | minio(minio) | 4.0.12 |
| https://charts.min.io/ | minio(minio) | 4.0.15 |
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.2.16 |

Find more information in the Loki Helm Chart [documentation](https://grafana.com/docs/loki/next/installation/helm).

0 comments on commit 146b1bb

Please sign in to comment.