Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/grafana-mimir] Release 1.2.18 #29693

Merged
merged 2 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/grafana-mimir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 1.2.17 (2024-09-17)
## 1.2.18 (2024-10-02)

* [bitnami/grafana-mimir] Release 1.2.17 ([#29483](https://github.com/bitnami/charts/pull/29483))
* [bitnami/grafana-mimir] Release 1.2.18 ([#29693](https://github.com/bitnami/charts/pull/29693))

## <small>1.2.17 (2024-09-17)</small>

* [bitnami/grafana-mimir] Release 1.2.17 (#29483) ([d6bfc60](https://github.com/bitnami/charts/commit/d6bfc608021629d77051ca62af0cd7180277dd09)), closes [#29483](https://github.com/bitnami/charts/issues/29483)

## <small>1.2.16 (2024-09-16)</small>

Expand Down
14 changes: 7 additions & 7 deletions bitnami/grafana-mimir/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
dependencies:
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.7.10
version: 14.7.13
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 7.4.16
version: 7.5.0
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 7.4.16
version: 7.5.0
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 7.4.16
version: 7.5.0
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 7.4.16
version: 7.5.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:48283f2406acd364ba1f4c96c3ca814f9ea109564a5ede114a8c3ef94233e441
generated: "2024-09-17T16:40:23.438659469Z"
digest: sha256:be3d897414bddfb109a9769905fb6e3fcf8bcecf3dfd0776fd5610f0b5a91fd9
generated: "2024-10-02T01:34:10.990006346Z"
4 changes: 2 additions & 2 deletions bitnami/grafana-mimir/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: grafana-mimir
image: docker.io/bitnami/grafana-mimir:2.13.0-debian-12-r9
image: docker.io/bitnami/grafana-mimir:2.13.0-debian-12-r10
- name: memcached
image: docker.io/bitnami/memcached:1.6.31-debian-12-r0
- name: nginx
Expand Down Expand Up @@ -59,4 +59,4 @@ maintainers:
name: grafana-mimir
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-mimir
version: 1.2.17
version: 1.2.18
2 changes: 1 addition & 1 deletion bitnami/grafana-mimir/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ mimir:
image:
registry: docker.io
repository: bitnami/grafana-mimir
tag: 2.13.0-debian-12-r9
tag: 2.13.0-debian-12-r10
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading