Support volume and secret removal

This commit is contained in:
Luke Murphy
2021-03-04 16:55:24 +01:00
parent 2e3f4cabd8
commit 17306a753b
2 changed files with 112 additions and 91 deletions

View File

@ -7,6 +7,7 @@
- Detect when latest version is deployed and perform a no-op ([#87](https://git.autonomic.zone/coop-cloud/abra/issues/87))
- Allow cloning of app repos with different main branches using `-b, --branch=<branch>` ([#80](https://git.autonomic.zone/coop-cloud/abra/issues/80))
- Protect against lengthy app names which gives Docker trouble later on ([#83](https://git.autonomic.zone/coop-cloud/abra/issues/83))
- Support removal of secrets and volumes when `rm`'ing apps ([#44](https://git.autonomic.zone/coop-cloud/abra/issues/44))
# abra 0.5.0 (2021-03-01)