Skip to content
Snippets Groups Projects
Commit f6149ddb authored by Goeran Poehner's avatar Goeran Poehner
Browse files

Implemented replicaset support for MongoDB 4.4

parent 60564511
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,6 @@ type: application ...@@ -7,6 +7,6 @@ type: application
maintainers: maintainers:
- name: groundhog2k - name: groundhog2k
version: 0.2.22 version: 0.3.18
appVersion: "4.2.23" appVersion: "4.4.17"
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
| 0.2.20 | 4.2.21 | Upgraded to MongoDB 4.2.21 | | 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.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 |
| 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.8 | 4.4.11 | Implemented startupProbe support |
| 0.3.9 | 4.4.12 | Upgraded to MongoDB 4.4.12 | | 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 | | 0.3.10 | 4.4.13 | Implemented support for extra secrets and advanced configuration capabilites |
...@@ -21,6 +22,7 @@ ...@@ -21,6 +22,7 @@
| 0.3.15 | 4.4.15 | Upgraded to MongoDB 4.4.15 | | 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.16 | 4.4.16 | Upgraded to MongoDB 4.4.16 |
| 0.3.17 | 4.4.17 | Upgraded to MongoDB 4.4.17 | | 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.1 | 5.0.5 | Implemented startupProbe support |
| 0.4.2 | 5.0.6 | Upgraded to MongoDB 5.0.6 | | 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 | | 0.4.3 | 5.0.6 | Implemented support for extra secrets and advanced configuration capabilites |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment