Skip to content

Commit

Permalink
Merge pull request #782 from exasol/develop
Browse files Browse the repository at this point in the history
Changelog:

* #762: Updated ubuntu/pip packages (#763)

* Reformat scripts/update_apt_package_in_package_list.sh
* Make cryptography 39.0.2 and openssl 3.0.8 working with conda by updating mamba
* Update ubuntu packages
* Fix package versions in install script tests
* Update pyOpenSSL package to be compatible with new cryptography package for pip packages

Co-authored-by: Torsten Kilias <[email protected]>

* Remove python2 from the flavors (#766)

* Remove python2 from the flavors
* Remove python2 from udfclient
* Remove smb from standard 7.* flavors to remove python2 completely
* Update smb for standard 8.0.0

---------

Co-authored-by: Thomas Ubensee <[email protected]>

* Update libprotobuf-dev (#769)

* Fix language definiton for standard 7.0 flavor (#771)

* #775: Updated dependencies (#776)

* Updated ubuntu packages 
* Pinned icu and libxml2 conda packages to be able to install openjdk11 with conda
* Update redis-py to 4.5.3 to fix CVE-2023-28858
* Ignore CVE-2023-28859, because there is no fix yet

* #774: Updated CI to the version released on PyPi (#778)

* Update CI and reorganize tests directory to fit the new layout of the test_container directory

* #768: Removed or replaced Python 2 tests (#773)

* Fix testconfig for standard-EXASOL-7.* flavor and updated submodule

* #754: Fixed R SCALAR RETURNS UDFs with empty run function hangs (#779)

* Fixed return behavior of SCALAR RETURNS UDFs for null.
* Added tests for various edge cases of return values

* #780: Prepared release (#781)

---------

Co-authored-by: Thomas Ubensee <[email protected]>
  • Loading branch information
tkilias and tomuben authored Mar 31, 2023
2 parents c483088 + 8b2e208 commit f735dd1
Show file tree
Hide file tree
Showing 148 changed files with 1,285 additions and 2,114 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.

7 changes: 0 additions & 7 deletions aws-code-build/ci/buildspec.yaml

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

7 changes: 0 additions & 7 deletions aws-code-build/release/buildspec.yaml

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

19 changes: 15 additions & 4 deletions doc/changes/changes_6.0.0.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# script-languages-release 6.0.0, released t.b.d.
# script-languages-release 6.0.0, released 2023-03-31

Code name: t.b.d.
Code name: Python 2 and Python 3.6 Removal

## Summary

t.b.d.
In this release, we removed Python 3.6 and Python 2 from the flavors and replaced it with Python 3.7, because the former ones are long time end of life and don't receive security fixes anymore.

**Note**: We had to remove samba support from the standard flavor 7.\*, because it depended on Python 2. If you need samba support, please use the standard flavor 8.0.

Furthermore, this release fixed a bug with R SCALAR RETURNS UDFs where either a empty run function or returning null from the run function lead to a hanging UDF, which will fail after a while with a out of memory error.

## [Package Version Comparison between Release 5.0.0 and 6.0.0](package_diffs/6.0.0/README.md)

Expand All @@ -16,6 +20,7 @@ This release uses version 0.15.0 of the container tool.

- #703: Fixed package diff workflow
- #714: Pinned Python3 cryptography package on legacy standard containers
- #754: Fixed R SCALAR RETURNS UDFs with empty run function hangs

## Features / Enhancements

Expand All @@ -30,6 +35,8 @@ This release uses version 0.15.0 of the container tool.
- #697: Disabled version check GH action for master branch
- #702: Updated toolchain dependencies
- #706: Updated script-languages-container-ci-setup dependency
- #774: Updated CI to the version released on PyPi
- #768: Removed or replaced Python 2 tests

## Security

Expand All @@ -39,7 +46,7 @@ This release uses version 0.15.0 of the container tool.
- #723: Updated curl
- #725: Updated pip protobuf package on standard flavors
- #727: Ignored CVE-2022-23960
- #732: Update openjdk for standard flavors
- #732: Updated openjdk for standard flavors
- #734: Ignored CVE-2022-43945 and update Ubuntu packages
- #737: Updated ubuntu packages
- #740: Updated Ubuntu packages
Expand All @@ -48,3 +55,7 @@ This release uses version 0.15.0 of the container tool.
- #752: Updated ubuntu packages
- #756: Updated Ubuntu packages
- #759: Updated Ubuntu packages
- #762: Updated Conda/Ubuntu/Pypi packages
- #764: Removed Python 2 from the flavors
- #767: Updated libprotobuf-dev
- #775: Updated dependencies
10 changes: 3 additions & 7 deletions doc/changes/package_diffs/6.0.0/README.md

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.

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.

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.

Loading

0 comments on commit f735dd1

Please sign in to comment.