From 445d0819d5323f44da25d3f16710000afb7182fc Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Thu, 17 Mar 2022 23:22:55 -0400 Subject: [PATCH] chore: Version 1.0.3 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f30f7d7..f27b266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # nystudio107/matrixfacades Change Log -## 1.0.2 - 2022.03.17 +## 1.0.3 - 2022.03.17 ### Changed ### Added * Significantly increased startup times via a `composer_install.sh` script that only runs `composer install` at container startup time if `composer.lock` or `vendor/` is missing +* Run migrations / project config changes via the `run_queue.sh` script, only after the db container responds ### Changed * Added a `sleep 60` in the `run_queue.sh` containers, so they don't run the "keepalive" script until the other containers have started