Skip to content

Latest commit

 

History

History
99 lines (49 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

99 lines (49 loc) · 2.58 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.


v1.3.0 - 2024-10-24

Compare with previous release

Added

  • Add redis-commander command (see #18)

v1.2.0 - 2023-10-06

Compare with previous release

Changed

  • Do not always restart container (see #15)

v1.1.0 - 2023-07-21

Compare with previous release

Changed

  • Add dependency on redis add-on for DDEV v1.22.0+

v1.0.0 - 2023-03-08

Compare with previous release

Changed

  • Disable healthcheck in docker-compose.redis-commander.yaml

v0.1.2 - 2023-02-03

Compare with previous release

Changed

  • Remove docker-compose version in docker-compose.redis-commander.yaml
  • Move from drud to ddev org

v0.1.1 - 2022-06-17

Compare with previous release

Changed

  • All files must contain #ddev-generated

v0.1.0 - 2022-03-22

Compare with previous release

Added

  • Add dependency on redis container
  • Add healthcheck timeout

Changed

  • Use multi-arch images

0.0.1 - 2022-03-22

Added

  • Initial release