Integration-Test-Docker-Environment 0.3.0, released 2021-06-09#

Code name: New docker-db versions, drop support for docker-db 6.0 and 6.1, bugfixes and one minor improvement.

Summary#

This release contains support for new docker-db versions, several bugfixes and a minor improvement which allows a new option for indicating the name server which the docker-db should use. Also, support for legacy Exasol versions (6.0 and 6.1) was removed.

New supported Exasol Versions#

  • 6.2: 6.2.14, 6.2.15,

  • 7.0: 7.0.4, 7.0.5, 7.0.6, 7.0.7, 7.0.8, 7.0.9, 7.0.10

If you need further versions, please open an issue.

Tested Docker Runtimes#

Bug Fixes:#

  • #71: Fix exception if goals are not available for docker builds

  • #26: Exception can get printed multiple times in the final exception summary if a task is the child task of multiple other tasks

Features / Enhancements:#

  • #83: Add docker-db versions 7.0.10 and 6.2.15-d1

  • #79: Remove support for Exasol 6.0 and 6.1

  • #72: Add support for new docker-db versions 6.2.14 and 7.0.9

  • #64: Add new docker-db versions

  • #30: Add option for name server and set 8.8.8.8 as default name server

Refactoring:#

  • #81: Extract test/utils.py to testing/utils.py

  • #67: Remove DepHell dependency, because it is not maintained anymore