abra/CHANGELOG.md

3.5 KiB

abra x.x.x (UNRELEASED)

  • secret auto merged into secret generate and app new --auto is now app new --secrets (#64)
  • Avoid outputting length during secret generation when not in use (#67)
  • Support graceful failure when missing secret generation commands (44d3ac3)
  • Fix secret detection when using new .env file format in apps (5532452)
  • Support choosing an $EDITOR when editing configs (29cc392)
  • "server" shell completion fixed (8839bd4)
  • Drop multilogs command (#56)
  • Remove server use command (#51)
  • new <app> becomes new <type> (#48)
  • check is run on deploy now and configurable (77ba565)
  • App configurations are always updated now (#42)
  • We use docker format .env files (no "export" syntax) from now now (#55)
  • Rename <domain> option to <app> and APP variable to TYPE, see (#47)
  • Use Docker-in-Docker (dind), and dind-bats-kcov Docker image, for make test (1600b62)
  • Add built-in documentation using abra help <subcommand>..., see (#50)
  • version subcommand (e6b24fe)
  • Use # length=x comments to generate passwords with pwgen and drop KEY/PASSWORD logic (#68)
  • Global --skip-update / --skip-check options to make things quicker, 37e8b00
  • app backup and app restore commands; requires per-app definition -- see #70

abra 0.4.1 (2020-12-24)

  • 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)

  • Fix installer version

abra 0.3.0 (2020-09-27)

  • Add multilogs stack logs implementation (#8)
  • Add beginnings of "monorepo" functionality

abra 0.2.0 (2020-09-24)

  • Prepare for swarm install script using script.d (#12)

abra 0.1.2 (2020-09-22)

  • Add upgrade command (#10)

abra 0.1.1 (2020-09-22)

  • Add installer script (#9)

abra 0.1.0 (2020-09-22)

  • Initial pre-alpha release