abra/CHANGELOG.md

51 lines
2.7 KiB
Markdown
Raw Normal View History

2020-10-25 20:13:33 +00:00
# abra x.x.x (UNRELEASED)
2020-12-31 17:11:22 +00:00
- Support graceful failure when missing secret generation commands ([44d3ac3a1cb86edc9b9e91eea1a00e70eae14965](https://git.autonomic.zone/coop-cloud/abra/commit/44d3ac3a1cb86edc9b9e91eea1a00e70eae14965))
2020-12-31 15:57:10 +00:00
- Fix secret detection when using new `.env` file format in apps ([55324524ca77141666ffe6cc41b62cc71cf89ace](https://git.autonomic.zone/coop-cloud/abra/commit/55324524ca77141666ffe6cc41b62cc71cf89ace))
2020-12-31 12:22:26 +00:00
- Support choosing an `$EDITOR` when editing configs ([29cc392dff3e93e48e0e2edd3ce11b405c66a95a](https://git.autonomic.zone/coop-cloud/abra/commit/29cc392dff3e93e48e0e2edd3ce11b405c66a95a))
- "server" shell completion fixed ([8839bd45951d00dccf4ef81ece445bcc49e13ee6](https://git.autonomic.zone/coop-cloud/abra/commit/8839bd45951d00dccf4ef81ece445bcc49e13ee6))
- Make `-v` spit out the version ([0179f600f5ce40fc1520fc365f92b7cb6eeec1f5](https://git.autonomic.zone/coop-cloud/abra/commit/0179f600f5ce40fc1520fc365f92b7cb6eeec1f5))
- Drop `multilogs` command ([#56](https://git.autonomic.zone/coop-cloud/abra/pulls/56))
2020-12-29 14:08:10 +00:00
- Remove `server use` command ([#51](https://git.autonomic.zone/coop-cloud/abra/issues/51))
- `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))
- Rename `<domain>` option to `<app>` and `APP` variable to `TYPE`, see [#47](https://git.autonomic.zone/coop-cloud/abra/pulls/55)
2020-12-29 14:08:10 +00:00
2020-12-30 10:18:32 +00:00
# abra 0.4.1 (2020-12-24)
2020-12-29 14:08:10 +00:00
- Bug-fixes on `app ls --status` & custom commands
- Add `app ls --server=...` and alias
2020-12-29 14:08:10 +00:00
# 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
2020-10-25 20:13:33 +00:00
2020-09-27 06:20:02 +00:00
# abra 0.3.1 (2020-09-27)
- Fix installer version
2020-09-27 06:17:00 +00:00
# abra 0.3.0 (2020-09-27)
2020-12-29 14:10:57 +00:00
- Add multilogs stack logs implementation ([#8](https://git.autonomic.zone/compose-stacks/abra/issues/8))
2020-09-27 06:17:00 +00:00
- Add beginnings of "monorepo" functionality
2020-09-24 07:09:17 +00:00
# abra 0.2.0 (2020-09-24)
2020-09-24 07:03:25 +00:00
2020-09-24 07:09:17 +00:00
- Prepare for swarm install script using script.d ([#12](https://git.autonomic.zone/compose-stacks/planning/issues/12))
2020-09-24 07:03:25 +00:00
2020-09-22 12:18:41 +00:00
# abra 0.1.2 (2020-09-22)
- Add upgrade command ([#10](https://git.autonomic.zone/autonomic-cooperative/abra/issues/10))
2020-09-22 11:37:33 +00:00
# abra 0.1.1 (2020-09-22)
- Add installer script ([#9](https://git.autonomic.zone/autonomic-cooperative/abra/issues/9))
2020-09-22 11:05:23 +00:00
# abra 0.1.0 (2020-09-22)
- Initial pre-alpha release