v0.13.0
CHANGELOG extracted from https://gitlab.wikimedia.org/repos/releng/cli/-/blob/main/CHANGELOG.md
- Added
restart: unless-stopped
for most containers so that previously running containers are auto started after reboot (T305839) - Added the ability to override images used for all services using environment variables (T306023)
- Added the ability to run multiple fresh (and quibble) commands simultaneously (T305683)
- Added the
restart
command tostop
and thenstart
the current running containers (T305943) - Added
mysql mysql
andmysql-replica mysql
commands that run themysql
cli in the mysq containers (T306864) - Changed
resume
tostart
with a backward compatible alias (T305823) - Changed
suspend
tostop
with a backward compatible alias (T305823) - Improved HTML error message when MediaWiki database can not be found, including commands that might help (T305099)
- Fix duplicated sub commands of
mw docker custom
- Fix duplicated and broken sub commands of
mw docker shellbox