From f6149ddbd52f9e89d5268427ac4c7a776f77c8d8 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Wed, 19 Oct 2022 21:15:13 +0200 Subject: [PATCH] Implemented replicaset support for MongoDB 4.4 --- charts/mongodb/Chart.yaml | 4 ++-- charts/mongodb/RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index 6098ffc7..e2fc1b13 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.22 +version: 0.3.18 -appVersion: "4.2.23" +appVersion: "4.4.17" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 4b875bd3..aee410fb 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -11,6 +11,7 @@ | 0.2.20 | 4.2.21 | Upgraded to MongoDB 4.2.21 | | 0.2.21 | 4.2.22 | Upgraded to MongoDB 4.2.22 | | 0.2.22 | 4.2.23 | Upgraded to MongoDB 4.2.23 | +| 0.2.22 | 4.2.23 | Upgraded to MongoDB 4.2.23 and implemented ReplicaSet deployment support | | 0.3.8 | 4.4.11 | Implemented startupProbe support | | 0.3.9 | 4.4.12 | Upgraded to MongoDB 4.4.12 | | 0.3.10 | 4.4.13 | Implemented support for extra secrets and advanced configuration capabilites | @@ -21,6 +22,7 @@ | 0.3.15 | 4.4.15 | Upgraded to MongoDB 4.4.15 | | 0.3.16 | 4.4.16 | Upgraded to MongoDB 4.4.16 | | 0.3.17 | 4.4.17 | Upgraded to MongoDB 4.4.17 | +| 0.3.18 | 4.4.17 | Implemented ReplicaSet deployment support | | 0.4.1 | 5.0.5 | Implemented startupProbe support | | 0.4.2 | 5.0.6 | Upgraded to MongoDB 5.0.6 | | 0.4.3 | 5.0.6 | Implemented support for extra secrets and advanced configuration capabilites | -- GitLab