Releases: exasol/script-languages-container-tool
Run tests with Python3
Summary
This version runs the db-tests with Python3, instead of Python2.7 (which has reached EOL).
Therefore, the test-environment installs Python3. Note that all script-language tests must be changed to Python3 with this change.
Features / Enhancements
Bug Fixes
n/a
Documentation
- #83: Prepare changelog for release 0.5.0
Using integration-test-docker-environment 0.5.0
Summary
This release uses version 0.5.0 of the integration-test-docker-environment, with support of docker-dbs: 6.2.17, 7.0.13 and 7.1.1.
Features / Enhancements
- #75: Update to integration-test-docker-environment 0.5.0
Bug Fixes
n/a
Documentation
n/a
Support for MacOsX
Update integration-test-docker-environment to 0.4.1
Summary
This release integrates the latest version of Integration-Test-Docker-Environment, v0.4.1,
which fixes an out-of-range exception for single character directory or filenames
Features / Enhancements
Bug Fixes
n/a
Documentation
n/a
Update integration-test-docker-environment
Summary
This release integrates the latest version of Integration-Test-Docker-Environment, v0.4.0,
which provides support for Docker DB v7.0.11.
Features / Enhancements
- #54: Added OpenSuse42.1 and OpenSuse15.3 CI env tests (#55)
- #50: Add CI checks for other operating systems (#51)
Bug Fixes
- #52: Fixed mount binding for parameters in format key=value (#59)
- #56: Fixed path_in_bucket default parameter (#62)
- #60: Show error when upload not successful (#61)
- #53: Fixed empty chown directory error (#58)
- #48: Fix exaslct on bash 4.2 (#49)
Documentation
- #65: prepare release 0.2.0
Extraction from Script-Languages Repository
Summary
This is the initial release of the script-language-container-tool which was extracted from the script-language project.
The goal is to provide a build tool together with a test environment for the script-language container.
Features / Enhancements
- #1: Add initial version
- #3: Add installer scripts which download and install the scripts to run exaslct from a prebuild docker container
- #19: Forward the docker registry password environment variables to the docker runner
- #10: Improve exaslct starter script to mount all path which are used by the command line parameter
- #33: Integrate integration-test-environment to version 0.3.1
Bug Fixes
- #6: Fix docker repository name in construct_docker_runner_image_name.sh
- #8: Fix call to construct_docker_runner_image_name.sh in push_docker_runner_image.sh
- #12: Change the default for install_or_update_exaslct.sh to latest
- #17: Make default value for EXASLCT_INSTALL_DIRECTORY in installer a relative path
- #22: Fix overwriting env-file for the container in the docker starter and fix the umask
- #25: Write standard out/err to log file in the job directory to log file
- #26: Using host network for execution of exasclt
- #34: Fix docker image labels for merges to main and for releases