You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* All commands now use the Docker Compose plugin (`docker compose`) instead of the standalone command (`docker-compose`)
8
+
Please be aware that this will change your container names from using underscores to using dashes (e.g. vanilla_db_1 becomes vanilla-db-1). This is configured through the environment variable `DOCKER_COMPOSE_COMMAND` which defaults to `docker compose`.
5
9
6
10
**Enhancements**
7
-
* ElasticSearch 8.7 images are available
11
+
* ElasticSearch 8.7 and 8.8 images are available
12
+
* Drupal environment type added ([#646](https://github.com/wardenenv/warden/pull/646) by @bap14)
8
13
9
14
## Version [0.13.1](https://github.com/wardenenv/warden/tree/0.13.1) (2023-03-21)
0 commit comments