Changelog

This project follows SemVer.

4.4.0 (2021-12-02)

Added

  • Allow running image without registry namespace in .aderc file

  • Allow passing additional arguments to ade enter (docker exec, configured in .aderc file)

  • Propagate COLORTERM environment variable into the docker environment

  • Add global option --name to set a custom name for the ADE instance

  • Document precedence of ADE options

Changed

  • Use the host IP as the value of DISPLAY in the container

  • Improved ADE usage help text

  • Fail if the specified aderc file does not exist

Removed

  • Removed default mount of /dev/shm of host into ade

Fixed

  • Update link to Gitlab’s personal access token page

  • Typos in the documentation

Security

  • Changed recommended token scope to read_api and read_registry

4.3.0 (2021-06-11)

Added

  • Support images from Dockerhub

  • Add ade_base_image label when starting ADE

  • Prompt when an ADE instance is running, but ADE_NAME is not set

Changed

  • Allow using images with the same base name

4.2.0 (2020-06-03)

Added

  • Support images with only namespace

  • Support update of images with only namespace

  • Support adding custom ade enter command through environment variable

  • Experimental support for OSX

  • Add option to specify a different ADE configuration file

Changed

  • Start ADE volumes without a network connection

  • Reprompt for token when authentication fails with existing token

Deprecated

  • Support for nvidia-docker and nvidia-docker2 is deprecated and will be removed in the next release

Fixed

  • Support Docker versions ending in -ce

  • Support images with only namespace

  • Fix ade start --enter for devices with broken docker exec

  • Suppress misleading error message on startup

  • Update images chosen with ‘select’ option

  • Add note in documentation about making adeinit scripts executable

  • Fix error message that described how to debug a failed ade start

4.1.0 (2020-01-26)

Added

  • Add support for --gpus option in Docker 19.03+

Fixed

  • Support images from registries with explicit port specification

  • Fix nvidia-docker 1 support

4.0.0 (2019-11-18)

Added

  • Enable self-update from ADE releases on GitLab

  • Support saving and loading images to run on offline machines

Changed

  • Switch to single-binary as default means of distribution, using pyinstaller and staticx

Removed

  • Drop support for Python 3.5 and 3.6, instead Python 3.7 is required for development

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