Skip to content

Latest commit

 

History

History
142 lines (76 loc) · 3.67 KB

CHANGELOG.md

File metadata and controls

142 lines (76 loc) · 3.67 KB

Changelog

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.

SemVer public API

The public API of this project is defined by the install.yaml file and project_files listed in the install.yaml file.


v2.0.0 - 2024-03-29

Compare with previous release

Changed

  • Breaking change: Use ExecRaw: true annotation for the mongosh command (pass command arguments directly to the container as-is)

v1.2.0 - 2024-03-28

Compare with previous release

Changed

  • Update mongo-express to 1.0
  • Update mongo-express configuration variables

Added

  • Add HTTPS_EXPOSE for mongo-express container

v1.1.0 - 2023-11-30

Compare with previous release

Added

  • Add explicit mongo-config volume for /data/configdb (PR #17)

v1.0.1 - 2023-08-20

Compare with previous release

Fixed

  • Wait 5 seconds before starting mongo-express to avoid random failures (@see #14)

v1.0.0 - 2023-08-08

Compare with previous release

Added

  • Add ddev mongosh command

v0.1.4 - 2023-02-04

Compare with previous release

Changed

  • Move to ddev domain

v0.1.3 - 2022-12-10

Compare with previous release

Fixed

  • Add ddev-description in install.yaml

v0.1.2 - 2022-06-22

Compare with previous release

Fixed

  • Make test failures more readable

v0.1.1 - 2022-06-22

Compare with previous release

Fixed

  • Add missing ddev-generated comment

v0.1.0 - 2022-04-05

Compare with previous release

Changed

  • Increase healthcheck timeout to 60s

v0.0.3 - 2022-03-30

Compare with previous release

Changed

  • Make mongo-express dependent on mongo
  • Change host-side port to 9091 for fewer conflicts

Fixed

  • Fix healthcheck

v0.0.2 - 2022-03-29

Compare with previous release

Added

  • Add healthcheck

0.0.1 - 2022-03-29

Added

  • Initial release