Add wait and domain check logic

Closes coop-cloud/abra#116.
Also see coop-cloud/abra#113.
This commit is contained in:
decentral1se
2021-03-25 23:56:16 +01:00
parent 07e3678c78
commit b28460cf84
2 changed files with 62 additions and 0 deletions

View File

@ -22,6 +22,8 @@
- Fix git branch handling when not passing `-b <branch>` ([#122](https://git.autonomic.zone/coop-cloud/abra/issues/122))
- Add work-around to correctly git clone non-master default branch app repositories ([#122](https://git.autonomic.zone/coop-cloud/abra/issues/122))
- Replace `--force` with a global `--no-prompt` for avoiding interactive questions ([#118](https://git.autonomic.zone/coop-cloud/abra/issues/118))
- Use [docker-stack-wait-deploy](https://github.com/vitalets/docker-stack-wait-deploy) inspired logic to deploy apps ([#116](https://git.autonomic.zone/coop-cloud/abra/issues/116))
- Add a domain polling check when deploying apps ([#113](https://git.autonomic.zone/coop-cloud/abra/issues/113))
# abra 0.6.0 (2021-03-17)