Skip to content

Commit 036f5f3

Browse files
authored
#97: Update integration-test-docker-environment (#98)
Fixes #97
1 parent da1f990 commit 036f5f3

File tree

4 files changed

+20
-17
lines changed

4 files changed

+20
-17
lines changed

doc/changes/changes_0.7.0.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
# Script-Languages-Container-Tool 0.7.0, released t.b.d.
1+
# Script-Languages-Container-Tool 0.7.0, released 2021-12-06
22

3-
Code name: t.b.d.
3+
Code name: New security scan command
44

55
## Summary
66

7-
t.b.d.
7+
This release adds a new command for running security scans on the release image of a script-language-contaner.
8+
The integration-test-docker-environment was updated to v0.7.0. Also , there were minor bugfixes and performance improvements for the integration tests.
9+
810

911
## Features / Enhancements
1012

1113
- #90: Improve test performance
1214
- #81: Add security scan command
15+
- #97: Update integration-test-docker-environment
1316

1417
## Bug Fixes
1518

poetry.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords = ['exasol', 'udf', 'script-languages']
1818

1919
[tool.poetry.dependencies]
2020
python = ">=3.6,<4"
21-
exasol-integration-test-docker-environment = {url = "https://github.com/exasol/integration-test-docker-environment/releases/download/0.6.0/exasol_integration_test_docker_environment-0.6.0-py3-none-any.whl"}
21+
exasol-integration-test-docker-environment = {url = "https://github.com/exasol/integration-test-docker-environment/releases/download/0.7.0/exasol_integration_test_docker_environment-0.7.0-py3-none-any.whl"}
2222

2323
[build-system]
2424
requires = ["poetry_core>=1.0.0"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
install_requires = \
2525
['exasol-integration-test-docker-environment @ '
26-
'https://github.com/exasol/integration-test-docker-environment/releases/download/0.6.0/exasol_integration_test_docker_environment-0.6.0-py3-none-any.whl']
26+
'https://github.com/exasol/integration-test-docker-environment/releases/download/0.7.0/exasol_integration_test_docker_environment-0.7.0-py3-none-any.whl']
2727

2828
setup_kwargs = {
2929
'name': 'exasol-script-languages-container-tool',

0 commit comments

Comments
 (0)