fix(mongodb): downgrade the MongoDB service image to 4.4 and use the legacy mongo shell for container operations

This commit is contained in:
2026-03-16 13:05:47 +00:00
parent 7f6031f31a
commit 9ee8851d03
5 changed files with 18 additions and 12 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-16 - 1.17.3 - fix(mongodb)
downgrade the MongoDB service image to 4.4 and use the legacy mongo shell for container operations
- changes the default MongoDB container image from mongo:7 to mongo:4.4
- replaces mongosh with mongo for health checks, provisioning, and deprovisioning inside the container
## 2026-03-16 - 1.17.2 - fix(platform-services)
provision ClickHouse, MinIO, and MongoDB resources via docker exec instead of host port access