Use set -a/+a and docker env file formats

Closes coop-cloud/abra#40.
This commit is contained in:
Luke Murphy
2020-12-29 17:57:25 +01:00
parent e911ab246b
commit 11c50ae98d
2 changed files with 14 additions and 4 deletions

View File

@ -5,6 +5,7 @@
- `new <app>` becomes `new <type>` ([#48](https://git.autonomic.zone/coop-cloud/abra/issues/48))
- `check` is run on `deploy` now and configurable ([77ba5652b2fe15820f5edfa0f642636f7b8eae7e](https://git.autonomic.zone/coop-cloud/abra/commit/77ba5652b2fe15820f5edfa0f642636f7b8eae7e))
- App configurations are always updated now ([#42](https://git.autonomic.zone/coop-cloud/abra/issues/42))
- We use docker format `.env` files (no "export" syntax) from now now ([#55](https://git.autonomic.zone/coop-cloud/abra/pulls/55))
# abra 0.4.1 (2020-12-24)