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/mongodb] Release 15.6.8 #27317

Merged
merged 2 commits into from
Jun 17, 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/mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 15.6.7 (2024-06-17)
## 15.6.8 (2024-06-17)

* [bitnami/mongodb] Release 15.6.7 ([#27254](https://github.com/bitnami/charts/pull/27254))
* [bitnami/mongodb] Release 15.6.8 ([#27317](https://github.com/bitnami/charts/pull/27317))

## <small>15.6.7 (2024-06-17)</small>

* [bitnami/mongodb] Release 15.6.7 (#27254) ([33a8fd2](https://github.com/bitnami/charts/commit/33a8fd21116b9ee49238ab13553010b859149bc1)), closes [#27254](https://github.com/bitnami/charts/issues/27254)

## <small>15.6.6 (2024-06-10)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/mongodb/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.2
digest: sha256:35d895f873f86ebff35e439bcf9da34c42a78c4db2e0e179bfb4014a2a0e2e10
generated: "2024-06-17T12:40:02.459516137Z"
version: 2.20.3
digest: sha256:569e1c9d81abdcad3891e065c0f23c83786527d2043f2bc68193c43d18886c19
generated: "2024-06-17T18:08:00.495734854Z"
4 changes: 2 additions & 2 deletions bitnami/mongodb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotations:
- name: kubectl
image: docker.io/bitnami/kubectl:1.30.2-debian-12-r0
- name: mongodb
image: docker.io/bitnami/mongodb:7.0.11-debian-12-r0
image: docker.io/bitnami/mongodb:7.0.11-debian-12-r1
- name: mongodb-exporter
image: docker.io/bitnami/mongodb-exporter:0.40.0-debian-12-r30
- name: nginx
Expand Down Expand Up @@ -39,4 +39,4 @@ maintainers:
name: mongodb
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mongodb
version: 15.6.7
version: 15.6.8
2 changes: 1 addition & 1 deletion bitnami/mongodb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mongodb
tag: 7.0.11-debian-12-r0
tag: 7.0.11-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading