Releases: athena-oss/athena
Releases · athena-oss/athena
v0.11.0
v0.10.4
v0.10.3
v0.10.2
v0.10.1
0.10.1 (December 19, 2016)
Added
- bd88414 new-issue command (closes #34)
- fb66cf6 Added possibility to create standalone projects
- 3cd4988 Added stdout to info cmd when doing print to var
- cd4d995 Replaced ebook-convert
- fa27096 Travis setup for generating documentation in pdf
- e29914f Added dynamic changelog to deb package
Changed
v0.10.0
0.10.0 (November 25, 2016)
Added
- scripts to generate debian packages and push to ppa
- athena.os.get_env_or_fail
- athena.docker.disable_auto_cleanup and athena.docker.is_auto_cleanup_enabled
- athena.docker.disable_privileged_mode and athena.docker.is_privileged_mode_enabled
- possibility to specify the plugins directory using environment variable ATHENA_PLGS_DIR
Changed
- athena.color functions now print to stderr by default
Fixed
- docker build args searching for ARG on beginning of line
v0.9.1
0.9.1 (November 10, 2016)
Fixed
- global variables that can be setted from outside athena
v0.9.0
0.9.0 (November 9, 2016)
Added
- athena.docker.network functions to manage docker networks
Fixed
- router.sh path when using a running container
v0.8.0
0.8.0 (November 7, 2016)
Added
- Support for using ranged or specific versions of athena
- athena.docker.volume_exists function
Changed
- Created bootstrap folder that contains files required to bootstrap athena (e.g.: global variables)
- Extracted Testing Framework to the bashUnit project
- Replaced tests with bashUnit
- Removed unit tests from the init command
- Moved print_logo function to the plugin functions
- Removed unnecessary bin directory structure
Fixed
- Some tests that were depending on some athena functionalities and were not explicit
v0.7.0
0.7.0 (October 28, 2016)
Added
- Utils functions (e.g.: handling arrays) in athena.utils namespace
- Support for specifying docker environment variables from a file
- athena.os.print_stacktrace
Changed
- ATHENA_DOCKER_OPTS is now an array and supports values with spaces
- athena.docker functions that manipulate the array use athena.utils array functions
- Docker build args supports values with spaces
- Stacktrace now appears whenever an error occurs
- Run container functions now don't require docker options and arguments
- athena.docker.run_container_with_default_router now uses athena.docker functions to set default values
Fixed
- Random false negatives (in LINUX) when executing unit tests with exit code assertions