From 01184c313a3f54723c716ea4b4074fc9b986a4c2 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Wed, 30 Dec 2020 00:43:27 +0200 Subject: [PATCH 1/3] Add missing CHANGELOG entries Closes #46 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2436a6a..9dd3e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,14 @@ # abra 0.4.0 (2020-12-24) -> [#46: Missing change log entry for 0.4.0 release](https://git.autonomic.zone/coop-cloud/abra/issues/46) +- Bug-fixes on `app ls --status` & custom commands +- Add `app ls --server=...` and alias + +# abra 0.4.0 (2020-12-24) + +- New command-line interface based on docopt +- ~/.abra directory instead of expecting local .env files +- Integration tests & code coverage # abra 0.3.1 (2020-09-27) From 2b951e9f54a7bf6c097ac18b25bf6a1e05cc5de5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 30 Dec 2020 11:18:32 +0100 Subject: [PATCH 2/3] Mark minor --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd3e91..0ac2e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - `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)) -# abra 0.4.0 (2020-12-24) +# abra 0.4.1 (2020-12-24) - Bug-fixes on `app ls --status` & custom commands - Add `app ls --server=...` and alias From 375a4dd29d5e421dbd5507a0acedbcf0dd024851 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 30 Dec 2020 11:19:24 +0100 Subject: [PATCH 3/3] Re-add require_app_latest for custom commands Revision of 67cce192dfa24e15cee2a12acbc8527dfad68ffa. See https://git.autonomic.zone/coop-cloud/abra/pulls/54#issuecomment-2300. --- abra | 1 + 1 file changed, 1 insertion(+) diff --git a/abra b/abra index 1f2447e..4eb4b00 100755 --- a/abra +++ b/abra @@ -356,6 +356,7 @@ load_custom_commands() { if [ -n "$abra__domain_" ]; then load_instance load_instance_env + require_app_latest "$APP" fi if [ -f "$APP_DIR/abra-commands.sh" ]; then