Skip to content

Commit

Permalink
Update changelog and updated submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Mar 4, 2024
1 parent 0cc8b4b commit 4776a5c
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 3 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.

1 change: 1 addition & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changes

* [7.2.0](changes_7.2.0.md)
* [7.1.0](changes_7.1.0.md)
* [7.0.0](changes_7.0.0.md)
* [6.1.0](changes_6.1.0.md)
Expand Down
40 changes: 40 additions & 0 deletions doc/changes/changes_7.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# script-languages-release 7.2.0, released t.b.d

Code name: t.b.d

## Summary

This release fixed the conda-based SLC builds and updated packages.

## [Package Version Comparison between Release 7.0.1 and 7.2.0](package_diffs/7.1.0/README.md)

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

This release uses version 0.18.2 of the container tool.

## Bug Fixes

n/a

## Features / Enhancements

n/a

## Documentation

n/a

## Refactoring

n/a

## Security

- #867: Fixed conda-based SLC builds, updated packages and ignore Kernel CVEs

Attention: The CVE's below can't be fixed by the container itself, rather need to be addressed by the host system executing them.

- CVE-2024-0646
- CVE-2024-1085
- CVE-2024-1086

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "exasol-script-languages-release"
version = "7.1.0"
version = "7.2.0"
description = "Script Languages Release"

license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion script-languages
Submodule script-languages updated 19 files
+1 −1 exaslct_scripts/exaslct.sh
+3 −3 flavors/template-Exasol-all-python-3.8-conda/flavor_base/base_test_build_run/Dockerfile
+2 −2 flavors/template-Exasol-all-python-3.8-conda/flavor_base/build_deps/Dockerfile
+3 −3 flavors/template-Exasol-all-python-3.8-conda/flavor_base/build_run/Dockerfile
+2 −2 flavors/template-Exasol-all-python-3.8-conda/flavor_base/flavor_base_deps/Dockerfile
+2 −2 flavors/template-Exasol-all-python-3.8-conda/flavor_base/language_deps/Dockerfile
+1 −1 flavors/template-Exasol-all-python-3.8-conda/flavor_base/release/Dockerfile
+4 −4 flavors/template-Exasol-all-python-3.8-conda/flavor_base/udfclient_deps/Dockerfile
+2 −2 flavors/template-Exasol-all-python-3.8-conda/flavor_customization/Dockerfile
+3 −3 flavors/template-Exasol-all-python-3.8-cuda-conda/flavor_base/base_test_build_run/Dockerfile
+2 −2 flavors/template-Exasol-all-python-3.8-cuda-conda/flavor_base/build_deps/Dockerfile
+3 −3 flavors/template-Exasol-all-python-3.8-cuda-conda/flavor_base/build_run/Dockerfile
+2 −2 flavors/template-Exasol-all-python-3.8-cuda-conda/flavor_base/flavor_base_deps/Dockerfile
+2 −2 flavors/template-Exasol-all-python-3.8-cuda-conda/flavor_base/language_deps/Dockerfile
+1 −1 flavors/template-Exasol-all-python-3.8-cuda-conda/flavor_base/release/Dockerfile
+4 −4 flavors/template-Exasol-all-python-3.8-cuda-conda/flavor_base/udfclient_deps/Dockerfile
+2 −2 flavors/template-Exasol-all-python-3.8-cuda-conda/flavor_customization/Dockerfile
+1 −0 pyproject.toml
+1 −1 scripts/update_apt_packages_in_package_list.sh

0 comments on commit 4776a5c

Please sign in to comment.