Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions doc/changes/changes_0.7.0.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Script-Languages-Container-Tool 0.7.0, released t.b.d.
# Script-Languages-Container-Tool 0.7.0, released 2021-12-06

Code name: t.b.d.
Code name: New security scan command

## Summary

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


## Features / Enhancements

- #90: Improve test performance
- #81: Add security scan command
- #97: Update integration-test-docker-environment

## Bug Fixes

Expand Down
24 changes: 12 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords = ['exasol', 'udf', 'script-languages']

[tool.poetry.dependencies]
python = ">=3.6,<4"
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"}
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"}

[build-system]
requires = ["poetry_core>=1.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

install_requires = \
['exasol-integration-test-docker-environment @ '
'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']
'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']

setup_kwargs = {
'name': 'exasol-script-languages-container-tool',
Expand Down