Skip to content
Open
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-sharded/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 9.4.12 (2025-08-21)
## 9.4.14 (2026-03-31)

* [bitnami/mongodb-sharded] :zap: :arrow_up: Update dependency references ([#36167](https://github.com/bitnami/charts/pull/36167))
* [bitnami/mongodb-sharded] fix(mongos): use exact match in liveness pr… ([#36488](https://github.com/bitnami/charts/pull/36488))

## <small>9.4.12 (2025-08-25)</small>

* [bitnami/mongodb-sharded] :zap: :arrow_up: Update dependency references (#36167) ([2e5bcf4](https://github.com/bitnami/charts/commit/2e5bcf4b7624c06b906d46b1270be10b56c04243)), closes [#36167](https://github.com/bitnami/charts/issues/36167)

## <small>9.4.11 (2025-08-15)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/mongodb-sharded/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ maintainers:
name: mongodb-sharded
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mongodb-sharded
version: 9.4.13
version: 9.4.14
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ spec:
exec:
command:
- pgrep
- -x
- mongos
{{- end }}
{{- if .Values.mongos.customReadinessProbe }}
Expand Down
Loading