diff --git a/.current_gitmodules b/.current_gitmodules index c6074451..04fcd812 100644 --- a/.current_gitmodules +++ b/.current_gitmodules @@ -1 +1 @@ -160000 cff9c5e480dc362faebd701af5f853c919567faf 0 script-languages +160000 2d7671a0819e2d3435bfb4590fab561b897e4a4f 0 script-languages diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index e782eb48..fc2ed93d 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,5 +1,6 @@ # Changes +* [4.0.0](changes-4.0.0.md) * [3.2.0](changes-3.2.0.md) * [3.1.0](changes-3.1.0.md) * [3.0.0](changes-3.0.0.md) diff --git a/doc/changes/changes-4.0.0.md b/doc/changes/changes-4.0.0.md new file mode 100644 index 00000000..7ce326d9 --- /dev/null +++ b/doc/changes/changes-4.0.0.md @@ -0,0 +1,38 @@ +# script-languages-release 4.0.0, released 2022-02-02 + +Code name: Pandas upgrade to 1.1.5 + +## Summary + +This release contains a breaking change in the standard containers, because due to a security fix Pandas Python3 package was updated to version 1.1.5 (from 0.22.0). Please note that this version might break existing UDF's using Pandas (Read [Pandas Release notes](https://pandas.pydata.org/pandas-docs/stable/whatsnew/v1.0.0.html#) for more information). +Also, this release contains minor bug fixes and other security fixes. + +## [Package Version Comparison between Release 3.2.0 and 4.0.0](package_diffs/4.0.0/README.md) + +## Script-Language-Container-Tool (Exaslct) + +This release uses version 0.9.0 of the container tool. + +## Bug Fixes + + - #472: Fix github upload script + - #474: Fix Python3.6 installation script + - #480: Fix R security scan script + - #484: Update exaslct to 0.9.0 + +## Features / Enhancements + +n/a + +## Documentation + +n/a + +## Refactoring + + - #482: Increase version to 4.0 + +## Security + + - #476: Resolve datascience security issues + - #478: Update standard-container packages \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/README.md b/doc/changes/package_diffs/4.0.0/README.md new file mode 100644 index 00000000..54052bcb --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/README.md @@ -0,0 +1,14 @@ +# Package Version Comparison between 4.0.0 and 3.2.0 + +- [Comparison of flavor Standard-exasol-7.1.0-without-python2.7](standard-EXASOL-7.1.0-without-python2.7/README.md) +- [Comparison of flavor Standard-exasol-7.1.0](standard-EXASOL-7.1.0/README.md) +- [Comparison of flavor Python-3.6-data-science-exasol-6.2.0](python-3.6-data-science-EXASOL-6.2.0/README.md) +- [Comparison of flavor Standard-exasol-8.0.0](standard-EXASOL-8.0.0/README.md) +- [Comparison of flavor Python-3.6-minimal-exasol-6.2.0](python-3.6-minimal-EXASOL-6.2.0/README.md) +- [Comparison of flavor Python-3.8-minimal-exasol-6.2.0](python-3.8-minimal-EXASOL-6.2.0/README.md) +- [Comparison of flavor R-4-minimal-exasol-6.2.0](r-4-minimal-EXASOL-6.2.0/README.md) +- [Comparison of flavor Python-3.7-minimal-exasol-6.2.0](python-3.7-minimal-EXASOL-6.2.0/README.md) +- [Comparison of flavor Standard-exasol-7.0.0](standard-EXASOL-7.0.0/README.md) +- [Comparison of flavor Python-3.6-data-science-cuda-exasol-6.2.0](python-3.6-data-science-cuda-EXASOL-6.2.0/README.md) +- [Comparison of flavor Standard-exasol-6.2.0](standard-EXASOL-6.2.0/README.md) +- [Comparison of flavor R-3.5-data-science-exasol-6.2.0](r-3.5-data-science-EXASOL-6.2.0/README.md) diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/README.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/README.md new file mode 100644 index 00000000..d7a20d0b --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/README.md @@ -0,0 +1,17 @@ +# Package Version Comparison between Python-3.6-data-science-exasol-6.2.0 flavor in 4.0.0 and Python-3.6-data-science-exasol-6.2.0 flavor in 3.2.0 + +- Comparison of build step Udfclient_deps + - [Comparison of package list Apt Get Packages](udfclient_deps/apt_get_packages_diff.md) +- Comparison of build step Security_scan + - [Comparison of package list Apt Get Packages](security_scan/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages Trivy Deps](security_scan/apt_get_packages_trivy_deps_diff.md) +- Comparison of build step Language_deps + - [Comparison of package list Apt Get Packages](language_deps/apt_get_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](language_deps/python3_pip_packages_diff.md) +- Comparison of build step Flavor_base_deps + - [Comparison of package list Apt Get Packages](flavor_base_deps/apt_get_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](flavor_base_deps/python3_pip_packages_diff.md) +- Comparison of build step Build_deps + - [Comparison of package list Apt Get Packages](build_deps/apt_get_packages_diff.md) +- Comparison of build step Base_test_deps + - [Comparison of package list Apt Get Packages](base_test_deps/apt_get_packages_diff.md) diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..46e5f64d --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:-----------------------|:-----------------------|:---------| +| 0 | python-protobuf | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 1 | python-zmq | 16.0.2-2build2 | 16.0.2-2build2 | | +| 2 | gdb | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 3 | valgrind | 1:3.13.0-2ubuntu2.3 | 1:3.13.0-2ubuntu2.3 | | +| 4 | gdbserver | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 5 | binutils | 2.30-21ubuntu1~18.04.7 | 2.30-21ubuntu1~18.04.7 | | +| 6 | patchelf | 0.9-1 | 0.9-1 | | +| 7 | chrpath | 0.16-2 | 0.16-2 | | +| 8 | strace | 4.21-1ubuntu1 | 4.21-1ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..2d70534a --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md @@ -0,0 +1,16 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:-------------------------|:-------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 3 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 4 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 5 | tar | 1.29b-2ubuntu0.2 | 1.29b-2ubuntu0.2 | | +| 6 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 7 | openjdk-11-jdk | 11.0.11+9-0ubuntu2~18.04 | 11.0.11+9-0ubuntu2~18.04 | | +| 8 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | +| 9 | libpcre3-dev | 2:8.39-9 | 2:8.39-9 | | +| 10 | protobuf-compiler | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 11 | chrpath | 0.16-2 | 0.16-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..c1acf744 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:---------------------|:--------------------------|:--------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | unzip | 6.0-21ubuntu1.1 | 6.0-21ubuntu1.1 | | +| 3 | wget | 1.19.4-1ubuntu2.2 | 1.19.4-1ubuntu2.2 | | +| 4 | git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.9 | | +| 5 | python3-tk | 3.6.9-1~18.04 | 3.6.9-1~18.04 | | +| 6 | libcurl4-openssl-dev | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 7 | libssl-dev | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.14 | | +| 8 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..6cee1bef --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md @@ -0,0 +1,23 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:-----------------|:---------------------|:---------------------|:---------| +| 0 | pyexasol | No version specified | No version specified | | +| 1 | gensim | No version specified | No version specified | | +| 2 | statsmodels | No version specified | No version specified | | +| 3 | pycurl | No version specified | No version specified | | +| 4 | scikit-learn | No version specified | No version specified | | +| 5 | scipy | 1.2.1 | 1.2.1 | | +| 6 | numpy | No version specified | No version specified | | +| 7 | ujson | No version specified | No version specified | | +| 8 | lxml | No version specified | No version specified | | +| 9 | nltk | No version specified | No version specified | | +| 10 | keras | 2.3.1 | 2.3.1 | | +| 11 | lifelines | No version specified | No version specified | | +| 12 | imbalanced-learn | No version specified | No version specified | | +| 13 | matplotlib | No version specified | No version specified | | +| 14 | seaborn | No version specified | No version specified | | +| 15 | kmodes | No version specified | No version specified | | +| 16 | tensorflow-hub | 0.4.0 | 0.4.0 | | +| 17 | tensorflow | 1.13.1 | 1.13.1 | | +| 18 | PyYAML | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..99419d76 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md @@ -0,0 +1,9 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:-----------------------|:-----------------------|:---------| +| 0 | ca-certificates | 20210119~18.04.2 | 20210119~18.04.2 | | +| 1 | python3-distutils | 3.6.9-1~18.04 | 3.6.9-1~18.04 | | +| 2 | python3.6 | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.6 | | +| 3 | python3.6-dev | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.6 | | +| 4 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..ebf644da --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | pandas | No version specified | No version specified | | +| 1 | numpy | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md new file mode 100644 index 00000000..417beab0 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | trivy | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md new file mode 100644 index 00000000..6b34b3a1 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:--------------------|:---------------------|:---------------------|:---------| +| 0 | apt-transport-https | No version specified | No version specified | | +| 1 | gnupg | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..bb309b24 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md @@ -0,0 +1,10 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:--------------------------|:--------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | libnss-db | 2.2.3pre1-6build2 | 2.2.3pre1-6build2 | | +| 3 | libzmq3-dev | 4.2.5-1ubuntu0.2 | 4.2.5-1ubuntu0.2 | | +| 4 | libprotobuf-dev | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 5 | libssl-dev | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.14 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/README.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/README.md new file mode 100644 index 00000000..3b6160f8 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/README.md @@ -0,0 +1,17 @@ +# Package Version Comparison between Python-3.6-data-science-cuda-exasol-6.2.0 flavor in 4.0.0 and Python-3.6-data-science-cuda-exasol-6.2.0 flavor in 3.2.0 + +- Comparison of build step Udfclient_deps + - [Comparison of package list Apt Get Packages](udfclient_deps/apt_get_packages_diff.md) +- Comparison of build step Security_scan + - [Comparison of package list Apt Get Packages](security_scan/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages Trivy Deps](security_scan/apt_get_packages_trivy_deps_diff.md) +- Comparison of build step Language_deps + - [Comparison of package list Apt Get Packages](language_deps/apt_get_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](language_deps/python3_pip_packages_diff.md) +- Comparison of build step Flavor_base_deps + - [Comparison of package list Apt Get Packages](flavor_base_deps/apt_get_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](flavor_base_deps/python3_pip_packages_diff.md) +- Comparison of build step Build_deps + - [Comparison of package list Apt Get Packages](build_deps/apt_get_packages_diff.md) +- Comparison of build step Base_test_deps + - [Comparison of package list Apt Get Packages](base_test_deps/apt_get_packages_diff.md) diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..46e5f64d --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:-----------------------|:-----------------------|:---------| +| 0 | python-protobuf | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 1 | python-zmq | 16.0.2-2build2 | 16.0.2-2build2 | | +| 2 | gdb | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 3 | valgrind | 1:3.13.0-2ubuntu2.3 | 1:3.13.0-2ubuntu2.3 | | +| 4 | gdbserver | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 5 | binutils | 2.30-21ubuntu1~18.04.7 | 2.30-21ubuntu1~18.04.7 | | +| 6 | patchelf | 0.9-1 | 0.9-1 | | +| 7 | chrpath | 0.16-2 | 0.16-2 | | +| 8 | strace | 4.21-1ubuntu1 | 4.21-1ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..2d70534a --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md @@ -0,0 +1,16 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:-------------------------|:-------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 3 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 4 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 5 | tar | 1.29b-2ubuntu0.2 | 1.29b-2ubuntu0.2 | | +| 6 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 7 | openjdk-11-jdk | 11.0.11+9-0ubuntu2~18.04 | 11.0.11+9-0ubuntu2~18.04 | | +| 8 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | +| 9 | libpcre3-dev | 2:8.39-9 | 2:8.39-9 | | +| 10 | protobuf-compiler | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 11 | chrpath | 0.16-2 | 0.16-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..c1acf744 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:---------------------|:--------------------------|:--------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | unzip | 6.0-21ubuntu1.1 | 6.0-21ubuntu1.1 | | +| 3 | wget | 1.19.4-1ubuntu2.2 | 1.19.4-1ubuntu2.2 | | +| 4 | git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.9 | | +| 5 | python3-tk | 3.6.9-1~18.04 | 3.6.9-1~18.04 | | +| 6 | libcurl4-openssl-dev | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 7 | libssl-dev | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.14 | | +| 8 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..6dbcbcaf --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md @@ -0,0 +1,23 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:-----------------|:---------------------|:---------------------|:---------| +| 0 | pyexasol | No version specified | No version specified | | +| 1 | gensim | No version specified | No version specified | | +| 2 | statsmodels | No version specified | No version specified | | +| 3 | pycurl | No version specified | No version specified | | +| 4 | scikit-learn | No version specified | No version specified | | +| 5 | scipy | 1.2.1 | 1.2.1 | | +| 6 | numpy | No version specified | No version specified | | +| 7 | ujson | No version specified | No version specified | | +| 8 | lxml | No version specified | No version specified | | +| 9 | nltk | No version specified | No version specified | | +| 10 | keras | 2.3.1 | 2.3.1 | | +| 11 | lifelines | No version specified | No version specified | | +| 12 | imbalanced-learn | No version specified | No version specified | | +| 13 | matplotlib | No version specified | No version specified | | +| 14 | seaborn | No version specified | No version specified | | +| 15 | kmodes | No version specified | No version specified | | +| 16 | tensorflow-hub | 0.4.0 | 0.4.0 | | +| 17 | tensorflow-gpu | 1.13.1 | 1.13.1 | | +| 18 | PyYAML | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..a5ec9a9a --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md @@ -0,0 +1,8 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:-----------------------|:-----------------------|:---------| +| 0 | python3.6 | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.6 | | +| 1 | python3.6-dev | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.6 | | +| 2 | python3-distutils | 3.6.9-1~18.04 | 3.6.9-1~18.04 | | +| 3 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..ebf644da --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | pandas | No version specified | No version specified | | +| 1 | numpy | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md new file mode 100644 index 00000000..417beab0 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | trivy | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md new file mode 100644 index 00000000..6b34b3a1 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:--------------------|:---------------------|:---------------------|:---------| +| 0 | apt-transport-https | No version specified | No version specified | | +| 1 | gnupg | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..bb309b24 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-data-science-cuda-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md @@ -0,0 +1,10 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:--------------------------|:--------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | libnss-db | 2.2.3pre1-6build2 | 2.2.3pre1-6build2 | | +| 3 | libzmq3-dev | 4.2.5-1ubuntu0.2 | 4.2.5-1ubuntu0.2 | | +| 4 | libprotobuf-dev | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 5 | libssl-dev | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.14 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/README.md b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/README.md new file mode 100644 index 00000000..db001c73 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/README.md @@ -0,0 +1,17 @@ +# Package Version Comparison between Python-3.6-minimal-exasol-6.2.0 flavor in 4.0.0 and Python-3.6-minimal-exasol-6.2.0 flavor in 3.2.0 + +- Comparison of build step Udfclient_deps + - [Comparison of package list Apt Get Packages](udfclient_deps/apt_get_packages_diff.md) +- Comparison of build step Security_scan + - [Comparison of package list Apt Get Packages](security_scan/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages Trivy Deps](security_scan/apt_get_packages_trivy_deps_diff.md) +- Comparison of build step Language_deps + - [Comparison of package list Apt Get Packages](language_deps/apt_get_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](language_deps/python3_pip_packages_diff.md) +- Comparison of build step Flavor_base_deps + - [Comparison of package list Apt Get Packages](flavor_base_deps/apt_get_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](flavor_base_deps/python3_pip_packages_diff.md) +- Comparison of build step Build_deps + - [Comparison of package list Apt Get Packages](build_deps/apt_get_packages_diff.md) +- Comparison of build step Base_test_deps + - [Comparison of package list Apt Get Packages](base_test_deps/apt_get_packages_diff.md) diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..46e5f64d --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:-----------------------|:-----------------------|:---------| +| 0 | python-protobuf | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 1 | python-zmq | 16.0.2-2build2 | 16.0.2-2build2 | | +| 2 | gdb | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 3 | valgrind | 1:3.13.0-2ubuntu2.3 | 1:3.13.0-2ubuntu2.3 | | +| 4 | gdbserver | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 5 | binutils | 2.30-21ubuntu1~18.04.7 | 2.30-21ubuntu1~18.04.7 | | +| 6 | patchelf | 0.9-1 | 0.9-1 | | +| 7 | chrpath | 0.16-2 | 0.16-2 | | +| 8 | strace | 4.21-1ubuntu1 | 4.21-1ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..2d70534a --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md @@ -0,0 +1,16 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:-------------------------|:-------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 3 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 4 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 5 | tar | 1.29b-2ubuntu0.2 | 1.29b-2ubuntu0.2 | | +| 6 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 7 | openjdk-11-jdk | 11.0.11+9-0ubuntu2~18.04 | 11.0.11+9-0ubuntu2~18.04 | | +| 8 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | +| 9 | libpcre3-dev | 2:8.39-9 | 2:8.39-9 | | +| 10 | protobuf-compiler | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 11 | chrpath | 0.16-2 | 0.16-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..c1acf744 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:---------------------|:--------------------------|:--------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | unzip | 6.0-21ubuntu1.1 | 6.0-21ubuntu1.1 | | +| 3 | wget | 1.19.4-1ubuntu2.2 | 1.19.4-1ubuntu2.2 | | +| 4 | git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.9 | | +| 5 | python3-tk | 3.6.9-1~18.04 | 3.6.9-1~18.04 | | +| 6 | libcurl4-openssl-dev | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 7 | libssl-dev | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.14 | | +| 8 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..c331db44 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md @@ -0,0 +1,4 @@ + + +| Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|-----------|--------------------|--------------------|----------| \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..25705ca6 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md @@ -0,0 +1,12 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:-----------------------|:-----------------------|:---------| +| 0 | ca-certificates | 20210119~18.04.2 | 20210119~18.04.2 | | +| 1 | python3.6-dev | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.6 | | +| 2 | python3-distutils | 3.6.9-1~18.04 | 3.6.9-1~18.04 | | +| 3 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 4 | git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.9 | | +| 5 | libblas-dev | 3.7.1-4ubuntu1 | 3.7.1-4ubuntu1 | | +| 6 | liblapack-dev | 3.7.1-4ubuntu1 | 3.7.1-4ubuntu1 | | +| 7 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..ff473241 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md @@ -0,0 +1,7 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------------------------------------------------|:---------------------|:---------------------|:---------| +| 0 | cython | 0.29.21 | 0.29.21 | | +| 1 | pandas | 1.1.5 | 1.1.5 | | +| 2 | git+https://github.com/numpy/numpy.git@maintenance/1.19.x | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md new file mode 100644 index 00000000..417beab0 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | trivy | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md new file mode 100644 index 00000000..6b34b3a1 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:--------------------|:---------------------|:---------------------|:---------| +| 0 | apt-transport-https | No version specified | No version specified | | +| 1 | gnupg | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..bb309b24 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.6-minimal-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md @@ -0,0 +1,10 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:--------------------------|:--------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | libnss-db | 2.2.3pre1-6build2 | 2.2.3pre1-6build2 | | +| 3 | libzmq3-dev | 4.2.5-1ubuntu0.2 | 4.2.5-1ubuntu0.2 | | +| 4 | libprotobuf-dev | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 5 | libssl-dev | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.14 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/README.md b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/README.md new file mode 100644 index 00000000..c29e2f41 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/README.md @@ -0,0 +1,18 @@ +# Package Version Comparison between Python-3.7-minimal-exasol-6.2.0 flavor in 4.0.0 and Python-3.7-minimal-exasol-6.2.0 flavor in 3.2.0 + +- Comparison of build step Udfclient_deps + - [Comparison of package list Apt Get Packages](udfclient_deps/apt_get_packages_diff.md) +- Comparison of build step Security_scan + - [Comparison of package list Apt Get Packages](security_scan/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages Trivy Deps](security_scan/apt_get_packages_trivy_deps_diff.md) +- Comparison of build step Language_deps + - [Comparison of package list Apt Get Packages](language_deps/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages Python](language_deps/apt_get_packages_python_diff.md) + - [Comparison of package list Python3 Pip Packages](language_deps/python3_pip_packages_diff.md) +- Comparison of build step Flavor_base_deps + - [Comparison of package list Apt Get Packages](flavor_base_deps/apt_get_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](flavor_base_deps/python3_pip_packages_diff.md) +- Comparison of build step Build_deps + - [Comparison of package list Apt Get Packages](build_deps/apt_get_packages_diff.md) +- Comparison of build step Base_test_deps + - [Comparison of package list Apt Get Packages](base_test_deps/apt_get_packages_diff.md) diff --git a/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..46e5f64d --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:-----------------------|:-----------------------|:---------| +| 0 | python-protobuf | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 1 | python-zmq | 16.0.2-2build2 | 16.0.2-2build2 | | +| 2 | gdb | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 3 | valgrind | 1:3.13.0-2ubuntu2.3 | 1:3.13.0-2ubuntu2.3 | | +| 4 | gdbserver | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 5 | binutils | 2.30-21ubuntu1~18.04.7 | 2.30-21ubuntu1~18.04.7 | | +| 6 | patchelf | 0.9-1 | 0.9-1 | | +| 7 | chrpath | 0.16-2 | 0.16-2 | | +| 8 | strace | 4.21-1ubuntu1 | 4.21-1ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..2d70534a --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md @@ -0,0 +1,16 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:-------------------------|:-------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 3 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 4 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 5 | tar | 1.29b-2ubuntu0.2 | 1.29b-2ubuntu0.2 | | +| 6 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 7 | openjdk-11-jdk | 11.0.11+9-0ubuntu2~18.04 | 11.0.11+9-0ubuntu2~18.04 | | +| 8 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | +| 9 | libpcre3-dev | 2:8.39-9 | 2:8.39-9 | | +| 10 | protobuf-compiler | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 11 | chrpath | 0.16-2 | 0.16-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..1391aef3 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md @@ -0,0 +1,9 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:---------------------|:--------------------|:--------------------|:---------| +| 0 | unzip | 6.0-21ubuntu1.1 | 6.0-21ubuntu1.1 | | +| 1 | wget | 1.19.4-1ubuntu2.2 | 1.19.4-1ubuntu2.2 | | +| 2 | git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.9 | | +| 3 | libcurl4-openssl-dev | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 4 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..c331db44 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md @@ -0,0 +1,4 @@ + + +| Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|-----------|--------------------|--------------------|----------| \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..f22a2645 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:-------------------|:-------------------|:---------| +| 0 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 1 | ca-certificates | 20210119~18.04.2 | 20210119~18.04.2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_python_diff.md b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_python_diff.md new file mode 100644 index 00000000..532db0e4 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_python_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:--------------|:-------------------|:-------------------|:---------| +| 0 | python3.7-dev | 3.7.12-1+bionic2 | 3.7.12-1+bionic2 | | +| 1 | python3.7 | 3.7.12-1+bionic2 | 3.7.12-1+bionic2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..2750532e --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:-------------------|:-------------------|:---------| +| 0 | pandas | 1.3.3 | 1.3.3 | | +| 1 | numpy | 1.21.2 | 1.21.2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md new file mode 100644 index 00000000..417beab0 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | trivy | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md new file mode 100644 index 00000000..6b34b3a1 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:--------------------|:---------------------|:---------------------|:---------| +| 0 | apt-transport-https | No version specified | No version specified | | +| 1 | gnupg | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..bb309b24 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.7-minimal-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md @@ -0,0 +1,10 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:--------------------------|:--------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | libnss-db | 2.2.3pre1-6build2 | 2.2.3pre1-6build2 | | +| 3 | libzmq3-dev | 4.2.5-1ubuntu0.2 | 4.2.5-1ubuntu0.2 | | +| 4 | libprotobuf-dev | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 5 | libssl-dev | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.14 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/README.md b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/README.md new file mode 100644 index 00000000..ca9792dc --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/README.md @@ -0,0 +1,17 @@ +# Package Version Comparison between Python-3.8-minimal-exasol-6.2.0 flavor in 4.0.0 and Python-3.8-minimal-exasol-6.2.0 flavor in 3.2.0 + +- Comparison of build step Udfclient_deps + - [Comparison of package list Apt Get Packages](udfclient_deps/apt_get_packages_diff.md) +- Comparison of build step Security_scan + - [Comparison of package list Apt Get Packages](security_scan/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages Trivy Deps](security_scan/apt_get_packages_trivy_deps_diff.md) +- Comparison of build step Language_deps + - [Comparison of package list Apt Get Packages](language_deps/apt_get_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](language_deps/python3_pip_packages_diff.md) +- Comparison of build step Flavor_base_deps + - [Comparison of package list Apt Get Packages](flavor_base_deps/apt_get_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](flavor_base_deps/python3_pip_packages_diff.md) +- Comparison of build step Build_deps + - [Comparison of package list Apt Get Packages](build_deps/apt_get_packages_diff.md) +- Comparison of build step Base_test_deps + - [Comparison of package list Apt Get Packages](base_test_deps/apt_get_packages_diff.md) diff --git a/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..6bf5317b --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md @@ -0,0 +1,11 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:---------------------|:---------------------|:---------| +| 0 | python-protobuf | 3.6.1.3-2ubuntu5 | 3.6.1.3-2ubuntu5 | | +| 1 | gdb | 9.2-0ubuntu1~20.04.1 | 9.2-0ubuntu1~20.04.1 | | +| 2 | valgrind | 1:3.15.0-1ubuntu9.1 | 1:3.15.0-1ubuntu9.1 | | +| 3 | gdbserver | 9.2-0ubuntu1~20.04.1 | 9.2-0ubuntu1~20.04.1 | | +| 4 | binutils | 2.34-6ubuntu1.3 | 2.34-6ubuntu1.3 | | +| 5 | patchelf | 0.10-2build1 | 0.10-2build1 | | +| 6 | strace | 5.5-3ubuntu1 | 5.5-3ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..2d70534a --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md @@ -0,0 +1,16 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:-------------------------|:-------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 3 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 4 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 5 | tar | 1.29b-2ubuntu0.2 | 1.29b-2ubuntu0.2 | | +| 6 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 7 | openjdk-11-jdk | 11.0.11+9-0ubuntu2~18.04 | 11.0.11+9-0ubuntu2~18.04 | | +| 8 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | +| 9 | libpcre3-dev | 2:8.39-9 | 2:8.39-9 | | +| 10 | protobuf-compiler | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 11 | chrpath | 0.16-2 | 0.16-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..60390a82 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md @@ -0,0 +1,8 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:---------------------|:--------------------|:--------------------|:---------| +| 0 | unzip | 6.0-25ubuntu1 | 6.0-25ubuntu1 | | +| 1 | git | 1:2.25.1-1ubuntu3.2 | 1:2.25.1-1ubuntu3.2 | | +| 2 | libcurl4-openssl-dev | 7.68.0-1ubuntu2.7 | 7.68.0-1ubuntu2.7 | | +| 3 | build-essential | 12.8ubuntu1.1 | 12.8ubuntu1.1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..c331db44 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md @@ -0,0 +1,4 @@ + + +| Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|-----------|--------------------|--------------------|----------| \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..6ad45f0b --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md @@ -0,0 +1,8 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:------------------------|:------------------------|:---------| +| 0 | ca-certificates | 20210119~20.04.2 | 20210119~20.04.2 | | +| 1 | python3.8-dev | 3.8.10-0ubuntu1~20.04.2 | 3.8.10-0ubuntu1~20.04.2 | | +| 2 | python3-distutils | 3.8.10-0ubuntu1~20.04 | 3.8.10-0ubuntu1~20.04 | | +| 3 | curl | 7.68.0-1ubuntu2.7 | 7.68.0-1ubuntu2.7 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..77b3c06f --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:-------------------|:-------------------|:---------| +| 0 | pandas | 1.3.4 | 1.3.4 | | +| 1 | numpy | 1.21.3 | 1.21.3 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md new file mode 100644 index 00000000..417beab0 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | trivy | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md new file mode 100644 index 00000000..6b34b3a1 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:--------------------|:---------------------|:---------------------|:---------| +| 0 | apt-transport-https | No version specified | No version specified | | +| 1 | gnupg | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..d0b9b609 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/python-3.8-minimal-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md @@ -0,0 +1,10 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:-------------------|:-------------------|:---------| +| 0 | coreutils | 8.30-3ubuntu2 | 8.30-3ubuntu2 | | +| 1 | locales | 2.31-0ubuntu9.2 | 2.31-0ubuntu9.2 | | +| 2 | libnss-db | 2.2.3pre1-6build6 | 2.2.3pre1-6build6 | | +| 3 | libzmq3-dev | 4.3.2-2ubuntu1 | 4.3.2-2ubuntu1 | | +| 4 | libprotobuf-dev | 3.6.1.3-2ubuntu5 | 3.6.1.3-2ubuntu5 | | +| 5 | libssl-dev | 1.1.1f-1ubuntu2.10 | 1.1.1f-1ubuntu2.10 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/README.md b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/README.md new file mode 100644 index 00000000..3d5e19fe --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/README.md @@ -0,0 +1,21 @@ +# Package Version Comparison between R-3.5-data-science-exasol-6.2.0 flavor in 4.0.0 and R-3.5-data-science-exasol-6.2.0 flavor in 3.2.0 + +- Comparison of build step Udfclient_deps + - [Comparison of package list Apt Get Packages](udfclient_deps/apt_get_packages_diff.md) +- Comparison of build step Security_scan + - [Comparison of package list Apt Get Packages](security_scan/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages Oyster Deps](security_scan/apt_get_packages_oyster_deps_diff.md) + - [Comparison of package list Apt Get Packages Trivy Deps](security_scan/apt_get_packages_trivy_deps_diff.md) + - [Comparison of package list R Cran Packages](security_scan/r_cran_packages_diff.md) +- Comparison of build step Language_deps + - [Comparison of package list Apt Get Packages](language_deps/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages R](language_deps/apt_get_packages_r_diff.md) +- Comparison of build step Flavor_base_deps_2 + - [Comparison of package list Cran Packages](flavor_base_deps_2/cran_packages_diff.md) +- Comparison of build step Flavor_base_deps + - [Comparison of package list Apt Get Packages](flavor_base_deps/apt_get_packages_diff.md) + - [Comparison of package list Cran Packages](flavor_base_deps/cran_packages_diff.md) +- Comparison of build step Build_deps + - [Comparison of package list Apt Get Packages](build_deps/apt_get_packages_diff.md) +- Comparison of build step Base_test_deps + - [Comparison of package list Apt Get Packages](base_test_deps/apt_get_packages_diff.md) diff --git a/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..46e5f64d --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:-----------------------|:-----------------------|:---------| +| 0 | python-protobuf | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 1 | python-zmq | 16.0.2-2build2 | 16.0.2-2build2 | | +| 2 | gdb | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 3 | valgrind | 1:3.13.0-2ubuntu2.3 | 1:3.13.0-2ubuntu2.3 | | +| 4 | gdbserver | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 5 | binutils | 2.30-21ubuntu1~18.04.7 | 2.30-21ubuntu1~18.04.7 | | +| 6 | patchelf | 0.9-1 | 0.9-1 | | +| 7 | chrpath | 0.16-2 | 0.16-2 | | +| 8 | strace | 4.21-1ubuntu1 | 4.21-1ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..2d70534a --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md @@ -0,0 +1,16 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:-------------------------|:-------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 3 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 4 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 5 | tar | 1.29b-2ubuntu0.2 | 1.29b-2ubuntu0.2 | | +| 6 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 7 | openjdk-11-jdk | 11.0.11+9-0ubuntu2~18.04 | 11.0.11+9-0ubuntu2~18.04 | | +| 8 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | +| 9 | libpcre3-dev | 2:8.39-9 | 2:8.39-9 | | +| 10 | protobuf-compiler | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 11 | chrpath | 0.16-2 | 0.16-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..78fdfbb4 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md @@ -0,0 +1,15 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------------|:-------------------------|:-------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | unzip | 6.0-21ubuntu1.1 | 6.0-21ubuntu1.1 | | +| 3 | wget | 1.19.4-1ubuntu2.2 | 1.19.4-1ubuntu2.2 | | +| 4 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 5 | git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.9 | | +| 6 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | +| 7 | openjdk-11-jdk-headless | 11.0.13+8-0ubuntu1~18.04 | 11.0.13+8-0ubuntu1~18.04 | | +| 8 | r-base | 3.6.3-1bionic | 3.6.3-1bionic | | +| 9 | libxml2-dev | 2.9.4+dfsg1-6.1ubuntu1.4 | 2.9.4+dfsg1-6.1ubuntu1.4 | | +| 10 | libcurl4-openssl-dev | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/flavor_base_deps/cran_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/flavor_base_deps/cran_packages_diff.md new file mode 100644 index 00000000..e5534a7a --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/flavor_base_deps/cran_packages_diff.md @@ -0,0 +1,74 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:--------------|:---------------------|:---------------------|:---------| +| 0 | BH | No version specified | No version specified | | +| 1 | foreach | No version specified | No version specified | | +| 2 | gplots | No version specified | No version specified | | +| 3 | gmodels | No version specified | No version specified | | +| 4 | glmnet | No version specified | No version specified | | +| 5 | gdata | No version specified | No version specified | | +| 6 | gbm | No version specified | No version specified | | +| 7 | forecast | No version specified | No version specified | | +| 8 | forcats | No version specified | No version specified | | +| 9 | haven | No version specified | No version specified | | +| 10 | flashClust | No version specified | No version specified | | +| 11 | evaluate | No version specified | No version specified | | +| 12 | earth | No version specified | No version specified | | +| 13 | e1071 | No version specified | No version specified | | +| 14 | dplyr | No version specified | No version specified | | +| 15 | doParallel | No version specified | No version specified | | +| 16 | gtools | No version specified | No version specified | | +| 17 | hexbin | No version specified | No version specified | | +| 18 | Brobdingnag | No version specified | No version specified | | +| 19 | ipred | No version specified | No version specified | | +| 20 | labelled | No version specified | No version specified | | +| 21 | knitr | No version specified | No version specified | | +| 22 | klaR | No version specified | No version specified | | +| 23 | kernlab | No version specified | No version specified | | +| 24 | jsonlite | No version specified | No version specified | | +| 25 | iterators | No version specified | No version specified | | +| 26 | imputeTS | No version specified | No version specified | | +| 27 | highr | No version specified | No version specified | | +| 28 | igraph | No version specified | No version specified | | +| 29 | httr | No version specified | No version specified | | +| 30 | httpuv | No version specified | No version specified | | +| 31 | htmlwidgets | No version specified | No version specified | | +| 32 | htmltools | No version specified | No version specified | | +| 33 | hms | No version specified | No version specified | | +| 34 | dbplyr | No version specified | No version specified | | +| 35 | data.table | No version specified | No version specified | | +| 36 | crosstalk | No version specified | No version specified | | +| 37 | RCurl | No version specified | No version specified | | +| 38 | TH.data | No version specified | No version specified | | +| 39 | RcppEigen | No version specified | No version specified | | +| 40 | RcppArmadillo | No version specified | No version specified | | +| 41 | RWeka | No version specified | No version specified | | +| 42 | ROSE | No version specified | No version specified | | +| 43 | ROCR | No version specified | No version specified | | +| 44 | MPTinR | No version specified | No version specified | | +| 45 | combinat | No version specified | No version specified | | +| 46 | MASS | No version specified | No version specified | | +| 47 | LowRankQP | No version specified | No version specified | | +| 48 | KernSmoothIRT | No version specified | No version specified | | +| 49 | ISLR | No version specified | No version specified | | +| 50 | DBI | No version specified | No version specified | | +| 51 | CORElearn | No version specified | No version specified | | +| 52 | abind | No version specified | No version specified | | +| 53 | arules | No version specified | No version specified | | +| 54 | assertthat | No version specified | No version specified | | +| 55 | backports | No version specified | No version specified | | +| 56 | base64enc | No version specified | No version specified | | +| 57 | bindr | No version specified | No version specified | | +| 58 | bindrcpp | No version specified | No version specified | | +| 59 | bitops | No version specified | No version specified | | +| 60 | broom | No version specified | No version specified | | +| 61 | caTools | No version specified | No version specified | | +| 62 | callr | No version specified | No version specified | | +| 63 | car | No version specified | No version specified | | +| 64 | carData | No version specified | No version specified | | +| 65 | caret | No version specified | No version specified | | +| 66 | cellranger | No version specified | No version specified | | +| 67 | classInt | No version specified | No version specified | | +| 68 | clustMixType | No version specified | No version specified | | +| 69 | lars | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/flavor_base_deps_2/cran_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/flavor_base_deps_2/cran_packages_diff.md new file mode 100644 index 00000000..00addd05 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/flavor_base_deps_2/cran_packages_diff.md @@ -0,0 +1,68 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:-----------------|:---------------------|:---------------------|:---------| +| 0 | later | No version specified | No version specified | | +| 1 | lme4 | No version specified | No version specified | | +| 2 | rematch | No version specified | No version specified | | +| 3 | reprex | No version specified | No version specified | | +| 4 | rgl | No version specified | No version specified | | +| 5 | rio | No version specified | No version specified | | +| 6 | rmarkdown | No version specified | No version specified | | +| 7 | rprojroot | No version specified | No version specified | | +| 8 | rredis | No version specified | No version specified | | +| 9 | rstudioapi | No version specified | No version specified | | +| 10 | rvest | No version specified | No version specified | | +| 11 | sandwich | No version specified | No version specified | | +| 12 | selectr | No version specified | No version specified | | +| 13 | shiny | No version specified | No version specified | | +| 14 | sourcetools | No version specified | No version specified | | +| 15 | sp | No version specified | No version specified | | +| 16 | spData | No version specified | No version specified | | +| 17 | stinepack | No version specified | No version specified | | +| 18 | survival | No version specified | No version specified | | +| 19 | testthat | No version specified | No version specified | | +| 20 | tidyr | No version specified | No version specified | | +| 21 | tidyselect | No version specified | No version specified | | +| 22 | tidyverse | No version specified | No version specified | | +| 23 | tinytex | No version specified | No version specified | | +| 24 | tree | No version specified | No version specified | | +| 25 | webshot | No version specified | No version specified | | +| 26 | whisker | No version specified | No version specified | | +| 27 | XML | No version specified | No version specified | | +| 28 | xml2 | No version specified | No version specified | | +| 29 | xtable | No version specified | No version specified | | +| 30 | yaml | No version specified | No version specified | | +| 31 | readxl | No version specified | No version specified | | +| 32 | readr | No version specified | No version specified | | +| 33 | ranger | No version specified | No version specified | | +| 34 | np | No version specified | No version specified | | +| 35 | lubridate | No version specified | No version specified | | +| 36 | manipulateWidget | No version specified | No version specified | | +| 37 | maptools | No version specified | No version specified | | +| 38 | markdown | No version specified | No version specified | | +| 39 | mboost | No version specified | No version specified | | +| 40 | mime | No version specified | No version specified | | +| 41 | miniUI | No version specified | No version specified | | +| 42 | minqa | No version specified | No version specified | | +| 43 | mnormt | No version specified | No version specified | | +| 44 | modelr | No version specified | No version specified | | +| 45 | multcomp | No version specified | No version specified | | +| 46 | mvtnorm | No version specified | No version specified | | +| 47 | nloptr | No version specified | No version specified | | +| 48 | numDeriv | No version specified | No version specified | | +| 49 | randomForest | No version specified | No version specified | | +| 50 | openssl | No version specified | No version specified | | +| 51 | openxlsx | No version specified | No version specified | | +| 52 | party | No version specified | No version specified | | +| 53 | pbkrtest | No version specified | No version specified | | +| 54 | pkgconfig | No version specified | No version specified | | +| 55 | plogr | No version specified | No version specified | | +| 56 | plotly | No version specified | No version specified | | +| 57 | plotrix | No version specified | No version specified | | +| 58 | praise | No version specified | No version specified | | +| 59 | processx | No version specified | No version specified | | +| 60 | promises | No version specified | No version specified | | +| 61 | psych | No version specified | No version specified | | +| 62 | purrr | No version specified | No version specified | | +| 63 | zip | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..8920f836 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:-------------------|:-------------------|:---------| +| 0 | ca-certificates | 20210119~18.04.2 | 20210119~18.04.2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/language_deps/apt_get_packages_r_diff.md b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/language_deps/apt_get_packages_r_diff.md new file mode 100644 index 00000000..aacdd1ab --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/language_deps/apt_get_packages_r_diff.md @@ -0,0 +1,7 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------|:-------------------|:-------------------|:---------| +| 0 | r-base-core | 3.6.3-1bionic | 3.6.3-1bionic | | +| 1 | r-base-dev | 3.6.3-1bionic | 3.6.3-1bionic | | +| 2 | gfortran | 4:7.4.0-1ubuntu2.3 | 4:7.4.0-1ubuntu2.3 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md new file mode 100644 index 00000000..417beab0 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | trivy | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/security_scan/apt_get_packages_oyster_deps_diff.md b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/security_scan/apt_get_packages_oyster_deps_diff.md new file mode 100644 index 00000000..29cde6f1 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/security_scan/apt_get_packages_oyster_deps_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:---------------------|:---------------------|:---------------------|:---------| +| 0 | libcurl4-openssl-dev | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md new file mode 100644 index 00000000..6b34b3a1 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:--------------------|:---------------------|:---------------------|:---------| +| 0 | apt-transport-https | No version specified | No version specified | | +| 1 | gnupg | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/security_scan/r_cran_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/security_scan/r_cran_packages_diff.md new file mode 100644 index 00000000..7cf7e205 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/security_scan/r_cran_packages_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | rjson | 0.2.20 | 0.2.20 | | +| 1 | oysteR | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..bb309b24 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-3.5-data-science-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md @@ -0,0 +1,10 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:--------------------------|:--------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | libnss-db | 2.2.3pre1-6build2 | 2.2.3pre1-6build2 | | +| 3 | libzmq3-dev | 4.2.5-1ubuntu0.2 | 4.2.5-1ubuntu0.2 | | +| 4 | libprotobuf-dev | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 5 | libssl-dev | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.14 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/README.md b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/README.md new file mode 100644 index 00000000..c30e6b40 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/README.md @@ -0,0 +1,19 @@ +# Package Version Comparison between R-4-minimal-exasol-6.2.0 flavor in 4.0.0 and R-4-minimal-exasol-6.2.0 flavor in 3.2.0 + +- Comparison of build step Udfclient_deps + - [Comparison of package list Apt Get Packages](udfclient_deps/apt_get_packages_diff.md) +- Comparison of build step Security_scan + - [Comparison of package list Apt Get Packages](security_scan/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages Oyster Deps](security_scan/apt_get_packages_oyster_deps_diff.md) + - [Comparison of package list Apt Get Packages Trivy Deps](security_scan/apt_get_packages_trivy_deps_diff.md) + - [Comparison of package list R Cran Packages](security_scan/r_cran_packages_diff.md) +- Comparison of build step Language_deps + - [Comparison of package list Apt Get Packages](language_deps/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages R](language_deps/apt_get_packages_r_diff.md) +- Comparison of build step Flavor_base_deps + - [Comparison of package list Apt Get Packages](flavor_base_deps/apt_get_packages_diff.md) + - [Comparison of package list Cran Packages](flavor_base_deps/cran_packages_diff.md) +- Comparison of build step Build_deps + - [Comparison of package list Apt Get Packages](build_deps/apt_get_packages_diff.md) +- Comparison of build step Base_test_deps + - [Comparison of package list Apt Get Packages](base_test_deps/apt_get_packages_diff.md) diff --git a/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..46e5f64d --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:-----------------------|:-----------------------|:---------| +| 0 | python-protobuf | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 1 | python-zmq | 16.0.2-2build2 | 16.0.2-2build2 | | +| 2 | gdb | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 3 | valgrind | 1:3.13.0-2ubuntu2.3 | 1:3.13.0-2ubuntu2.3 | | +| 4 | gdbserver | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 5 | binutils | 2.30-21ubuntu1~18.04.7 | 2.30-21ubuntu1~18.04.7 | | +| 6 | patchelf | 0.9-1 | 0.9-1 | | +| 7 | chrpath | 0.16-2 | 0.16-2 | | +| 8 | strace | 4.21-1ubuntu1 | 4.21-1ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..2d70534a --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md @@ -0,0 +1,16 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:-------------------------|:-------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 3 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 4 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 5 | tar | 1.29b-2ubuntu0.2 | 1.29b-2ubuntu0.2 | | +| 6 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 7 | openjdk-11-jdk | 11.0.11+9-0ubuntu2~18.04 | 11.0.11+9-0ubuntu2~18.04 | | +| 8 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | +| 9 | libpcre3-dev | 2:8.39-9 | 2:8.39-9 | | +| 10 | protobuf-compiler | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 11 | chrpath | 0.16-2 | 0.16-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..e4802560 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md @@ -0,0 +1,9 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:--------------------|:--------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | unzip | 6.0-21ubuntu1.1 | 6.0-21ubuntu1.1 | | +| 3 | wget | 1.19.4-1ubuntu2.2 | 1.19.4-1ubuntu2.2 | | +| 4 | git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.9 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/flavor_base_deps/cran_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/flavor_base_deps/cran_packages_diff.md new file mode 100644 index 00000000..c331db44 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/flavor_base_deps/cran_packages_diff.md @@ -0,0 +1,4 @@ + + +| Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|-----------|--------------------|--------------------|----------| \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..efc84794 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:-------------------|:-------------------|:---------| +| 0 | ca-certificates | 20210119~18.04.2 | 20210119~18.04.2 | | +| 1 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_r_diff.md b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_r_diff.md new file mode 100644 index 00000000..f769f9dc --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/language_deps/apt_get_packages_r_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------|:-------------------|:-------------------|:---------| +| 0 | r-base-core | 4.1.0-1.1804.0 | 4.1.0-1.1804.0 | | +| 1 | r-base-dev | 4.1.0-1.1804.0 | 4.1.0-1.1804.0 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md new file mode 100644 index 00000000..417beab0 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | trivy | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_oyster_deps_diff.md b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_oyster_deps_diff.md new file mode 100644 index 00000000..29cde6f1 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_oyster_deps_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:---------------------|:---------------------|:---------------------|:---------| +| 0 | libcurl4-openssl-dev | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md new file mode 100644 index 00000000..6b34b3a1 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:--------------------|:---------------------|:---------------------|:---------| +| 0 | apt-transport-https | No version specified | No version specified | | +| 1 | gnupg | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/security_scan/r_cran_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/security_scan/r_cran_packages_diff.md new file mode 100644 index 00000000..4d074951 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/security_scan/r_cran_packages_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | oysteR | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..bb309b24 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/r-4-minimal-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md @@ -0,0 +1,10 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:--------------------------|:--------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | libnss-db | 2.2.3pre1-6build2 | 2.2.3pre1-6build2 | | +| 3 | libzmq3-dev | 4.2.5-1ubuntu0.2 | 4.2.5-1ubuntu0.2 | | +| 4 | libprotobuf-dev | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 5 | libssl-dev | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.14 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/README.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/README.md new file mode 100644 index 00000000..4fc2b647 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/README.md @@ -0,0 +1,19 @@ +# Package Version Comparison between Standard-exasol-6.2.0 flavor in 4.0.0 and Standard-exasol-6.2.0 flavor in 3.2.0 + +- Comparison of build step Udfclient_deps + - [Comparison of package list Apt Get Packages](udfclient_deps/apt_get_packages_diff.md) +- Comparison of build step Security_scan + - [Comparison of package list Apt Get Packages](security_scan/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages Trivy Deps](security_scan/apt_get_packages_trivy_deps_diff.md) +- Comparison of build step Language_deps + - [Comparison of package list Apt Get Packages](language_deps/apt_get_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](language_deps/python3_pip_packages_diff.md) +- Comparison of build step Flavor_base_deps + - [Comparison of package list Apt Get Packages](flavor_base_deps/apt_get_packages_diff.md) + - [Comparison of package list Cran Packages](flavor_base_deps/cran_packages_diff.md) + - [Comparison of package list Python2 Pip Packages](flavor_base_deps/python2_pip_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](flavor_base_deps/python3_pip_packages_diff.md) +- Comparison of build step Build_deps + - [Comparison of package list Apt Get Packages](build_deps/apt_get_packages_diff.md) +- Comparison of build step Base_test_deps + - [Comparison of package list Apt Get Packages](base_test_deps/apt_get_packages_diff.md) diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..46e5f64d --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/base_test_deps/apt_get_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:-----------------------|:-----------------------|:---------| +| 0 | python-protobuf | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 1 | python-zmq | 16.0.2-2build2 | 16.0.2-2build2 | | +| 2 | gdb | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 3 | valgrind | 1:3.13.0-2ubuntu2.3 | 1:3.13.0-2ubuntu2.3 | | +| 4 | gdbserver | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 5 | binutils | 2.30-21ubuntu1~18.04.7 | 2.30-21ubuntu1~18.04.7 | | +| 6 | patchelf | 0.9-1 | 0.9-1 | | +| 7 | chrpath | 0.16-2 | 0.16-2 | | +| 8 | strace | 4.21-1ubuntu1 | 4.21-1ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..2d70534a --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/build_deps/apt_get_packages_diff.md @@ -0,0 +1,16 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:-------------------------|:-------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 3 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 4 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 5 | tar | 1.29b-2ubuntu0.2 | 1.29b-2ubuntu0.2 | | +| 6 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 7 | openjdk-11-jdk | 11.0.11+9-0ubuntu2~18.04 | 11.0.11+9-0ubuntu2~18.04 | | +| 8 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | +| 9 | libpcre3-dev | 2:8.39-9 | 2:8.39-9 | | +| 10 | protobuf-compiler | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 11 | chrpath | 0.16-2 | 0.16-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..6bd96f32 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/flavor_base_deps/apt_get_packages_diff.md @@ -0,0 +1,113 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|----:|:----------------------|:--------------------------------|:--------------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | r-base | 3.4.4-1ubuntu1 | 3.4.4-1ubuntu1 | | +| 2 | r-cran-gridextra | 2.3-1.1 | 2.3-1.1 | | +| 3 | r-cran-gbm | 2.1.3-2 | 2.1.3-2 | | +| 4 | r-cran-fastcluster | 1.1.24-1 | 1.1.24-1 | | +| 5 | r-cran-e1071 | 1.6-8-2build1 | 1.6-8-2build1 | | +| 6 | r-cran-chron | 2.3-52-1 | 2.3-52-1 | | +| 7 | r-cran-acepack | 1.4.1-2build1 | 1.4.1-2build1 | | +| 8 | r-cran-rodbc | 1.3-15-1build1 | 1.3-15-1build1 | | +| 9 | r-cran-rcolorbrewer | 1.1-2-1.1 | 1.1-2-1.1 | | +| 10 | r-cran-formula | 1.2-2-1.1 | 1.2-2-1.1 | | +| 11 | r-cran-xml | 3.98-1.10-1 | 3.98-1.10-1 | | +| 12 | r-cran-rcurl | 1.95-4.8-4build1 | 1.95-4.8-4build1 | | +| 13 | python3-simplejson | 3.13.2-1 | 3.13.2-1 | | +| 14 | python3-lxml | 4.2.1-1ubuntu0.6 | 4.2.1-1ubuntu0.6 | | +| 15 | python3-paramiko | 2.0.0-1ubuntu1.2 | 2.0.0-1ubuntu1.2 | | +| 16 | python3-ujson | 1.35-2 | 1.35-2 | | +| 17 | python3-boto | 2.44.0-1ubuntu2.18.04.1 | 2.44.0-1ubuntu2.18.04.1 | | +| 18 | python3-requests | 2.18.4-2ubuntu0.1 | 2.18.4-2ubuntu0.1 | | +| 19 | python3-docutils | 0.14+dfsg-3 | 0.14+dfsg-3 | | +| 20 | python3-cffi | 1.11.5-1 | 1.11.5-1 | | +| 21 | python3-jinja2 | 2.10-1ubuntu0.18.04.1 | 2.10-1ubuntu0.18.04.1 | | +| 22 | python3-pycparser | 2.18-2 | 2.18-2 | | +| 23 | python3-pyftpdlib | 1.5.1-4ubuntu1 | 1.5.1-4ubuntu1 | | +| 24 | python3-pygments | 2.2.0+dfsg-1ubuntu0.2 | 2.2.0+dfsg-1ubuntu0.2 | | +| 25 | python3-scipy | 0.19.1-2ubuntu1 | 0.19.1-2ubuntu1 | | +| 26 | r-cran-gtable | 0.2.0-2 | 0.2.0-2 | | +| 27 | r-cran-latticeextra | 0.6-28-2build1 | 0.6-28-2build1 | | +| 28 | r-cran-randomforest | 4.6-12-2 | 4.6-12-2 | | +| 29 | r-cran-bradleyterry2 | 1.0-8-1 | 1.0-8-1 | | +| 30 | r-cran-scales | 0.5.0-1ubuntu1 | 0.5.0-1ubuntu1 | | +| 31 | r-cran-reshape2 | 1.4.2-1build1 | 1.4.2-1build1 | | +| 32 | r-cran-rcppeigen | 0.3.3.4.0-1 | 0.3.3.4.0-1 | | +| 33 | r-cran-rcpp | 0.12.15-1 | 0.12.15-1 | | +| 34 | r-cran-proto | 1.0.0-1build1 | 1.0.0-1build1 | | +| 35 | r-cran-profilemodel | 0.5-9-2 | 0.5-9-2 | | +| 36 | r-cran-plyr | 1.8.4-1build1 | 1.8.4-1build1 | | +| 37 | r-cran-nloptr | 1.0.4-1build1 | 1.0.4-1build1 | | +| 38 | r-cran-munsell | 0.4.3-2 | 0.4.3-2 | | +| 39 | r-cran-minqa | 1.2.4-1build1 | 1.2.4-1build1 | | +| 40 | r-cran-magrittr | 1.5-4 | 1.5-4 | | +| 41 | r-cran-lme4 | 1.1-15-1 | 1.1-15-1 | | +| 42 | r-cran-labeling | 0.3-2 | 0.3-2 | | +| 43 | r-cran-iterators | 1.0.9-1 | 1.0.9-1 | | +| 44 | r-cran-gtools | 3.5.0-2build1 | 3.5.0-2build1 | | +| 45 | r-cran-ggplot2 | 2.2.1-3 | 2.2.1-3 | | +| 46 | r-cran-foreach | 1.4.4-1 | 1.4.4-1 | | +| 47 | r-cran-digest | 0.6.15-1 | 0.6.15-1 | | +| 48 | r-cran-dichromat | 1:2.0-0-1 | 1:2.0-0-1 | | +| 49 | r-cran-colorspace | 1.3-2-2 | 1.3-2-2 | | +| 50 | r-cran-caret | 6.0-78+dfsg1-1 | 6.0-78+dfsg1-1 | | +| 51 | r-cran-car | 2.1-6-1 | 2.1-6-1 | | +| 52 | r-cran-brglm | 0.6.1-1 | 0.6.1-1 | | +| 53 | python3-sklearn | 0.19.1-3 | 0.19.1-3 | | +| 54 | python3-pyodbc | 4.0.17-1 | 4.0.17-1 | | +| 55 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 56 | python-jinja2 | 2.10-1ubuntu0.18.04.1 | 2.10-1ubuntu0.18.04.1 | | +| 57 | python-pyodbc | 4.0.17-1 | 4.0.17-1 | | +| 58 | python-pykickstart | 1.83-2 | 1.83-2 | | +| 59 | python-pygments | 2.2.0+dfsg-1ubuntu0.2 | 2.2.0+dfsg-1ubuntu0.2 | | +| 60 | python-pyftpdlib | 1.5.1-4ubuntu1 | 1.5.1-4ubuntu1 | | +| 61 | pyflakes | 1.6.0-1 | 1.6.0-1 | | +| 62 | python-pycryptopp | 0.7.1-3 | 0.7.1-3 | | +| 63 | python-pycparser | 2.18-2 | 2.18-2 | | +| 64 | python-pyasn1-modules | 0.2.1-0.2 | 0.2.1-0.2 | | +| 65 | python-pyasn1 | 0.4.2-3 | 0.4.2-3 | | +| 66 | python-protobuf | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 67 | python-martian | 0.14-0ubuntu1 | 0.14-0ubuntu1 | | +| 68 | ipython | 5.5.0-1 | 5.5.0-1 | | +| 69 | python3-openssl | 17.5.0-1ubuntu1 | 17.5.0-1ubuntu1 | | +| 70 | python-ipaddress | 1.0.17-1 | 1.0.17-1 | | +| 71 | python-idna | 2.6-1 | 2.6-1 | | +| 72 | python-enum34 | 1.1.6-2 | 1.1.6-2 | | +| 73 | python-docutils | 0.14+dfsg-3 | 0.14+dfsg-3 | | +| 74 | python-cryptography | 2.1.4-1ubuntu1.4 | 2.1.4-1ubuntu1.4 | | +| 75 | python-cffi | 1.11.5-1 | 1.11.5-1 | | +| 76 | python-setuptools | 39.0.1-2 | 39.0.1-2 | | +| 77 | git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.9 | | +| 78 | maven | 3.6.0-1~18.04.1 | 3.6.0-1~18.04.1 | | +| 79 | wget | 1.19.4-1ubuntu2.2 | 1.19.4-1ubuntu2.2 | | +| 80 | unzip | 6.0-21ubuntu1.1 | 6.0-21ubuntu1.1 | | +| 81 | python-openssl | 17.5.0-1ubuntu1 | 17.5.0-1ubuntu1 | | +| 82 | python-pypdf2 | 1.26.0-2 | 1.26.0-2 | | +| 83 | libldb1 | 2:1.2.3-1ubuntu0.2 | 2:1.2.3-1ubuntu0.2 | | +| 84 | python-ldb | 2:1.2.3-1ubuntu0.2 | 2:1.2.3-1ubuntu0.2 | | +| 85 | python3-leveldb | 0~svn68-3build3 | 0~svn68-3build3 | | +| 86 | python3-ldap | 3.0.0-1ubuntu0.1 | 3.0.0-1ubuntu0.1 | | +| 87 | python3-roman | 2.0.0-3 | 2.0.0-3 | | +| 88 | python3-smbc | 1.0.15.6-1build2 | 1.0.15.6-1build2 | | +| 89 | python3-redis | 2.10.6-2ubuntu1 | 2.10.6-2ubuntu1 | | +| 90 | python3-pycurl | 7.43.0.1-0.2 | 7.43.0.1-0.2 | | +| 91 | python3-setuptools | 39.0.1-2 | 39.0.1-2 | | +| 92 | python-simplejson | 3.13.2-1 | 3.13.2-1 | | +| 93 | python-paramiko | 2.0.0-1ubuntu1.2 | 2.0.0-1ubuntu1.2 | | +| 94 | python-requests | 2.18.4-2ubuntu0.1 | 2.18.4-2ubuntu0.1 | | +| 95 | python-pycurl | 7.43.0.1-0.2 | 7.43.0.1-0.2 | | +| 96 | python-boto | 2.44.0-1ubuntu2.18.04.1 | 2.44.0-1ubuntu2.18.04.1 | | +| 97 | python-scipy | 0.19.1-2ubuntu1 | 0.19.1-2ubuntu1 | | +| 98 | python-redis | 2.10.6-2ubuntu1 | 2.10.6-2ubuntu1 | | +| 99 | python-pandas | 0.22.0-4ubuntu1 | 0.22.0-4ubuntu1 | | +| 100 | python-numpy | 1:1.13.3-2ubuntu1 | 1:1.13.3-2ubuntu1 | | +| 101 | python-lxml | 4.2.1-1ubuntu0.6 | 4.2.1-1ubuntu0.6 | | +| 102 | python-cjson | 1.1.0-2 | 1.1.0-2 | | +| 103 | python-talloc | 2.1.10-2ubuntu1 | 2.1.10-2ubuntu1 | | +| 104 | python-sklearn | 0.19.1-3 | 0.19.1-3 | | +| 105 | python-samba | 2:4.7.6+dfsg~ubuntu-0ubuntu2.27 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.27 | | +| 106 | python-roman | 2.0.0-3 | 2.0.0-3 | | +| 107 | python-ldap | 3.0.0-1ubuntu0.1 | 3.0.0-1ubuntu0.1 | | +| 108 | r-cran-stringr | 1.3.0-1ubuntu1 | 1.3.0-1ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/flavor_base_deps/cran_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/flavor_base_deps/cran_packages_diff.md new file mode 100644 index 00000000..32d11b79 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/flavor_base_deps/cran_packages_diff.md @@ -0,0 +1,8 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:-----------|:-------------------|:-------------------|:---------| +| 0 | rredis | 1.7.0 | 1.7.0 | | +| 1 | data.table | 1.12.8 | 1.12.8 | | +| 2 | htmltools | 0.3.6 | 0.3.6 | | +| 3 | flashClust | 1.01-2 | 1.01-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/flavor_base_deps/python2_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/flavor_base_deps/python2_pip_packages_diff.md new file mode 100644 index 00000000..85822f04 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/flavor_base_deps/python2_pip_packages_diff.md @@ -0,0 +1,10 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------------------------------------------------------------------------------------------------------------------|:---------------------|:---------------------|:---------| +| 0 | pytz | 2021.1 | 2021.1 | | +| 1 | azure-storage | 0.36.0 | 0.36.0 | | +| 2 | git+http://github.com/EXASOL/websocket-api.git@758d57d6d076c495b449c9017db3083498c44445#egg=exasol-db-api&subdirectory=python | No version specified | No version specified | | +| 3 | pysftp | 0.2.9 | 0.2.9 | | +| 4 | boto3 | 1.17.96 | 1.17.96 | | +| 5 | rsa | 4.5 | 4.5 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..0ae8eedc --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/flavor_base_deps/python3_pip_packages_diff.md @@ -0,0 +1,11 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------------------------------------------------------------------------------------------------------------------|:---------------------|:---------------------|:---------| +| 0 | protobuf | 3.17.3 | 3.17.3 | | +| 1 | martian | 1.4 | 1.4 | | +| 2 | git+http://github.com/EXASOL/websocket-api.git@758d57d6d076c495b449c9017db3083498c44445#egg=exasol-db-api&subdirectory=python | No version specified | No version specified | | +| 3 | pyexasol | 0.20.0 | 0.20.0 | | +| 4 | pysftp | 0.2.9 | 0.2.9 | | +| 5 | boto3 | 1.17.96 | 1.17.96 | | +| 6 | pykickstart | 3.33 | 3.33 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..77e38bcc --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/language_deps/apt_get_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------------|:-------------------------|:-------------------------|:---------| +| 0 | git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.9 | | +| 1 | openjdk-11-jdk-headless | 11.0.13+8-0ubuntu1~18.04 | 11.0.13+8-0ubuntu1~18.04 | | +| 2 | python2.7-dev | 2.7.17-1~18.04ubuntu1.6 | 2.7.17-1~18.04ubuntu1.6 | | +| 3 | python3.6-dev | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.6 | | +| 4 | python-distutils-extra | 2.41ubuntu1 | 2.41ubuntu1 | | +| 5 | python3-distutils | 3.6.9-1~18.04 | 3.6.9-1~18.04 | | +| 6 | r-base-core | 3.4.4-1ubuntu1 | 3.4.4-1ubuntu1 | | +| 7 | r-base-dev | 3.4.4-1ubuntu1 | 3.4.4-1ubuntu1 | | +| 8 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..9e283466 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/language_deps/python3_pip_packages_diff.md @@ -0,0 +1,7 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------------------------------------------------|:---------------------|:---------------------|:---------| +| 0 | cython | 0.29.21 | 0.29.21 | | +| 1 | pandas | 0.22.0 | 0.22.0 | | +| 2 | git+https://github.com/numpy/numpy.git@maintenance/1.19.x | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md new file mode 100644 index 00000000..417beab0 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/security_scan/apt_get_packages_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | trivy | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md new file mode 100644 index 00000000..6b34b3a1 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/security_scan/apt_get_packages_trivy_deps_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:--------------------|:---------------------|:---------------------|:---------| +| 0 | apt-transport-https | No version specified | No version specified | | +| 1 | gnupg | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..bb309b24 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-6.2.0/udfclient_deps/apt_get_packages_diff.md @@ -0,0 +1,10 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:--------------------------|:--------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | libnss-db | 2.2.3pre1-6build2 | 2.2.3pre1-6build2 | | +| 3 | libzmq3-dev | 4.2.5-1ubuntu0.2 | 4.2.5-1ubuntu0.2 | | +| 4 | libprotobuf-dev | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 5 | libssl-dev | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.14 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/README.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/README.md new file mode 100644 index 00000000..00af0148 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/README.md @@ -0,0 +1,19 @@ +# Package Version Comparison between Standard-exasol-7.0.0 flavor in 4.0.0 and Standard-exasol-7.0.0 flavor in 3.2.0 + +- Comparison of build step Udfclient_deps + - [Comparison of package list Apt Get Packages](udfclient_deps/apt_get_packages_diff.md) +- Comparison of build step Security_scan + - [Comparison of package list Apt Get Packages](security_scan/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages Trivy Deps](security_scan/apt_get_packages_trivy_deps_diff.md) +- Comparison of build step Language_deps + - [Comparison of package list Apt Get Packages](language_deps/apt_get_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](language_deps/python3_pip_packages_diff.md) +- Comparison of build step Flavor_base_deps + - [Comparison of package list Apt Get Packages](flavor_base_deps/apt_get_packages_diff.md) + - [Comparison of package list Cran Packages](flavor_base_deps/cran_packages_diff.md) + - [Comparison of package list Python2 Pip Packages](flavor_base_deps/python2_pip_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](flavor_base_deps/python3_pip_packages_diff.md) +- Comparison of build step Build_deps + - [Comparison of package list Apt Get Packages](build_deps/apt_get_packages_diff.md) +- Comparison of build step Base_test_deps + - [Comparison of package list Apt Get Packages](base_test_deps/apt_get_packages_diff.md) diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/base_test_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/base_test_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..46e5f64d --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/base_test_deps/apt_get_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:-----------------------|:-----------------------|:---------| +| 0 | python-protobuf | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 1 | python-zmq | 16.0.2-2build2 | 16.0.2-2build2 | | +| 2 | gdb | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 3 | valgrind | 1:3.13.0-2ubuntu2.3 | 1:3.13.0-2ubuntu2.3 | | +| 4 | gdbserver | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 5 | binutils | 2.30-21ubuntu1~18.04.7 | 2.30-21ubuntu1~18.04.7 | | +| 6 | patchelf | 0.9-1 | 0.9-1 | | +| 7 | chrpath | 0.16-2 | 0.16-2 | | +| 8 | strace | 4.21-1ubuntu1 | 4.21-1ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/build_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/build_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..2d70534a --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/build_deps/apt_get_packages_diff.md @@ -0,0 +1,16 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:-------------------------|:-------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 3 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 4 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 5 | tar | 1.29b-2ubuntu0.2 | 1.29b-2ubuntu0.2 | | +| 6 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 7 | openjdk-11-jdk | 11.0.11+9-0ubuntu2~18.04 | 11.0.11+9-0ubuntu2~18.04 | | +| 8 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | +| 9 | libpcre3-dev | 2:8.39-9 | 2:8.39-9 | | +| 10 | protobuf-compiler | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 11 | chrpath | 0.16-2 | 0.16-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/flavor_base_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/flavor_base_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..6d61f9db --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/flavor_base_deps/apt_get_packages_diff.md @@ -0,0 +1,113 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|----:|:----------------------|:--------------------------------|:--------------------------------|:---------| +| 0 | python-samba | 2:4.7.6+dfsg~ubuntu-0ubuntu2.27 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.28 | UPDATED | +| 1 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 2 | r-base | 3.4.4-1ubuntu1 | 3.4.4-1ubuntu1 | | +| 3 | r-cran-gbm | 2.1.3-2 | 2.1.3-2 | | +| 4 | r-cran-fastcluster | 1.1.24-1 | 1.1.24-1 | | +| 5 | r-cran-e1071 | 1.6-8-2build1 | 1.6-8-2build1 | | +| 6 | r-cran-chron | 2.3-52-1 | 2.3-52-1 | | +| 7 | r-cran-acepack | 1.4.1-2build1 | 1.4.1-2build1 | | +| 8 | r-cran-rodbc | 1.3-15-1build1 | 1.3-15-1build1 | | +| 9 | r-cran-rcolorbrewer | 1.1-2-1.1 | 1.1-2-1.1 | | +| 10 | r-cran-formula | 1.2-2-1.1 | 1.2-2-1.1 | | +| 11 | r-cran-xml | 3.98-1.10-1 | 3.98-1.10-1 | | +| 12 | r-cran-rcurl | 1.95-4.8-4build1 | 1.95-4.8-4build1 | | +| 13 | python3-simplejson | 3.13.2-1 | 3.13.2-1 | | +| 14 | r-cran-gtable | 0.2.0-2 | 0.2.0-2 | | +| 15 | python3-paramiko | 2.0.0-1ubuntu1.2 | 2.0.0-1ubuntu1.2 | | +| 16 | python3-ujson | 1.35-2 | 1.35-2 | | +| 17 | python3-boto | 2.44.0-1ubuntu2.18.04.1 | 2.44.0-1ubuntu2.18.04.1 | | +| 18 | python3-requests | 2.18.4-2ubuntu0.1 | 2.18.4-2ubuntu0.1 | | +| 19 | python3-docutils | 0.14+dfsg-3 | 0.14+dfsg-3 | | +| 20 | python3-cffi | 1.11.5-1 | 1.11.5-1 | | +| 21 | python3-jinja2 | 2.10-1ubuntu0.18.04.1 | 2.10-1ubuntu0.18.04.1 | | +| 22 | python3-pycparser | 2.18-2 | 2.18-2 | | +| 23 | python3-pyftpdlib | 1.5.1-4ubuntu1 | 1.5.1-4ubuntu1 | | +| 24 | python3-pygments | 2.2.0+dfsg-1ubuntu0.2 | 2.2.0+dfsg-1ubuntu0.2 | | +| 25 | python3-scipy | 0.19.1-2ubuntu1 | 0.19.1-2ubuntu1 | | +| 26 | r-cran-gridextra | 2.3-1.1 | 2.3-1.1 | | +| 27 | r-cran-latticeextra | 0.6-28-2build1 | 0.6-28-2build1 | | +| 28 | python3-lxml | 4.2.1-1ubuntu0.6 | 4.2.1-1ubuntu0.6 | | +| 29 | r-cran-lme4 | 1.1-15-1 | 1.1-15-1 | | +| 30 | r-cran-scales | 0.5.0-1ubuntu1 | 0.5.0-1ubuntu1 | | +| 31 | r-cran-reshape2 | 1.4.2-1build1 | 1.4.2-1build1 | | +| 32 | r-cran-rcppeigen | 0.3.3.4.0-1 | 0.3.3.4.0-1 | | +| 33 | r-cran-rcpp | 0.12.15-1 | 0.12.15-1 | | +| 34 | r-cran-proto | 1.0.0-1build1 | 1.0.0-1build1 | | +| 35 | r-cran-profilemodel | 0.5-9-2 | 0.5-9-2 | | +| 36 | r-cran-plyr | 1.8.4-1build1 | 1.8.4-1build1 | | +| 37 | r-cran-nloptr | 1.0.4-1build1 | 1.0.4-1build1 | | +| 38 | r-cran-munsell | 0.4.3-2 | 0.4.3-2 | | +| 39 | r-cran-minqa | 1.2.4-1build1 | 1.2.4-1build1 | | +| 40 | r-cran-magrittr | 1.5-4 | 1.5-4 | | +| 41 | r-cran-labeling | 0.3-2 | 0.3-2 | | +| 42 | r-cran-randomforest | 4.6-12-2 | 4.6-12-2 | | +| 43 | r-cran-iterators | 1.0.9-1 | 1.0.9-1 | | +| 44 | r-cran-gtools | 3.5.0-2build1 | 3.5.0-2build1 | | +| 45 | r-cran-ggplot2 | 2.2.1-3 | 2.2.1-3 | | +| 46 | r-cran-foreach | 1.4.4-1 | 1.4.4-1 | | +| 47 | r-cran-digest | 0.6.15-1 | 0.6.15-1 | | +| 48 | r-cran-dichromat | 1:2.0-0-1 | 1:2.0-0-1 | | +| 49 | r-cran-colorspace | 1.3-2-2 | 1.3-2-2 | | +| 50 | r-cran-caret | 6.0-78+dfsg1-1 | 6.0-78+dfsg1-1 | | +| 51 | r-cran-car | 2.1-6-1 | 2.1-6-1 | | +| 52 | r-cran-brglm | 0.6.1-1 | 0.6.1-1 | | +| 53 | r-cran-bradleyterry2 | 1.0-8-1 | 1.0-8-1 | | +| 54 | python3-sklearn | 0.19.1-3 | 0.19.1-3 | | +| 55 | python3-pyodbc | 4.0.17-1 | 4.0.17-1 | | +| 56 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 57 | python-openssl | 17.5.0-1ubuntu1 | 17.5.0-1ubuntu1 | | +| 58 | python-pykickstart | 1.83-2 | 1.83-2 | | +| 59 | python-pygments | 2.2.0+dfsg-1ubuntu0.2 | 2.2.0+dfsg-1ubuntu0.2 | | +| 60 | python-pyftpdlib | 1.5.1-4ubuntu1 | 1.5.1-4ubuntu1 | | +| 61 | pyflakes | 1.6.0-1 | 1.6.0-1 | | +| 62 | python-pycryptopp | 0.7.1-3 | 0.7.1-3 | | +| 63 | python-pycparser | 2.18-2 | 2.18-2 | | +| 64 | python-pyasn1-modules | 0.2.1-0.2 | 0.2.1-0.2 | | +| 65 | python-pyasn1 | 0.4.2-3 | 0.4.2-3 | | +| 66 | python-protobuf | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 67 | python-martian | 0.14-0ubuntu1 | 0.14-0ubuntu1 | | +| 68 | python-jinja2 | 2.10-1ubuntu0.18.04.1 | 2.10-1ubuntu0.18.04.1 | | +| 69 | ipython | 5.5.0-1 | 5.5.0-1 | | +| 70 | python-ipaddress | 1.0.17-1 | 1.0.17-1 | | +| 71 | python-idna | 2.6-1 | 2.6-1 | | +| 72 | python-enum34 | 1.1.6-2 | 1.1.6-2 | | +| 73 | python-docutils | 0.14+dfsg-3 | 0.14+dfsg-3 | | +| 74 | python-cryptography | 2.1.4-1ubuntu1.4 | 2.1.4-1ubuntu1.4 | | +| 75 | python-cffi | 1.11.5-1 | 1.11.5-1 | | +| 76 | python-setuptools | 39.0.1-2 | 39.0.1-2 | | +| 77 | git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.9 | | +| 78 | maven | 3.6.0-1~18.04.1 | 3.6.0-1~18.04.1 | | +| 79 | wget | 1.19.4-1ubuntu2.2 | 1.19.4-1ubuntu2.2 | | +| 80 | unzip | 6.0-21ubuntu1.1 | 6.0-21ubuntu1.1 | | +| 81 | python-pyodbc | 4.0.17-1 | 4.0.17-1 | | +| 82 | python-pypdf2 | 1.26.0-2 | 1.26.0-2 | | +| 83 | python3-openssl | 17.5.0-1ubuntu1 | 17.5.0-1ubuntu1 | | +| 84 | libldb1 | 2:1.2.3-1ubuntu0.2 | 2:1.2.3-1ubuntu0.2 | | +| 85 | python3-leveldb | 0~svn68-3build3 | 0~svn68-3build3 | | +| 86 | python3-ldap | 3.0.0-1ubuntu0.1 | 3.0.0-1ubuntu0.1 | | +| 87 | python3-roman | 2.0.0-3 | 2.0.0-3 | | +| 88 | python3-smbc | 1.0.15.6-1build2 | 1.0.15.6-1build2 | | +| 89 | python3-redis | 2.10.6-2ubuntu1 | 2.10.6-2ubuntu1 | | +| 90 | python3-pycurl | 7.43.0.1-0.2 | 7.43.0.1-0.2 | | +| 91 | python3-setuptools | 39.0.1-2 | 39.0.1-2 | | +| 92 | python-simplejson | 3.13.2-1 | 3.13.2-1 | | +| 93 | python-paramiko | 2.0.0-1ubuntu1.2 | 2.0.0-1ubuntu1.2 | | +| 94 | python-requests | 2.18.4-2ubuntu0.1 | 2.18.4-2ubuntu0.1 | | +| 95 | python-pycurl | 7.43.0.1-0.2 | 7.43.0.1-0.2 | | +| 96 | python-boto | 2.44.0-1ubuntu2.18.04.1 | 2.44.0-1ubuntu2.18.04.1 | | +| 97 | python-scipy | 0.19.1-2ubuntu1 | 0.19.1-2ubuntu1 | | +| 98 | python-redis | 2.10.6-2ubuntu1 | 2.10.6-2ubuntu1 | | +| 99 | python-pandas | 0.22.0-4ubuntu1 | 0.22.0-4ubuntu1 | | +| 100 | python-numpy | 1:1.13.3-2ubuntu1 | 1:1.13.3-2ubuntu1 | | +| 101 | python-lxml | 4.2.1-1ubuntu0.6 | 4.2.1-1ubuntu0.6 | | +| 102 | python-cjson | 1.1.0-2 | 1.1.0-2 | | +| 103 | python-talloc | 2.1.10-2ubuntu1 | 2.1.10-2ubuntu1 | | +| 104 | python-sklearn | 0.19.1-3 | 0.19.1-3 | | +| 105 | python-roman | 2.0.0-3 | 2.0.0-3 | | +| 106 | python-ldap | 3.0.0-1ubuntu0.1 | 3.0.0-1ubuntu0.1 | | +| 107 | python-ldb | 2:1.2.3-1ubuntu0.2 | 2:1.2.3-1ubuntu0.2 | | +| 108 | r-cran-stringr | 1.3.0-1ubuntu1 | 1.3.0-1ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/flavor_base_deps/cran_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/flavor_base_deps/cran_packages_diff.md new file mode 100644 index 00000000..a534ffeb --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/flavor_base_deps/cran_packages_diff.md @@ -0,0 +1,8 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:-----------|:-------------------|:-------------------|:---------| +| 0 | rredis | 1.7.0 | 1.7.0 | | +| 1 | data.table | 1.12.8 | 1.12.8 | | +| 2 | htmltools | 0.4.0 | 0.4.0 | | +| 3 | flashClust | 1.01-2 | 1.01-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/flavor_base_deps/python2_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/flavor_base_deps/python2_pip_packages_diff.md new file mode 100644 index 00000000..85822f04 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/flavor_base_deps/python2_pip_packages_diff.md @@ -0,0 +1,10 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------------------------------------------------------------------------------------------------------------------|:---------------------|:---------------------|:---------| +| 0 | pytz | 2021.1 | 2021.1 | | +| 1 | azure-storage | 0.36.0 | 0.36.0 | | +| 2 | git+http://github.com/EXASOL/websocket-api.git@758d57d6d076c495b449c9017db3083498c44445#egg=exasol-db-api&subdirectory=python | No version specified | No version specified | | +| 3 | pysftp | 0.2.9 | 0.2.9 | | +| 4 | boto3 | 1.17.96 | 1.17.96 | | +| 5 | rsa | 4.5 | 4.5 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/flavor_base_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/flavor_base_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..0ae8eedc --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/flavor_base_deps/python3_pip_packages_diff.md @@ -0,0 +1,11 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------------------------------------------------------------------------------------------------------------------|:---------------------|:---------------------|:---------| +| 0 | protobuf | 3.17.3 | 3.17.3 | | +| 1 | martian | 1.4 | 1.4 | | +| 2 | git+http://github.com/EXASOL/websocket-api.git@758d57d6d076c495b449c9017db3083498c44445#egg=exasol-db-api&subdirectory=python | No version specified | No version specified | | +| 3 | pyexasol | 0.20.0 | 0.20.0 | | +| 4 | pysftp | 0.2.9 | 0.2.9 | | +| 5 | boto3 | 1.17.96 | 1.17.96 | | +| 6 | pykickstart | 3.33 | 3.33 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/language_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/language_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..77e38bcc --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/language_deps/apt_get_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------------|:-------------------------|:-------------------------|:---------| +| 0 | git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.9 | | +| 1 | openjdk-11-jdk-headless | 11.0.13+8-0ubuntu1~18.04 | 11.0.13+8-0ubuntu1~18.04 | | +| 2 | python2.7-dev | 2.7.17-1~18.04ubuntu1.6 | 2.7.17-1~18.04ubuntu1.6 | | +| 3 | python3.6-dev | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.6 | | +| 4 | python-distutils-extra | 2.41ubuntu1 | 2.41ubuntu1 | | +| 5 | python3-distutils | 3.6.9-1~18.04 | 3.6.9-1~18.04 | | +| 6 | r-base-core | 3.4.4-1ubuntu1 | 3.4.4-1ubuntu1 | | +| 7 | r-base-dev | 3.4.4-1ubuntu1 | 3.4.4-1ubuntu1 | | +| 8 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/language_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/language_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..87c3609b --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/language_deps/python3_pip_packages_diff.md @@ -0,0 +1,7 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------------------------------------------------|:---------------------|:---------------------|:---------| +| 0 | pandas | 0.22.0 | 1.1.5 | UPDATED | +| 1 | cython | 0.29.21 | 0.29.21 | | +| 2 | git+https://github.com/numpy/numpy.git@maintenance/1.19.x | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/security_scan/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/security_scan/apt_get_packages_diff.md new file mode 100644 index 00000000..417beab0 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/security_scan/apt_get_packages_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | trivy | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/security_scan/apt_get_packages_trivy_deps_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/security_scan/apt_get_packages_trivy_deps_diff.md new file mode 100644 index 00000000..6b34b3a1 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/security_scan/apt_get_packages_trivy_deps_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:--------------------|:---------------------|:---------------------|:---------| +| 0 | apt-transport-https | No version specified | No version specified | | +| 1 | gnupg | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/udfclient_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/udfclient_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..bb309b24 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.0.0/udfclient_deps/apt_get_packages_diff.md @@ -0,0 +1,10 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:--------------------------|:--------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | libnss-db | 2.2.3pre1-6build2 | 2.2.3pre1-6build2 | | +| 3 | libzmq3-dev | 4.2.5-1ubuntu0.2 | 4.2.5-1ubuntu0.2 | | +| 4 | libprotobuf-dev | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 5 | libssl-dev | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.14 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/README.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/README.md new file mode 100644 index 00000000..2786d7ae --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/README.md @@ -0,0 +1,18 @@ +# Package Version Comparison between Standard-exasol-7.1.0-without-python2.7 flavor in 4.0.0 and Standard-exasol-7.1.0-without-python2.7 flavor in 3.2.0 + +- Comparison of build step Udfclient_deps + - [Comparison of package list Apt Get Packages](udfclient_deps/apt_get_packages_diff.md) +- Comparison of build step Security_scan + - [Comparison of package list Apt Get Packages](security_scan/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages Trivy Deps](security_scan/apt_get_packages_trivy_deps_diff.md) +- Comparison of build step Language_deps + - [Comparison of package list Apt Get Packages](language_deps/apt_get_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](language_deps/python3_pip_packages_diff.md) +- Comparison of build step Flavor_base_deps + - [Comparison of package list Apt Get Packages](flavor_base_deps/apt_get_packages_diff.md) + - [Comparison of package list Cran Packages](flavor_base_deps/cran_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](flavor_base_deps/python3_pip_packages_diff.md) +- Comparison of build step Build_deps + - [Comparison of package list Apt Get Packages](build_deps/apt_get_packages_diff.md) +- Comparison of build step Base_test_deps + - [Comparison of package list Apt Get Packages](base_test_deps/apt_get_packages_diff.md) diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/base_test_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/base_test_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..7fe377c1 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/base_test_deps/apt_get_packages_diff.md @@ -0,0 +1,11 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:-----------------------|:-----------------------|:---------| +| 0 | gdb | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 1 | valgrind | 1:3.13.0-2ubuntu2.3 | 1:3.13.0-2ubuntu2.3 | | +| 2 | gdbserver | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 3 | binutils | 2.30-21ubuntu1~18.04.7 | 2.30-21ubuntu1~18.04.7 | | +| 4 | patchelf | 0.9-1 | 0.9-1 | | +| 5 | chrpath | 0.16-2 | 0.16-2 | | +| 6 | strace | 4.21-1ubuntu1 | 4.21-1ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/build_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/build_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..2d70534a --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/build_deps/apt_get_packages_diff.md @@ -0,0 +1,16 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:-------------------------|:-------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 3 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 4 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 5 | tar | 1.29b-2ubuntu0.2 | 1.29b-2ubuntu0.2 | | +| 6 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 7 | openjdk-11-jdk | 11.0.11+9-0ubuntu2~18.04 | 11.0.11+9-0ubuntu2~18.04 | | +| 8 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | +| 9 | libpcre3-dev | 2:8.39-9 | 2:8.39-9 | | +| 10 | protobuf-compiler | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 11 | chrpath | 0.16-2 | 0.16-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/flavor_base_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/flavor_base_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..b7518a72 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/flavor_base_deps/apt_get_packages_diff.md @@ -0,0 +1,73 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:---------------------|:------------------------|:------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | r-cran-bradleyterry2 | 1.0-8-1 | 1.0-8-1 | | +| 2 | r-cran-digest | 0.6.15-1 | 0.6.15-1 | | +| 3 | r-cran-dichromat | 1:2.0-0-1 | 1:2.0-0-1 | | +| 4 | r-cran-colorspace | 1.3-2-2 | 1.3-2-2 | | +| 5 | r-cran-caret | 6.0-78+dfsg1-1 | 6.0-78+dfsg1-1 | | +| 6 | r-cran-car | 2.1-6-1 | 2.1-6-1 | | +| 7 | r-cran-brglm | 0.6.1-1 | 0.6.1-1 | | +| 8 | r-cran-randomforest | 4.6-12-2 | 4.6-12-2 | | +| 9 | r-cran-acepack | 1.4.1-2build1 | 1.4.1-2build1 | | +| 10 | r-cran-latticeextra | 0.6-28-2build1 | 0.6-28-2build1 | | +| 11 | r-cran-gtable | 0.2.0-2 | 0.2.0-2 | | +| 12 | r-cran-gridextra | 2.3-1.1 | 2.3-1.1 | | +| 13 | r-cran-gbm | 2.1.3-2 | 2.1.3-2 | | +| 14 | r-cran-fastcluster | 1.1.24-1 | 1.1.24-1 | | +| 15 | r-cran-e1071 | 1.6-8-2build1 | 1.6-8-2build1 | | +| 16 | r-cran-foreach | 1.4.4-1 | 1.4.4-1 | | +| 17 | r-cran-ggplot2 | 2.2.1-3 | 2.2.1-3 | | +| 18 | r-cran-gtools | 3.5.0-2build1 | 3.5.0-2build1 | | +| 19 | r-cran-iterators | 1.0.9-1 | 1.0.9-1 | | +| 20 | r-cran-labeling | 0.3-2 | 0.3-2 | | +| 21 | r-cran-lme4 | 1.1-15-1 | 1.1-15-1 | | +| 22 | r-cran-magrittr | 1.5-4 | 1.5-4 | | +| 23 | r-cran-minqa | 1.2.4-1build1 | 1.2.4-1build1 | | +| 24 | r-cran-munsell | 0.4.3-2 | 0.4.3-2 | | +| 25 | r-cran-nloptr | 1.0.4-1build1 | 1.0.4-1build1 | | +| 26 | r-cran-plyr | 1.8.4-1build1 | 1.8.4-1build1 | | +| 27 | r-cran-profilemodel | 0.5-9-2 | 0.5-9-2 | | +| 28 | r-cran-proto | 1.0.0-1build1 | 1.0.0-1build1 | | +| 29 | r-cran-rcpp | 0.12.15-1 | 0.12.15-1 | | +| 30 | r-cran-rcppeigen | 0.3.3.4.0-1 | 0.3.3.4.0-1 | | +| 31 | r-cran-reshape2 | 1.4.2-1build1 | 1.4.2-1build1 | | +| 32 | r-cran-scales | 0.5.0-1ubuntu1 | 0.5.0-1ubuntu1 | | +| 33 | r-cran-chron | 2.3-52-1 | 2.3-52-1 | | +| 34 | r-cran-rodbc | 1.3-15-1build1 | 1.3-15-1build1 | | +| 35 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 36 | python3-redis | 2.10.6-2ubuntu1 | 2.10.6-2ubuntu1 | | +| 37 | python3-lxml | 4.2.1-1ubuntu0.6 | 4.2.1-1ubuntu0.6 | | +| 38 | python3-pyodbc | 4.0.17-1 | 4.0.17-1 | | +| 39 | python3-openssl | 17.5.0-1ubuntu1 | 17.5.0-1ubuntu1 | | +| 40 | python3-leveldb | 0~svn68-3build3 | 0~svn68-3build3 | | +| 41 | python3-ldap | 3.0.0-1ubuntu0.1 | 3.0.0-1ubuntu0.1 | | +| 42 | python3-roman | 2.0.0-3 | 2.0.0-3 | | +| 43 | python3-pycurl | 7.43.0.1-0.2 | 7.43.0.1-0.2 | | +| 44 | r-cran-rcolorbrewer | 1.1-2-1.1 | 1.1-2-1.1 | | +| 45 | python3-setuptools | 39.0.1-2 | 39.0.1-2 | | +| 46 | libldb1 | 2:1.2.3-1ubuntu0.2 | 2:1.2.3-1ubuntu0.2 | | +| 47 | git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.9 | | +| 48 | maven | 3.6.0-1~18.04.1 | 3.6.0-1~18.04.1 | | +| 49 | wget | 1.19.4-1ubuntu2.2 | 1.19.4-1ubuntu2.2 | | +| 50 | unzip | 6.0-21ubuntu1.1 | 6.0-21ubuntu1.1 | | +| 51 | python3-sklearn | 0.19.1-3 | 0.19.1-3 | | +| 52 | python3-scipy | 0.19.1-2ubuntu1 | 0.19.1-2ubuntu1 | | +| 53 | python3-pygments | 2.2.0+dfsg-1ubuntu0.2 | 2.2.0+dfsg-1ubuntu0.2 | | +| 54 | python3-pyftpdlib | 1.5.1-4ubuntu1 | 1.5.1-4ubuntu1 | | +| 55 | python3-pycparser | 2.18-2 | 2.18-2 | | +| 56 | python3-jinja2 | 2.10-1ubuntu0.18.04.1 | 2.10-1ubuntu0.18.04.1 | | +| 57 | python3-cffi | 1.11.5-1 | 1.11.5-1 | | +| 58 | python3-docutils | 0.14+dfsg-3 | 0.14+dfsg-3 | | +| 59 | python3-requests | 2.18.4-2ubuntu0.1 | 2.18.4-2ubuntu0.1 | | +| 60 | python3-boto | 2.44.0-1ubuntu2.18.04.1 | 2.44.0-1ubuntu2.18.04.1 | | +| 61 | python3-ujson | 1.35-2 | 1.35-2 | | +| 62 | python3-paramiko | 2.0.0-1ubuntu1.2 | 2.0.0-1ubuntu1.2 | | +| 63 | python3-simplejson | 3.13.2-1 | 3.13.2-1 | | +| 64 | r-base | 3.4.4-1ubuntu1 | 3.4.4-1ubuntu1 | | +| 65 | r-cran-rcurl | 1.95-4.8-4build1 | 1.95-4.8-4build1 | | +| 66 | r-cran-xml | 3.98-1.10-1 | 3.98-1.10-1 | | +| 67 | r-cran-formula | 1.2-2-1.1 | 1.2-2-1.1 | | +| 68 | r-cran-stringr | 1.3.0-1ubuntu1 | 1.3.0-1ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/flavor_base_deps/cran_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/flavor_base_deps/cran_packages_diff.md new file mode 100644 index 00000000..a534ffeb --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/flavor_base_deps/cran_packages_diff.md @@ -0,0 +1,8 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:-----------|:-------------------|:-------------------|:---------| +| 0 | rredis | 1.7.0 | 1.7.0 | | +| 1 | data.table | 1.12.8 | 1.12.8 | | +| 2 | htmltools | 0.4.0 | 0.4.0 | | +| 3 | flashClust | 1.01-2 | 1.01-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/flavor_base_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/flavor_base_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..1c012064 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/flavor_base_deps/python3_pip_packages_diff.md @@ -0,0 +1,49 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:-------------------------------------------------------------------------------------|:---------------------|:---------------------|:---------| +| 0 | azure-batch | 10.0.0 | 10.0.0 | | +| 1 | google-cloud-bigtable | 2.2.0 | 2.2.0 | | +| 2 | google-cloud-datacatalog | 3.2.1 | 3.2.1 | | +| 3 | google-cloud-datastore | 2.1.3 | 2.1.3 | | +| 4 | google-cloud-firestore | 2.1.3 | 2.1.3 | | +| 5 | google-cloud-kms | 2.3.0 | 2.3.0 | | +| 6 | google-cloud-logging | 2.5.0 | 2.5.0 | | +| 7 | google-cloud-monitoring | 2.2.1 | 2.2.1 | | +| 8 | google-cloud-ndb | 1.9.0 | 1.9.0 | | +| 9 | google-cloud-pubsub | 2.5.0 | 2.5.0 | | +| 10 | google-cloud-spanner | 3.5.0 | 3.5.0 | | +| 11 | google-cloud-storage | 1.38.0 | 1.38.0 | | +| 12 | google-cloud-trace | 1.2.0 | 1.2.0 | | +| 13 | martian | 1.4 | 1.4 | | +| 14 | protobuf | 3.17.3 | 3.17.3 | | +| 15 | pyexasol | 0.20.0 | 0.20.0 | | +| 16 | pykickstart | 3.33 | 3.33 | | +| 17 | pysftp | 0.2.9 | 0.2.9 | | +| 18 | pytz | 2021.1 | 2021.1 | | +| 19 | git+https://github.com/numpy/numpy.git@maintenance/1.19.x | No version specified | No version specified | | +| 20 | sagemaker | 2.59.5 | 2.59.5 | | +| 21 | google-cloud-containeranalysis | 2.3.0 | 2.3.0 | | +| 22 | google-cloud-bigquery-storage | 2.4.0 | 2.4.0 | | +| 23 | azure-cosmos | 4.2.0 | 4.2.0 | | +| 24 | google-cloud-bigquery | 2.20.0 | 2.20.0 | | +| 25 | azure-eventgrid | 4.3.0 | 4.3.0 | | +| 26 | azure-eventhub | 5.5.0 | 5.5.0 | | +| 27 | azure-eventhub-checkpointstoreblob | 1.1.4 | 1.1.4 | | +| 28 | azure-eventhub-checkpointstoreblob-aio | 1.1.4 | 1.1.4 | | +| 29 | azure-identity | 1.6.0 | 1.6.0 | | +| 30 | azure-keyvault | 4.1.0 | 4.1.0 | | +| 31 | azure-keyvault-certificates | 4.2.1 | 4.2.1 | | +| 32 | azure-keyvault-keys | 4.3.1 | 4.3.1 | | +| 33 | azure-keyvault-secrets | 4.2.0 | 4.2.0 | | +| 34 | azure-kusto-data | 2.1.3 | 2.1.3 | | +| 35 | azure-loganalytics | 0.1.0 | 0.1.0 | | +| 36 | azure-servicebus | 7.3.0 | 7.3.0 | | +| 37 | azure-storage-blob | 12.8.1 | 12.8.1 | | +| 38 | azure-storage-file-datalake | 12.4.0 | 12.4.0 | | +| 39 | azure-storage-file-share | 12.5.0 | 12.5.0 | | +| 40 | azure-storage-queue | 12.1.6 | 12.1.6 | | +| 41 | boto3 | 1.17.96 | 1.17.96 | | +| 42 | git+http://github.com/EXASOL/websocket-api.git#egg=exasol-db-api&subdirectory=python | No version specified | No version specified | | +| 43 | google-cloud-asset | 3.1.0 | 3.1.0 | | +| 44 | grafeas | 1.4.0 | 1.4.0 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/language_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/language_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..fe334cdf --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/language_deps/apt_get_packages_diff.md @@ -0,0 +1,11 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------------|:-------------------------|:-------------------------|:---------| +| 0 | git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.9 | | +| 1 | openjdk-11-jdk-headless | 11.0.13+8-0ubuntu1~18.04 | 11.0.13+8-0ubuntu1~18.04 | | +| 2 | python3.6-dev | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.6 | | +| 3 | python3-distutils | 3.6.9-1~18.04 | 3.6.9-1~18.04 | | +| 4 | r-base-core | 3.4.4-1ubuntu1 | 3.4.4-1ubuntu1 | | +| 5 | r-base-dev | 3.4.4-1ubuntu1 | 3.4.4-1ubuntu1 | | +| 6 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/language_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/language_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..87c3609b --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/language_deps/python3_pip_packages_diff.md @@ -0,0 +1,7 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------------------------------------------------|:---------------------|:---------------------|:---------| +| 0 | pandas | 0.22.0 | 1.1.5 | UPDATED | +| 1 | cython | 0.29.21 | 0.29.21 | | +| 2 | git+https://github.com/numpy/numpy.git@maintenance/1.19.x | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/security_scan/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/security_scan/apt_get_packages_diff.md new file mode 100644 index 00000000..417beab0 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/security_scan/apt_get_packages_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | trivy | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/security_scan/apt_get_packages_trivy_deps_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/security_scan/apt_get_packages_trivy_deps_diff.md new file mode 100644 index 00000000..6b34b3a1 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/security_scan/apt_get_packages_trivy_deps_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:--------------------|:---------------------|:---------------------|:---------| +| 0 | apt-transport-https | No version specified | No version specified | | +| 1 | gnupg | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/udfclient_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/udfclient_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..bb309b24 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0-without-python2.7/udfclient_deps/apt_get_packages_diff.md @@ -0,0 +1,10 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:--------------------------|:--------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | libnss-db | 2.2.3pre1-6build2 | 2.2.3pre1-6build2 | | +| 3 | libzmq3-dev | 4.2.5-1ubuntu0.2 | 4.2.5-1ubuntu0.2 | | +| 4 | libprotobuf-dev | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 5 | libssl-dev | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.14 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/README.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/README.md new file mode 100644 index 00000000..25a825d3 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/README.md @@ -0,0 +1,19 @@ +# Package Version Comparison between Standard-exasol-7.1.0 flavor in 4.0.0 and Standard-exasol-7.1.0 flavor in 3.2.0 + +- Comparison of build step Udfclient_deps + - [Comparison of package list Apt Get Packages](udfclient_deps/apt_get_packages_diff.md) +- Comparison of build step Security_scan + - [Comparison of package list Apt Get Packages](security_scan/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages Trivy Deps](security_scan/apt_get_packages_trivy_deps_diff.md) +- Comparison of build step Language_deps + - [Comparison of package list Apt Get Packages](language_deps/apt_get_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](language_deps/python3_pip_packages_diff.md) +- Comparison of build step Flavor_base_deps + - [Comparison of package list Apt Get Packages](flavor_base_deps/apt_get_packages_diff.md) + - [Comparison of package list Cran Packages](flavor_base_deps/cran_packages_diff.md) + - [Comparison of package list Python2 Pip Packages](flavor_base_deps/python2_pip_packages_diff.md) + - [Comparison of package list Python3 Pip Packages](flavor_base_deps/python3_pip_packages_diff.md) +- Comparison of build step Build_deps + - [Comparison of package list Apt Get Packages](build_deps/apt_get_packages_diff.md) +- Comparison of build step Base_test_deps + - [Comparison of package list Apt Get Packages](base_test_deps/apt_get_packages_diff.md) diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/base_test_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/base_test_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..46e5f64d --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/base_test_deps/apt_get_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:-----------------------|:-----------------------|:---------| +| 0 | python-protobuf | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 1 | python-zmq | 16.0.2-2build2 | 16.0.2-2build2 | | +| 2 | gdb | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 3 | valgrind | 1:3.13.0-2ubuntu2.3 | 1:3.13.0-2ubuntu2.3 | | +| 4 | gdbserver | 8.1.1-0ubuntu1 | 8.1.1-0ubuntu1 | | +| 5 | binutils | 2.30-21ubuntu1~18.04.7 | 2.30-21ubuntu1~18.04.7 | | +| 6 | patchelf | 0.9-1 | 0.9-1 | | +| 7 | chrpath | 0.16-2 | 0.16-2 | | +| 8 | strace | 4.21-1ubuntu1 | 4.21-1ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/build_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/build_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..2d70534a --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/build_deps/apt_get_packages_diff.md @@ -0,0 +1,16 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:-------------------------|:-------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 3 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 4 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 5 | tar | 1.29b-2ubuntu0.2 | 1.29b-2ubuntu0.2 | | +| 6 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 7 | openjdk-11-jdk | 11.0.11+9-0ubuntu2~18.04 | 11.0.11+9-0ubuntu2~18.04 | | +| 8 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | +| 9 | libpcre3-dev | 2:8.39-9 | 2:8.39-9 | | +| 10 | protobuf-compiler | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 11 | chrpath | 0.16-2 | 0.16-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/flavor_base_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/flavor_base_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..6d61f9db --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/flavor_base_deps/apt_get_packages_diff.md @@ -0,0 +1,113 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|----:|:----------------------|:--------------------------------|:--------------------------------|:---------| +| 0 | python-samba | 2:4.7.6+dfsg~ubuntu-0ubuntu2.27 | 2:4.7.6+dfsg~ubuntu-0ubuntu2.28 | UPDATED | +| 1 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 2 | r-base | 3.4.4-1ubuntu1 | 3.4.4-1ubuntu1 | | +| 3 | r-cran-gbm | 2.1.3-2 | 2.1.3-2 | | +| 4 | r-cran-fastcluster | 1.1.24-1 | 1.1.24-1 | | +| 5 | r-cran-e1071 | 1.6-8-2build1 | 1.6-8-2build1 | | +| 6 | r-cran-chron | 2.3-52-1 | 2.3-52-1 | | +| 7 | r-cran-acepack | 1.4.1-2build1 | 1.4.1-2build1 | | +| 8 | r-cran-rodbc | 1.3-15-1build1 | 1.3-15-1build1 | | +| 9 | r-cran-rcolorbrewer | 1.1-2-1.1 | 1.1-2-1.1 | | +| 10 | r-cran-formula | 1.2-2-1.1 | 1.2-2-1.1 | | +| 11 | r-cran-xml | 3.98-1.10-1 | 3.98-1.10-1 | | +| 12 | r-cran-rcurl | 1.95-4.8-4build1 | 1.95-4.8-4build1 | | +| 13 | python3-simplejson | 3.13.2-1 | 3.13.2-1 | | +| 14 | r-cran-gtable | 0.2.0-2 | 0.2.0-2 | | +| 15 | python3-paramiko | 2.0.0-1ubuntu1.2 | 2.0.0-1ubuntu1.2 | | +| 16 | python3-ujson | 1.35-2 | 1.35-2 | | +| 17 | python3-boto | 2.44.0-1ubuntu2.18.04.1 | 2.44.0-1ubuntu2.18.04.1 | | +| 18 | python3-requests | 2.18.4-2ubuntu0.1 | 2.18.4-2ubuntu0.1 | | +| 19 | python3-docutils | 0.14+dfsg-3 | 0.14+dfsg-3 | | +| 20 | python3-cffi | 1.11.5-1 | 1.11.5-1 | | +| 21 | python3-jinja2 | 2.10-1ubuntu0.18.04.1 | 2.10-1ubuntu0.18.04.1 | | +| 22 | python3-pycparser | 2.18-2 | 2.18-2 | | +| 23 | python3-pyftpdlib | 1.5.1-4ubuntu1 | 1.5.1-4ubuntu1 | | +| 24 | python3-pygments | 2.2.0+dfsg-1ubuntu0.2 | 2.2.0+dfsg-1ubuntu0.2 | | +| 25 | python3-scipy | 0.19.1-2ubuntu1 | 0.19.1-2ubuntu1 | | +| 26 | r-cran-gridextra | 2.3-1.1 | 2.3-1.1 | | +| 27 | r-cran-latticeextra | 0.6-28-2build1 | 0.6-28-2build1 | | +| 28 | python3-lxml | 4.2.1-1ubuntu0.6 | 4.2.1-1ubuntu0.6 | | +| 29 | r-cran-lme4 | 1.1-15-1 | 1.1-15-1 | | +| 30 | r-cran-scales | 0.5.0-1ubuntu1 | 0.5.0-1ubuntu1 | | +| 31 | r-cran-reshape2 | 1.4.2-1build1 | 1.4.2-1build1 | | +| 32 | r-cran-rcppeigen | 0.3.3.4.0-1 | 0.3.3.4.0-1 | | +| 33 | r-cran-rcpp | 0.12.15-1 | 0.12.15-1 | | +| 34 | r-cran-proto | 1.0.0-1build1 | 1.0.0-1build1 | | +| 35 | r-cran-profilemodel | 0.5-9-2 | 0.5-9-2 | | +| 36 | r-cran-plyr | 1.8.4-1build1 | 1.8.4-1build1 | | +| 37 | r-cran-nloptr | 1.0.4-1build1 | 1.0.4-1build1 | | +| 38 | r-cran-munsell | 0.4.3-2 | 0.4.3-2 | | +| 39 | r-cran-minqa | 1.2.4-1build1 | 1.2.4-1build1 | | +| 40 | r-cran-magrittr | 1.5-4 | 1.5-4 | | +| 41 | r-cran-labeling | 0.3-2 | 0.3-2 | | +| 42 | r-cran-randomforest | 4.6-12-2 | 4.6-12-2 | | +| 43 | r-cran-iterators | 1.0.9-1 | 1.0.9-1 | | +| 44 | r-cran-gtools | 3.5.0-2build1 | 3.5.0-2build1 | | +| 45 | r-cran-ggplot2 | 2.2.1-3 | 2.2.1-3 | | +| 46 | r-cran-foreach | 1.4.4-1 | 1.4.4-1 | | +| 47 | r-cran-digest | 0.6.15-1 | 0.6.15-1 | | +| 48 | r-cran-dichromat | 1:2.0-0-1 | 1:2.0-0-1 | | +| 49 | r-cran-colorspace | 1.3-2-2 | 1.3-2-2 | | +| 50 | r-cran-caret | 6.0-78+dfsg1-1 | 6.0-78+dfsg1-1 | | +| 51 | r-cran-car | 2.1-6-1 | 2.1-6-1 | | +| 52 | r-cran-brglm | 0.6.1-1 | 0.6.1-1 | | +| 53 | r-cran-bradleyterry2 | 1.0-8-1 | 1.0-8-1 | | +| 54 | python3-sklearn | 0.19.1-3 | 0.19.1-3 | | +| 55 | python3-pyodbc | 4.0.17-1 | 4.0.17-1 | | +| 56 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 57 | python-openssl | 17.5.0-1ubuntu1 | 17.5.0-1ubuntu1 | | +| 58 | python-pykickstart | 1.83-2 | 1.83-2 | | +| 59 | python-pygments | 2.2.0+dfsg-1ubuntu0.2 | 2.2.0+dfsg-1ubuntu0.2 | | +| 60 | python-pyftpdlib | 1.5.1-4ubuntu1 | 1.5.1-4ubuntu1 | | +| 61 | pyflakes | 1.6.0-1 | 1.6.0-1 | | +| 62 | python-pycryptopp | 0.7.1-3 | 0.7.1-3 | | +| 63 | python-pycparser | 2.18-2 | 2.18-2 | | +| 64 | python-pyasn1-modules | 0.2.1-0.2 | 0.2.1-0.2 | | +| 65 | python-pyasn1 | 0.4.2-3 | 0.4.2-3 | | +| 66 | python-protobuf | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 67 | python-martian | 0.14-0ubuntu1 | 0.14-0ubuntu1 | | +| 68 | python-jinja2 | 2.10-1ubuntu0.18.04.1 | 2.10-1ubuntu0.18.04.1 | | +| 69 | ipython | 5.5.0-1 | 5.5.0-1 | | +| 70 | python-ipaddress | 1.0.17-1 | 1.0.17-1 | | +| 71 | python-idna | 2.6-1 | 2.6-1 | | +| 72 | python-enum34 | 1.1.6-2 | 1.1.6-2 | | +| 73 | python-docutils | 0.14+dfsg-3 | 0.14+dfsg-3 | | +| 74 | python-cryptography | 2.1.4-1ubuntu1.4 | 2.1.4-1ubuntu1.4 | | +| 75 | python-cffi | 1.11.5-1 | 1.11.5-1 | | +| 76 | python-setuptools | 39.0.1-2 | 39.0.1-2 | | +| 77 | git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.9 | | +| 78 | maven | 3.6.0-1~18.04.1 | 3.6.0-1~18.04.1 | | +| 79 | wget | 1.19.4-1ubuntu2.2 | 1.19.4-1ubuntu2.2 | | +| 80 | unzip | 6.0-21ubuntu1.1 | 6.0-21ubuntu1.1 | | +| 81 | python-pyodbc | 4.0.17-1 | 4.0.17-1 | | +| 82 | python-pypdf2 | 1.26.0-2 | 1.26.0-2 | | +| 83 | python3-openssl | 17.5.0-1ubuntu1 | 17.5.0-1ubuntu1 | | +| 84 | libldb1 | 2:1.2.3-1ubuntu0.2 | 2:1.2.3-1ubuntu0.2 | | +| 85 | python3-leveldb | 0~svn68-3build3 | 0~svn68-3build3 | | +| 86 | python3-ldap | 3.0.0-1ubuntu0.1 | 3.0.0-1ubuntu0.1 | | +| 87 | python3-roman | 2.0.0-3 | 2.0.0-3 | | +| 88 | python3-smbc | 1.0.15.6-1build2 | 1.0.15.6-1build2 | | +| 89 | python3-redis | 2.10.6-2ubuntu1 | 2.10.6-2ubuntu1 | | +| 90 | python3-pycurl | 7.43.0.1-0.2 | 7.43.0.1-0.2 | | +| 91 | python3-setuptools | 39.0.1-2 | 39.0.1-2 | | +| 92 | python-simplejson | 3.13.2-1 | 3.13.2-1 | | +| 93 | python-paramiko | 2.0.0-1ubuntu1.2 | 2.0.0-1ubuntu1.2 | | +| 94 | python-requests | 2.18.4-2ubuntu0.1 | 2.18.4-2ubuntu0.1 | | +| 95 | python-pycurl | 7.43.0.1-0.2 | 7.43.0.1-0.2 | | +| 96 | python-boto | 2.44.0-1ubuntu2.18.04.1 | 2.44.0-1ubuntu2.18.04.1 | | +| 97 | python-scipy | 0.19.1-2ubuntu1 | 0.19.1-2ubuntu1 | | +| 98 | python-redis | 2.10.6-2ubuntu1 | 2.10.6-2ubuntu1 | | +| 99 | python-pandas | 0.22.0-4ubuntu1 | 0.22.0-4ubuntu1 | | +| 100 | python-numpy | 1:1.13.3-2ubuntu1 | 1:1.13.3-2ubuntu1 | | +| 101 | python-lxml | 4.2.1-1ubuntu0.6 | 4.2.1-1ubuntu0.6 | | +| 102 | python-cjson | 1.1.0-2 | 1.1.0-2 | | +| 103 | python-talloc | 2.1.10-2ubuntu1 | 2.1.10-2ubuntu1 | | +| 104 | python-sklearn | 0.19.1-3 | 0.19.1-3 | | +| 105 | python-roman | 2.0.0-3 | 2.0.0-3 | | +| 106 | python-ldap | 3.0.0-1ubuntu0.1 | 3.0.0-1ubuntu0.1 | | +| 107 | python-ldb | 2:1.2.3-1ubuntu0.2 | 2:1.2.3-1ubuntu0.2 | | +| 108 | r-cran-stringr | 1.3.0-1ubuntu1 | 1.3.0-1ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/flavor_base_deps/cran_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/flavor_base_deps/cran_packages_diff.md new file mode 100644 index 00000000..a534ffeb --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/flavor_base_deps/cran_packages_diff.md @@ -0,0 +1,8 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:-----------|:-------------------|:-------------------|:---------| +| 0 | rredis | 1.7.0 | 1.7.0 | | +| 1 | data.table | 1.12.8 | 1.12.8 | | +| 2 | htmltools | 0.4.0 | 0.4.0 | | +| 3 | flashClust | 1.01-2 | 1.01-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/flavor_base_deps/python2_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/flavor_base_deps/python2_pip_packages_diff.md new file mode 100644 index 00000000..7b8f6d00 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/flavor_base_deps/python2_pip_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------------------------------------------------------------------------------------------------------------------|:---------------------|:---------------------|:---------| +| 0 | azure-storage-blob | 12.8.1 | 12.8.1 | | +| 1 | azure-storage-file-datalake | 12.4.0 | 12.4.0 | | +| 2 | azure-storage-file-share | 12.5.0 | 12.5.0 | | +| 3 | azure-storage-queue | 12.1.6 | 12.1.6 | | +| 4 | boto3 | 1.17.96 | 1.17.96 | | +| 5 | git+http://github.com/EXASOL/websocket-api.git@758d57d6d076c495b449c9017db3083498c44445#egg=exasol-db-api&subdirectory=python | No version specified | No version specified | | +| 6 | pysftp | 0.2.9 | 0.2.9 | | +| 7 | pytz | 2021.1 | 2021.1 | | +| 8 | rsa | 4.5 | 4.5 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/flavor_base_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/flavor_base_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..8a9cb5fa --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/flavor_base_deps/python3_pip_packages_diff.md @@ -0,0 +1,49 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------------------------------------------------------------------------------------------------------------------|:---------------------|:---------------------|:---------| +| 0 | azure-batch | 10.0.0 | 10.0.0 | | +| 1 | google-cloud-bigtable | 2.2.0 | 2.2.0 | | +| 2 | google-cloud-datacatalog | 3.2.1 | 3.2.1 | | +| 3 | google-cloud-datastore | 2.1.3 | 2.1.3 | | +| 4 | google-cloud-firestore | 2.1.3 | 2.1.3 | | +| 5 | google-cloud-kms | 2.3.0 | 2.3.0 | | +| 6 | google-cloud-logging | 2.5.0 | 2.5.0 | | +| 7 | google-cloud-monitoring | 2.2.1 | 2.2.1 | | +| 8 | google-cloud-ndb | 1.9.0 | 1.9.0 | | +| 9 | google-cloud-pubsub | 2.5.0 | 2.5.0 | | +| 10 | google-cloud-spanner | 3.5.0 | 3.5.0 | | +| 11 | google-cloud-storage | 1.38.0 | 1.38.0 | | +| 12 | google-cloud-trace | 1.2.0 | 1.2.0 | | +| 13 | martian | 1.4 | 1.4 | | +| 14 | protobuf | 3.17.3 | 3.17.3 | | +| 15 | pyexasol | 0.20.0 | 0.20.0 | | +| 16 | pykickstart | 3.33 | 3.33 | | +| 17 | pysftp | 0.2.9 | 0.2.9 | | +| 18 | pytz | 2021.1 | 2021.1 | | +| 19 | git+https://github.com/numpy/numpy.git@maintenance/1.19.x | No version specified | No version specified | | +| 20 | sagemaker | 2.59.5 | 2.59.5 | | +| 21 | google-cloud-containeranalysis | 2.3.0 | 2.3.0 | | +| 22 | google-cloud-bigquery-storage | 2.4.0 | 2.4.0 | | +| 23 | azure-cosmos | 4.2.0 | 4.2.0 | | +| 24 | google-cloud-bigquery | 2.20.0 | 2.20.0 | | +| 25 | azure-eventgrid | 4.3.0 | 4.3.0 | | +| 26 | azure-eventhub | 5.5.0 | 5.5.0 | | +| 27 | azure-eventhub-checkpointstoreblob | 1.1.4 | 1.1.4 | | +| 28 | azure-eventhub-checkpointstoreblob-aio | 1.1.4 | 1.1.4 | | +| 29 | azure-identity | 1.6.0 | 1.6.0 | | +| 30 | azure-keyvault | 4.1.0 | 4.1.0 | | +| 31 | azure-keyvault-certificates | 4.2.1 | 4.2.1 | | +| 32 | azure-keyvault-keys | 4.3.1 | 4.3.1 | | +| 33 | azure-keyvault-secrets | 4.2.0 | 4.2.0 | | +| 34 | azure-kusto-data | 2.1.3 | 2.1.3 | | +| 35 | azure-loganalytics | 0.1.0 | 0.1.0 | | +| 36 | azure-servicebus | 7.3.0 | 7.3.0 | | +| 37 | azure-storage-blob | 12.8.1 | 12.8.1 | | +| 38 | azure-storage-file-datalake | 12.4.0 | 12.4.0 | | +| 39 | azure-storage-file-share | 12.5.0 | 12.5.0 | | +| 40 | azure-storage-queue | 12.1.6 | 12.1.6 | | +| 41 | boto3 | 1.17.96 | 1.17.96 | | +| 42 | git+http://github.com/EXASOL/websocket-api.git@758d57d6d076c495b449c9017db3083498c44445#egg=exasol-db-api&subdirectory=python | No version specified | No version specified | | +| 43 | google-cloud-asset | 3.1.0 | 3.1.0 | | +| 44 | grafeas | 1.4.0 | 1.4.0 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/language_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/language_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..77e38bcc --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/language_deps/apt_get_packages_diff.md @@ -0,0 +1,13 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------------|:-------------------------|:-------------------------|:---------| +| 0 | git | 1:2.17.1-1ubuntu0.9 | 1:2.17.1-1ubuntu0.9 | | +| 1 | openjdk-11-jdk-headless | 11.0.13+8-0ubuntu1~18.04 | 11.0.13+8-0ubuntu1~18.04 | | +| 2 | python2.7-dev | 2.7.17-1~18.04ubuntu1.6 | 2.7.17-1~18.04ubuntu1.6 | | +| 3 | python3.6-dev | 3.6.9-1~18.04ubuntu1.6 | 3.6.9-1~18.04ubuntu1.6 | | +| 4 | python-distutils-extra | 2.41ubuntu1 | 2.41ubuntu1 | | +| 5 | python3-distutils | 3.6.9-1~18.04 | 3.6.9-1~18.04 | | +| 6 | r-base-core | 3.4.4-1ubuntu1 | 3.4.4-1ubuntu1 | | +| 7 | r-base-dev | 3.4.4-1ubuntu1 | 3.4.4-1ubuntu1 | | +| 8 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/language_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/language_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..87c3609b --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/language_deps/python3_pip_packages_diff.md @@ -0,0 +1,7 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------------------------------------------------|:---------------------|:---------------------|:---------| +| 0 | pandas | 0.22.0 | 1.1.5 | UPDATED | +| 1 | cython | 0.29.21 | 0.29.21 | | +| 2 | git+https://github.com/numpy/numpy.git@maintenance/1.19.x | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/security_scan/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/security_scan/apt_get_packages_diff.md new file mode 100644 index 00000000..417beab0 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/security_scan/apt_get_packages_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | trivy | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/security_scan/apt_get_packages_trivy_deps_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/security_scan/apt_get_packages_trivy_deps_diff.md new file mode 100644 index 00000000..6b34b3a1 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/security_scan/apt_get_packages_trivy_deps_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:--------------------|:---------------------|:---------------------|:---------| +| 0 | apt-transport-https | No version specified | No version specified | | +| 1 | gnupg | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/udfclient_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/udfclient_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..bb309b24 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-7.1.0/udfclient_deps/apt_get_packages_diff.md @@ -0,0 +1,10 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:--------------------------|:--------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | libnss-db | 2.2.3pre1-6build2 | 2.2.3pre1-6build2 | | +| 3 | libzmq3-dev | 4.2.5-1ubuntu0.2 | 4.2.5-1ubuntu0.2 | | +| 4 | libprotobuf-dev | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 5 | libssl-dev | 1.1.1-1ubuntu2.1~18.04.14 | 1.1.1-1ubuntu2.1~18.04.14 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/README.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/README.md new file mode 100644 index 00000000..194db20f --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/README.md @@ -0,0 +1,19 @@ +# Package Version Comparison between Standard-exasol-8.0.0 flavor in 4.0.0 and Standard-exasol-8.0.0 flavor in 3.2.0 + +- Comparison of build step Udfclient_deps + - [Comparison of package list Apt Get Packages](udfclient_deps/apt_get_packages_diff.md) +- Comparison of build step Language_deps + - [Comparison of package list Apt Get Packages](language_deps/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages R](language_deps/apt_get_packages_r_diff.md) + - [Comparison of package list Python3 Pip Packages](language_deps/python3_pip_packages_diff.md) +- Comparison of build step Flavor_base_deps_r + - [Comparison of package list Cran Packages](flavor_base_deps_r/cran_packages_diff.md) +- Comparison of build step Flavor_base_deps_python + - [Comparison of package list Python3 Pip Packages](flavor_base_deps_python/python3_pip_packages_diff.md) +- Comparison of build step Flavor_base_deps_apt + - [Comparison of package list Apt Get Packages](flavor_base_deps_apt/apt_get_packages_diff.md) + - [Comparison of package list Apt Get Packages Trivy](flavor_base_deps_apt/apt_get_packages_trivy_diff.md) +- Comparison of build step Build_deps + - [Comparison of package list Apt Get Packages](build_deps/apt_get_packages_diff.md) +- Comparison of build step Base_test_deps + - [Comparison of package list Apt Get Packages](base_test_deps/apt_get_packages_diff.md) diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/base_test_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/base_test_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..6bf5317b --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/base_test_deps/apt_get_packages_diff.md @@ -0,0 +1,11 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:---------------------|:---------------------|:---------| +| 0 | python-protobuf | 3.6.1.3-2ubuntu5 | 3.6.1.3-2ubuntu5 | | +| 1 | gdb | 9.2-0ubuntu1~20.04.1 | 9.2-0ubuntu1~20.04.1 | | +| 2 | valgrind | 1:3.15.0-1ubuntu9.1 | 1:3.15.0-1ubuntu9.1 | | +| 3 | gdbserver | 9.2-0ubuntu1~20.04.1 | 9.2-0ubuntu1~20.04.1 | | +| 4 | binutils | 2.34-6ubuntu1.3 | 2.34-6ubuntu1.3 | | +| 5 | patchelf | 0.10-2build1 | 0.10-2build1 | | +| 6 | strace | 5.5-3ubuntu1 | 5.5-3ubuntu1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/build_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/build_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..2d70534a --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/build_deps/apt_get_packages_diff.md @@ -0,0 +1,16 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------|:-------------------------|:-------------------------|:---------| +| 0 | coreutils | 8.28-1ubuntu1 | 8.28-1ubuntu1 | | +| 1 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 2 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 3 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 4 | locales | 2.27-3ubuntu1.4 | 2.27-3ubuntu1.4 | | +| 5 | tar | 1.29b-2ubuntu0.2 | 1.29b-2ubuntu0.2 | | +| 6 | curl | 7.58.0-2ubuntu3.16 | 7.58.0-2ubuntu3.16 | | +| 7 | openjdk-11-jdk | 11.0.11+9-0ubuntu2~18.04 | 11.0.11+9-0ubuntu2~18.04 | | +| 8 | build-essential | 12.4ubuntu1 | 12.4ubuntu1 | | +| 9 | libpcre3-dev | 2:8.39-9 | 2:8.39-9 | | +| 10 | protobuf-compiler | 3.0.0-9.1ubuntu1 | 3.0.0-9.1ubuntu1 | | +| 11 | chrpath | 0.16-2 | 0.16-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/flavor_base_deps_apt/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/flavor_base_deps_apt/apt_get_packages_diff.md new file mode 100644 index 00000000..78e0c6c4 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/flavor_base_deps_apt/apt_get_packages_diff.md @@ -0,0 +1,25 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:---------------------|:--------------------------------|:--------------------------------|:---------| +| 0 | smbclient | 2:4.13.14+dfsg-0ubuntu0.20.04.4 | 2:4.13.17~dfsg-0ubuntu0.21.04.1 | UPDATED | +| 1 | libsmbclient-dev | 2:4.13.14+dfsg-0ubuntu0.20.04.4 | 2:4.13.17~dfsg-0ubuntu0.21.04.1 | UPDATED | +| 2 | libsmbclient | 2:4.13.14+dfsg-0ubuntu0.20.04.4 | 2:4.13.17~dfsg-0ubuntu0.21.04.1 | UPDATED | +| 3 | apt-transport-https | 2.0.2ubuntu0.2 | 2.0.6 | UPDATED | +| 4 | slapd | 2.4.49+dfsg-2ubuntu1.8 | 2.4.49+dfsg-2ubuntu1.8 | | +| 5 | libhiredis-dev | 0.14.0-6 | 0.14.0-6 | | +| 6 | gnupg | 2.2.19-3ubuntu2.1 | 2.2.19-3ubuntu2.1 | | +| 7 | libxml2-dev | 2.9.10+dfsg-5ubuntu0.20.04.1 | 2.9.10+dfsg-5ubuntu0.20.04.1 | | +| 8 | unixodbc-dev | 2.3.6-0.1build1 | 2.3.6-0.1build1 | | +| 9 | ldap-utils | 2.4.49+dfsg-2ubuntu1.8 | 2.4.49+dfsg-2ubuntu1.8 | | +| 10 | unzip | 6.0-25ubuntu1 | 6.0-25ubuntu1 | | +| 11 | git | 1:2.25.1-1ubuntu3.2 | 1:2.25.1-1ubuntu3.2 | | +| 12 | libldap2-dev | 2.4.49+dfsg-2ubuntu1.8 | 2.4.49+dfsg-2ubuntu1.8 | | +| 13 | openssl | 1.1.1f-1ubuntu2.10 | 1.1.1f-1ubuntu2.10 | | +| 14 | libleveldb1d | 1.22-3ubuntu2 | 1.22-3ubuntu2 | | +| 15 | libldb2 | 2:2.2.3-0ubuntu0.20.04.2 | 2:2.2.3-0ubuntu0.20.04.2 | | +| 16 | maven | 3.6.3-1 | 3.6.3-1 | | +| 17 | wget | 1.20.3-1ubuntu2 | 1.20.3-1ubuntu2 | | +| 18 | build-essential | 12.8ubuntu1.1 | 12.8ubuntu1.1 | | +| 19 | libcurl4-openssl-dev | 7.68.0-1ubuntu2.7 | 7.68.0-1ubuntu2.7 | | +| 20 | libsasl2-dev | 2.1.27+dfsg-2 | 2.1.27+dfsg-2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/flavor_base_deps_apt/apt_get_packages_trivy_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/flavor_base_deps_apt/apt_get_packages_trivy_diff.md new file mode 100644 index 00000000..bbf1f5a8 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/flavor_base_deps_apt/apt_get_packages_trivy_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:-------------------|:-------------------|:---------| +| 0 | trivy | 0.22.0 | 0.22.0 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/flavor_base_deps_python/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/flavor_base_deps_python/python3_pip_packages_diff.md new file mode 100644 index 00000000..b09f807f --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/flavor_base_deps_python/python3_pip_packages_diff.md @@ -0,0 +1,77 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------------------------------------------------------------------------------------------------------------------|:---------------------|:---------------------|:---------| +| 0 | azure-batch | 11.0.0 | 11.0.0 | | +| 1 | pyexasol | 0.23.3 | 0.23.3 | | +| 2 | ujson | 5.1.0 | 5.1.0 | | +| 3 | requests | 2.27.1 | 2.27.1 | | +| 4 | docutils | 0.18.1 | 0.18.1 | | +| 5 | cffi | 1.15.0 | 1.15.0 | | +| 6 | jinja2 | 3.0.3 | 3.0.3 | | +| 7 | pyftpdlib | 1.5.6 | 1.5.6 | | +| 8 | scipy | 1.6.2 | 1.6.2 | | +| 9 | lxml | 4.7.1 | 4.7.1 | | +| 10 | pyodbc | 4.0.32 | 4.0.32 | | +| 11 | roman | 3.3 | 3.3 | | +| 12 | redis | 4.1.0 | 4.1.0 | | +| 13 | pycurl | 7.44.1 | 7.44.1 | | +| 14 | setuptools | 60.5.0 | 60.5.0 | | +| 15 | sagemaker | 2.72.3 | 2.72.3 | | +| 16 | pytz | 2021.3 | 2021.3 | | +| 17 | paramiko | 2.9.2 | 2.9.2 | | +| 18 | simplejson | 3.17.6 | 3.17.6 | | +| 19 | scikit-learn | 1.0.2 | 1.0.2 | | +| 20 | pyarrow | 6.0.1 | 6.0.1 | | +| 21 | https://github.com/exasol/bucketfs-utils-python/releases/download/0.1.0/exasol_bucketfs_utils_python-0.1.0-py3-none-any.whl | No version specified | No version specified | | +| 22 | pyyaml | 6.0 | 6.0 | | +| 23 | numba-scipy | 0.3.0 | 0.3.0 | | +| 24 | bitsets | 0.8.3 | 0.8.3 | | +| 25 | pybloomfiltermmap3 | 0.5.5 | 0.5.5 | | +| 26 | bitarray | 2.3.5 | 2.3.5 | | +| 27 | numba | 0.55.0 | 0.55.0 | | +| 28 | plyvel | 1.4.0 | 1.4.0 | | +| 29 | pysimdjson | 4.0.3 | 4.0.3 | | +| 30 | pybase64 | 1.2.1 | 1.2.1 | | +| 31 | debugpy | 1.5.1 | 1.5.1 | | +| 32 | git+http://github.com/EXASOL/websocket-api.git@5150f964388412788bf5e47752a7916a5a8624c5#egg=exasol-db-api&subdirectory=python | No version specified | No version specified | | +| 33 | pyOpenSSL | 21.0.0 | 21.0.0 | | +| 34 | python-ldap | 3.4.0 | 3.4.0 | | +| 35 | pysftp | 0.2.9 | 0.2.9 | | +| 36 | protobuf | 3.19.3 | 3.19.3 | | +| 37 | azure-cosmos | 4.2.0 | 4.2.0 | | +| 38 | martian | 1.4 | 1.4 | | +| 39 | azure-storage-file-share | 12.6.0 | 12.6.0 | | +| 40 | azure-storage-file-datalake | 12.5.0 | 12.5.0 | | +| 41 | azure-storage-blob | 12.9.0 | 12.9.0 | | +| 42 | azure-servicebus | 7.5.0 | 7.5.0 | | +| 43 | azure-loganalytics | 0.1.1 | 0.1.1 | | +| 44 | azure-kusto-data | 2.3.2 | 2.3.2 | | +| 45 | azure-keyvault-secrets | 4.3.0 | 4.3.0 | | +| 46 | azure-keyvault-keys | 4.4.0 | 4.4.0 | | +| 47 | azure-keyvault-certificates | 4.3.0 | 4.3.0 | | +| 48 | azure-keyvault | 4.1.0 | 4.1.0 | | +| 49 | azure-identity | 1.6.1 | 1.6.1 | | +| 50 | azure-eventhub-checkpointstoreblob-aio | 1.1.4 | 1.1.4 | | +| 51 | azure-eventhub-checkpointstoreblob | 1.1.4 | 1.1.4 | | +| 52 | azure-eventhub | 5.7.0 | 5.7.0 | | +| 53 | azure-eventgrid | 4.7.1 | 4.7.1 | | +| 54 | azure-storage-queue | 12.1.6 | 12.1.6 | | +| 55 | boto3 | 1.20.37 | 1.20.37 | | +| 56 | google-cloud-asset | 3.7.1 | 3.7.1 | | +| 57 | google-cloud-logging | 2.7.0 | 2.7.0 | | +| 58 | google-cloud-trace | 1.5.1 | 1.5.1 | | +| 59 | google-cloud-storage | 2.0.0 | 2.0.0 | | +| 60 | google-cloud-spanner | 3.12.1 | 3.12.1 | | +| 61 | google-cloud-pubsub | 2.9.0 | 2.9.0 | | +| 62 | google-cloud-ndb | 1.11.1 | 1.11.1 | | +| 63 | google-cloud-monitoring | 2.8.0 | 2.8.0 | | +| 64 | google-cloud-kms | 2.10.1 | 2.10.1 | | +| 65 | google-cloud-bigquery | 2.32.0 | 2.32.0 | | +| 66 | google-cloud-firestore | 2.3.4 | 2.3.4 | | +| 67 | google-cloud-datastore | 1.15.3 | 1.15.3 | | +| 68 | google-cloud-datacatalog | 3.6.2 | 3.6.2 | | +| 69 | google-cloud-containeranalysis | 2.6.3 | 2.6.3 | | +| 70 | google-cloud-bigtable | 2.4.0 | 2.4.0 | | +| 71 | google-cloud-bigquery-storage | 2.11.0 | 2.11.0 | | +| 72 | pysmbc | 1.0.23 | 1.0.23 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/flavor_base_deps_r/cran_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/flavor_base_deps_r/cran_packages_diff.md new file mode 100644 index 00000000..7f104f20 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/flavor_base_deps_r/cran_packages_diff.md @@ -0,0 +1,48 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:--------------|:-------------------|:-------------------|:---------| +| 0 | acepack | 1.4.1 | 1.4.1 | | +| 1 | chron | 2.3-56 | 2.3-56 | | +| 2 | plyr | 1.8.6 | 1.8.6 | | +| 3 | foreach | 1.5.1 | 1.5.1 | | +| 4 | purrr | 0.3.4 | 0.3.4 | | +| 5 | stringr | 1.4.0 | 1.4.0 | | +| 6 | htmltools | 0.5.2 | 0.5.2 | | +| 7 | RCurl | 1.98-1.5 | 1.98-1.5 | | +| 8 | e1071 | 1.7-9 | 1.7-9 | | +| 9 | redux | 1.1.3 | 1.1.3 | | +| 10 | reshape2 | 1.4.4 | 1.4.4 | | +| 11 | scales | 1.1.1 | 1.1.1 | | +| 12 | lme4 | 1.1-27.1 | 1.1-27.1 | | +| 13 | gbm | 2.1.8 | 2.1.8 | | +| 14 | httr | 1.4.2 | 1.4.2 | | +| 15 | BradleyTerry2 | 1.1-2 | 1.1-2 | | +| 16 | tibble | 3.1.6 | 3.1.6 | | +| 17 | dplyr | 1.0.7 | 1.0.7 | | +| 18 | tidyr | 1.1.4 | 1.1.4 | | +| 19 | oysteR | 0.1.1 | 0.1.1 | | +| 20 | caret | 6.0-90 | 6.0-90 | | +| 21 | minqa | 1.2.4 | 1.2.4 | | +| 22 | brglm | 0.7.2 | 0.7.2 | | +| 23 | SparseM | 1.81 | 1.81 | | +| 24 | nloptr | 1.2.2.3 | 1.2.2.3 | | +| 25 | data.table | 1.14.2 | 1.14.2 | | +| 26 | digest | 0.6.29 | 0.6.29 | | +| 27 | fastcluster | 1.2.3 | 1.2.3 | | +| 28 | flashClust | 1.01-2 | 1.01-2 | | +| 29 | Formula | 1.2-4 | 1.2-4 | | +| 30 | gtools | 3.9.2 | 3.9.2 | | +| 31 | iterators | 1.0.13 | 1.0.13 | | +| 32 | magrittr | 2.0.1 | 2.0.1 | | +| 33 | profileModel | 0.6.1 | 0.6.1 | | +| 34 | glue | 1.6.0 | 1.6.0 | | +| 35 | proto | 1.0.0 | 1.0.0 | | +| 36 | randomForest | 4.6-14 | 4.6-14 | | +| 37 | Rcpp | 1.0.8 | 1.0.8 | | +| 38 | RODBC | 1.3-19 | 1.3-19 | | +| 39 | XML | 3.99-0.8 | 3.99-0.8 | | +| 40 | jsonlite | 1.7.3 | 1.7.3 | | +| 41 | rjson | 0.2.21 | 0.2.21 | | +| 42 | yaml | 2.2.1 | 2.2.1 | | +| 43 | caretEnsemble | 2.0.1 | 2.0.1 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/language_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/language_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..d950a26b --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/language_deps/apt_get_packages_diff.md @@ -0,0 +1,9 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------------------|:-------------------------|:-------------------------|:---------| +| 0 | ca-certificates | 20210119~20.04.2 | 20210119~20.04.2 | | +| 1 | python3.8-dev | 3.8.10-0ubuntu1~20.04.2 | 3.8.10-0ubuntu1~20.04.2 | | +| 2 | python3-distutils | 3.8.10-0ubuntu1~20.04 | 3.8.10-0ubuntu1~20.04 | | +| 3 | curl | 7.68.0-1ubuntu2.7 | 7.68.0-1ubuntu2.7 | | +| 4 | openjdk-11-jdk-headless | 11.0.13+8-0ubuntu1~20.04 | 11.0.13+8-0ubuntu1~20.04 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/language_deps/apt_get_packages_r_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/language_deps/apt_get_packages_r_diff.md new file mode 100644 index 00000000..1b444f34 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/language_deps/apt_get_packages_r_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:------------|:-------------------|:-------------------|:---------| +| 0 | r-base-core | 4.1.2-1.2004.0 | 4.1.2-1.2004.0 | | +| 1 | r-base-dev | 4.1.2-1.2004.0 | 4.1.2-1.2004.0 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/language_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/language_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..77b3c06f --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/language_deps/python3_pip_packages_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------|:-------------------|:-------------------|:---------| +| 0 | pandas | 1.3.4 | 1.3.4 | | +| 1 | numpy | 1.21.3 | 1.21.3 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/udfclient_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/udfclient_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..d0b9b609 --- /dev/null +++ b/doc/changes/package_diffs/4.0.0/standard-EXASOL-8.0.0/udfclient_deps/apt_get_packages_diff.md @@ -0,0 +1,10 @@ + + +| | Package | Version in 3.2.0 | Version in 4.0.0 | Status | +|---:|:----------------|:-------------------|:-------------------|:---------| +| 0 | coreutils | 8.30-3ubuntu2 | 8.30-3ubuntu2 | | +| 1 | locales | 2.31-0ubuntu9.2 | 2.31-0ubuntu9.2 | | +| 2 | libnss-db | 2.2.3pre1-6build6 | 2.2.3pre1-6build6 | | +| 3 | libzmq3-dev | 4.3.2-2ubuntu1 | 4.3.2-2ubuntu1 | | +| 4 | libprotobuf-dev | 3.6.1.3-2ubuntu5 | 3.6.1.3-2ubuntu5 | | +| 5 | libssl-dev | 1.1.1f-1ubuntu2.10 | 1.1.1f-1ubuntu2.10 | | \ No newline at end of file diff --git a/flavors/standard-EXASOL-7.0.0/flavor_base/flavor_base_deps/packages/apt_get_packages b/flavors/standard-EXASOL-7.0.0/flavor_base/flavor_base_deps/packages/apt_get_packages index 56388e55..6cc2add7 100644 --- a/flavors/standard-EXASOL-7.0.0/flavor_base/flavor_base_deps/packages/apt_get_packages +++ b/flavors/standard-EXASOL-7.0.0/flavor_base/flavor_base_deps/packages/apt_get_packages @@ -30,7 +30,7 @@ libldb1|2:1.2.3-1ubuntu0.2 python-ldb|2:1.2.3-1ubuntu0.2 python-ldap|3.0.0-1ubuntu0.1 python-roman|2.0.0-3 -python-samba|2:4.7.6+dfsg~ubuntu-0ubuntu2.27 +python-samba|2:4.7.6+dfsg~ubuntu-0ubuntu2.28 python-sklearn|0.19.1-3 python-talloc|2.1.10-2ubuntu1 python-cjson|1.1.0-2 diff --git a/flavors/standard-EXASOL-7.0.0/flavor_base/language_deps/packages/python3_pip_packages b/flavors/standard-EXASOL-7.0.0/flavor_base/language_deps/packages/python3_pip_packages index f752e4a3..fb296b2a 100644 --- a/flavors/standard-EXASOL-7.0.0/flavor_base/language_deps/packages/python3_pip_packages +++ b/flavors/standard-EXASOL-7.0.0/flavor_base/language_deps/packages/python3_pip_packages @@ -1,3 +1,3 @@ cython|0.29.21 -pandas|0.22.0 +pandas|1.1.5 # last version with support for python 3.6 git+https://github.com/numpy/numpy.git@maintenance/1.19.x \ No newline at end of file diff --git a/flavors/standard-EXASOL-7.1.0-without-python2.7/flavor_base/language_deps/packages/python3_pip_packages b/flavors/standard-EXASOL-7.1.0-without-python2.7/flavor_base/language_deps/packages/python3_pip_packages index f752e4a3..fb296b2a 100644 --- a/flavors/standard-EXASOL-7.1.0-without-python2.7/flavor_base/language_deps/packages/python3_pip_packages +++ b/flavors/standard-EXASOL-7.1.0-without-python2.7/flavor_base/language_deps/packages/python3_pip_packages @@ -1,3 +1,3 @@ cython|0.29.21 -pandas|0.22.0 +pandas|1.1.5 # last version with support for python 3.6 git+https://github.com/numpy/numpy.git@maintenance/1.19.x \ No newline at end of file diff --git a/flavors/standard-EXASOL-7.1.0/flavor_base/flavor_base_deps/packages/apt_get_packages b/flavors/standard-EXASOL-7.1.0/flavor_base/flavor_base_deps/packages/apt_get_packages index 56388e55..6cc2add7 100644 --- a/flavors/standard-EXASOL-7.1.0/flavor_base/flavor_base_deps/packages/apt_get_packages +++ b/flavors/standard-EXASOL-7.1.0/flavor_base/flavor_base_deps/packages/apt_get_packages @@ -30,7 +30,7 @@ libldb1|2:1.2.3-1ubuntu0.2 python-ldb|2:1.2.3-1ubuntu0.2 python-ldap|3.0.0-1ubuntu0.1 python-roman|2.0.0-3 -python-samba|2:4.7.6+dfsg~ubuntu-0ubuntu2.27 +python-samba|2:4.7.6+dfsg~ubuntu-0ubuntu2.28 python-sklearn|0.19.1-3 python-talloc|2.1.10-2ubuntu1 python-cjson|1.1.0-2 diff --git a/flavors/standard-EXASOL-7.1.0/flavor_base/language_deps/packages/python3_pip_packages b/flavors/standard-EXASOL-7.1.0/flavor_base/language_deps/packages/python3_pip_packages index f752e4a3..fb296b2a 100644 --- a/flavors/standard-EXASOL-7.1.0/flavor_base/language_deps/packages/python3_pip_packages +++ b/flavors/standard-EXASOL-7.1.0/flavor_base/language_deps/packages/python3_pip_packages @@ -1,3 +1,3 @@ cython|0.29.21 -pandas|0.22.0 +pandas|1.1.5 # last version with support for python 3.6 git+https://github.com/numpy/numpy.git@maintenance/1.19.x \ No newline at end of file diff --git a/flavors/standard-EXASOL-8.0.0/flavor_base/flavor_base_deps_apt/packages/apt_get_packages b/flavors/standard-EXASOL-8.0.0/flavor_base/flavor_base_deps_apt/packages/apt_get_packages index 52522be8..9c395030 100644 --- a/flavors/standard-EXASOL-8.0.0/flavor_base/flavor_base_deps_apt/packages/apt_get_packages +++ b/flavors/standard-EXASOL-8.0.0/flavor_base/flavor_base_deps_apt/packages/apt_get_packages @@ -13,9 +13,9 @@ slapd|2.4.49+dfsg-2ubuntu1.8 # Needed by python-ldap ldap-utils|2.4.49+dfsg-2ubuntu1.8 # Needed by python-ldap unixodbc-dev|2.3.6-0.1build1 # Needed by pyodbc and RODBC libxml2-dev|2.9.10+dfsg-5ubuntu0.20.04.1 # Needed by R XML package -apt-transport-https|2.0.2ubuntu0.2 +apt-transport-https|2.0.6 gnupg|2.2.19-3ubuntu2.1 libhiredis-dev|0.14.0-6 # Needed by R redux package -libsmbclient|2:4.13.14+dfsg-0ubuntu0.20.04.4 -libsmbclient-dev|2:4.13.14+dfsg-0ubuntu0.20.04.4 -smbclient|2:4.13.14+dfsg-0ubuntu0.20.04.4 +libsmbclient|2:4.13.17~dfsg-0ubuntu0.21.04.1 +libsmbclient-dev|2:4.13.17~dfsg-0ubuntu0.21.04.1 +smbclient|2:4.13.17~dfsg-0ubuntu0.21.04.1 diff --git a/script-languages b/script-languages index cff9c5e4..2d7671a0 160000 --- a/script-languages +++ b/script-languages @@ -1 +1 @@ -Subproject commit cff9c5e480dc362faebd701af5f853c919567faf +Subproject commit 2d7671a0819e2d3435bfb4590fab561b897e4a4f