All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
The public API of this project is determined by the install. yaml
file, along with all files specified under project_files
within install.yaml
.
v2.1.0 - 2024-10-31
- Add
mongo-express
command to open the Mongo Express UI in the browser - Add
docker-compose.mongo_norouter.yaml
to handle the omittedddev-router
container case
v2.0.0 - 2024-03-29
- Breaking change: Use
ExecRaw: true
annotation for themongosh
command (pass command arguments directly to the container as-is)
v1.2.0 - 2024-03-28
- Update
mongo-express
to1.0
- Update
mongo-express
configuration variables
- Add
HTTPS_EXPOSE
formongo-express
container
v1.1.0 - 2023-11-30
- Add explicit
mongo-config
volume for/data/configdb
(PR #17)
v1.0.1 - 2023-08-20
- Wait 5 seconds before starting
mongo-express
to avoid random failures (@see #14)
v1.0.0 - 2023-08-08
- Add
ddev mongosh
command
v0.1.4 - 2023-02-04
- Move to ddev domain
v0.1.3 - 2022-12-10
- Add ddev-description in
install.yaml
v0.1.2 - 2022-06-22
- Make test failures more readable
v0.1.1 - 2022-06-22
- Add missing ddev-generated comment
v0.1.0 - 2022-04-05
- Increase healthcheck timeout to 60s
v0.0.3 - 2022-03-30
- Make mongo-express dependent on mongo
- Change host-side port to 9091 for fewer conflicts
- Fix healthcheck
v0.0.2 - 2022-03-29
- Add healthcheck
0.0.1 - 2022-03-29
- Initial release