Skip to content

Commit

Permalink
#949: Update exaslct to 1.0.0 (#952)
Browse files Browse the repository at this point in the history
fixes #949

Co-authored-by: Torsten Kilias <[email protected]>
  • Loading branch information
tomuben and tkilias authored Sep 5, 2024
1 parent a3c208f commit 8c99077
Show file tree
Hide file tree
Showing 23 changed files with 596 additions and 542 deletions.
2 changes: 1 addition & 1 deletion .current_gitmodules

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

12 changes: 10 additions & 2 deletions doc/changes/changes_8.3.0.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# script-languages-release 8.3.0, released ????-??-??.
# script-languages-release 8.3.0, released 2024-09-05

Code name:
Code name: Updated exaslct to 1.0.0 and Exasol manifest

## Summary

This release uses version 1.0.0 of exasol-script-languages-container-tool, which had removed the starter-scripts and added support for the empty Exasol manifest file in the Script Languages Container.
Besides, it fixes several security issues by updating dependencies of the Script Languages Container.
Internally, a new version of Bazel is used to build the UDF client.

## Script-Language-Container-Tool (Exaslct)

This release uses version 1.0.0 of the container tool.

## Security Issues

Expand All @@ -14,3 +21,4 @@ Code name:

* #933: Added file `release_config.yml`
* #685: Updated Bazel and removed freeze-install from the conda flavors
* #949: Updated to exasol-script-languages-container-tool 1.0.0

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

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

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

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

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

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

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

1 change: 0 additions & 1 deletion exaslct

This file was deleted.

Empty file.
2 changes: 1 addition & 1 deletion flavors/standard-EXASOL-all/flavor_base/build_steps.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Dict

from exasol_script_languages_container_tool.lib.tasks.build.docker_flavor_image_task import DockerFlavorAnalyzeImageTask
from exasol.slc.internal.tasks.build.docker_flavor_image_task import DockerFlavorAnalyzeImageTask


class AnalyzeUDFClientDeps(DockerFlavorAnalyzeImageTask):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ wget|1.21.2-2ubuntu1.1
maven|3.6.3-5
libldb2|2:2.4.4-0ubuntu0.22.04.2
libleveldb1d|1.23-3build1
openssl|3.0.2-0ubuntu1.17
openssl|3.0.2-0ubuntu1.18
libldap2-dev|2.5.18+dfsg-0ubuntu0.22.04.2
libsasl2-dev|2.1.27+dfsg2-3ubuntu1.2 # Needed by python-ldap
slapd|2.5.18+dfsg-0ubuntu0.22.04.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ locales|2.35-0ubuntu3.8
libnss-db|2.2.3pre1-6ubuntu3
libzmq3-dev|4.3.4-2
libprotobuf-dev|3.12.4-1ubuntu7.22.04.1
libssl-dev|3.0.2-0ubuntu1.17
libssl-dev|3.0.2-0ubuntu1.18
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ build-essential|12.9ubuntu3
libpcre3-dev|2:8.39-13ubuntu0.22.04.1
protobuf-compiler|3.12.4-1ubuntu7.22.04.1
chrpath|0.16-2
python3|3.10.6-1~22.04
python3|3.10.6-1~22.04.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Dict

from exasol_script_languages_container_tool.lib.tasks.build.docker_flavor_image_task import DockerFlavorAnalyzeImageTask
from exasol.slc.internal.tasks.build.docker_flavor_image_task import DockerFlavorAnalyzeImageTask


class AnalyzeUDFClientDeps(DockerFlavorAnalyzeImageTask):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ locales|2.35-0ubuntu3.8
libnss-db|2.2.3pre1-6ubuntu3
libzmq3-dev|4.3.4-2
libprotobuf-dev|3.12.4-1ubuntu7.22.04.1
libssl-dev|3.0.2-0ubuntu1.17
libssl-dev|3.0.2-0ubuntu1.18
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ build-essential|12.9ubuntu3
libpcre3-dev|2:8.39-13ubuntu0.22.04.1
protobuf-compiler|3.12.4-1ubuntu7.22.04.1
chrpath|0.16-2
python3|3.10.6-1~22.04
python3|3.10.6-1~22.04.1
2 changes: 1 addition & 1 deletion flavors/template-Exasol-all-r-4/flavor_base/build_steps.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Dict

from exasol_script_languages_container_tool.lib.tasks.build.docker_flavor_image_task import DockerFlavorAnalyzeImageTask
from exasol.slc.internal.tasks.build.docker_flavor_image_task import DockerFlavorAnalyzeImageTask


class AnalyzeUDFClientDeps(DockerFlavorAnalyzeImageTask):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ locales|2.35-0ubuntu3.8
libnss-db|2.2.3pre1-6ubuntu3
libzmq3-dev|4.3.4-2
libprotobuf-dev|3.12.4-1ubuntu7.22.04.1
libssl-dev|3.0.2-0ubuntu1.17
libssl-dev|3.0.2-0ubuntu1.18
Loading

0 comments on commit 8c99077

Please sign in to comment.