Skip to content

Commit 5e113e8

Browse files
authored
Add 0.14.0 Changelog
1 parent 2c3f17d commit 5e113e8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

changelog.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Change Log
22

3-
## UNRELEASED [x.y.z](https://github.com/davidalger/warden/tree/x.y.z) (yyyy-mm-dd)
4-
[All Commits](https://github.com/davidalger/warden/compare/0.13.1..develop)
3+
## Version [0.14.0](https://github.com/wardenenv/warden/tree/0.14.0) (2023-06-19)
4+
[All Commits](https://github.com/wardenenv/warden/compare/0.13.1..0.14.0)
5+
6+
**Dependency Changes:**
7+
* 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`.
59

610
**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)
813

914
## Version [0.13.1](https://github.com/wardenenv/warden/tree/0.13.1) (2023-03-21)
1015
[All Commits](https://github.com/wardenenv/warden/compare/0.13.0..0.13.1)

0 commit comments

Comments
 (0)