From 4776a5cb1994b8233565376a30f9a129af8dda3e Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Mon, 4 Mar 2024 10:20:33 +0100 Subject: [PATCH] Update changelog and updated submodule --- .current_gitmodules | 2 +- doc/changes/changelog.md | 1 + doc/changes/changes_7.2.0.md | 40 ++++++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- script-languages | 2 +- 5 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 doc/changes/changes_7.2.0.md diff --git a/.current_gitmodules b/.current_gitmodules index 3f5980cc..2c3fdeef 100644 --- a/.current_gitmodules +++ b/.current_gitmodules @@ -1 +1 @@ -160000 869091028486599c81e3fa969ee5284227efac3c 0 script-languages +160000 e881e1cca0d74179f93e41657e2cd9593138d29a 0 script-languages diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index 1fd0035e..46ade7ca 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -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) diff --git a/doc/changes/changes_7.2.0.md b/doc/changes/changes_7.2.0.md new file mode 100644 index 00000000..1be1ff59 --- /dev/null +++ b/doc/changes/changes_7.2.0.md @@ -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 + diff --git a/pyproject.toml b/pyproject.toml index b8887b16..168242b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/script-languages b/script-languages index e1e7ebea..e881e1cc 160000 --- a/script-languages +++ b/script-languages @@ -1 +1 @@ -Subproject commit e1e7ebea03e6f5b89da1a677189298f479644dd2 +Subproject commit e881e1cca0d74179f93e41657e2cd9593138d29a