Changelog

This project follows SemVer.

3.5.1 (2019-09-26)

Added

  • Make host location of ade-home known inside container #39
  • Document usage of ADE with the fork+pull model #19
  • Document how to build custom base images and volumes #50
  • Document how to run ADE with --net=host #33

Fixed

  • Let ade enter return with exit code of shell running within container #46
  • Ask for API scope credentials when prompting for Gitlab API token #42
  • Update instructions to address aarch64 installation issues #23

3.5.0 (2019-08-08)

Added

  • Add note about starting ADE with –net=host
  • Add support for NVidia Docker 2 #31
  • Add initial set of documentation
  • Extend ade start --help to include information on publishing ports

3.4.1 (2018-11-16)

Changed

  • Pinned aiohttp<3.5.0 for compatibility with Python 3.5.2

3.4.0 (2018-11-16)

Changed

  • Print n/a in image matrix for images that have not been pulled

3.3.1 (2018-11-15)

Added

  • Add environment variables to introspect loaded image versions
  • Print git commit or tag info in image matrix
  • Add CI job for release validation and publication

3.2.0 (2018-11-14)

Added

  • Add --version option
  • Add nvidia-docker support
  • Add workaround for broken docker exec
  • Add tests and initial CI jobs
  • Add ADE_CLI_VERSION environment variables
  • Add infrastructure to add requirements for development on ade-cli

Changed

  • Renamed --check to --update
  • Pin to release Click 7.0
  • Code cleanup

3.1.0 (2018-10-10)

Added

  • Support setting docker run args via configuration

Fixed

  • Fix passing docker run arguments to ade start

3.0.1 (2018-09-11)

Fixed

  • Fix homepage and project URLs

3.0.0 (2018-09-04)

Added

  • Initial public release of ADE