-
Notifications
You must be signed in to change notification settings - Fork 0
New SLC and release 0.16.0 #161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
17f44ac
Add documentation build folder to .gitignore
ahsimb 7875564
Merge remote-tracking branch 'origin/main'
ahsimb 31cca39
Merge remote-tracking branch 'origin/main'
ahsimb a78e714
Merge remote-tracking branch 'origin/main'
ahsimb 381181f
Merge remote-tracking branch 'origin/main'
ahsimb 062aee7
Merge remote-tracking branch 'origin/main'
ahsimb 1cb349f
Merge remote-tracking branch 'origin/main'
ahsimb ee5bd0e
Merge remote-tracking branch 'origin/main'
ahsimb 8c40fad
Merge remote-tracking branch 'origin/main'
ahsimb 4584c96
Merge remote-tracking branch 'origin/main'
ahsimb 8e2bc62
Merge remote-tracking branch 'origin/main'
ahsimb 0ca19e9
Merge remote-tracking branch 'origin/main'
ahsimb 2e86c75
Merge remote-tracking branch 'origin/main'
ahsimb 6746ead
Merge remote-tracking branch 'origin/main'
ahsimb a6e9e66
Merge remote-tracking branch 'origin/main'
ahsimb ccba19f
Merge remote-tracking branch 'origin/main'
ahsimb fb4107d
Merge remote-tracking branch 'origin/main'
ahsimb 8f0bc20
Merge remote-tracking branch 'origin/main'
ahsimb 5c7c13d
Merge remote-tracking branch 'origin/main'
ahsimb 14bab30
Merge remote-tracking branch 'origin/main'
ahsimb d41ce67
Merge remote-tracking branch 'origin/main'
ahsimb 75dd021
Merge remote-tracking branch 'origin/main'
ahsimb 813f223
Merge remote-tracking branch 'origin/main'
ahsimb 5f2791b
Merge remote-tracking branch 'origin/main'
ahsimb fb33e33
Merge remote-tracking branch 'origin/main'
ahsimb 4ce824f
Merge remote-tracking branch 'origin/main'
ahsimb 797cbfe
Merge remote-tracking branch 'origin/main'
ahsimb ee3cc30
Merge remote-tracking branch 'origin/main'
ahsimb e3e4e93
Merge remote-tracking branch 'origin/main'
ahsimb 898f06c
Merge remote-tracking branch 'origin/main'
ahsimb c76ef87
Merge remote-tracking branch 'origin/main'
ahsimb 6de88a0
Merge remote-tracking branch 'origin/main'
ahsimb bcf2f78
Merge remote-tracking branch 'origin/main'
ahsimb 2f5c203
Merge remote-tracking branch 'origin/main'
ahsimb 1a24257
Merge remote-tracking branch 'origin/main'
ahsimb 0762772
Merge remote-tracking branch 'origin/main'
ahsimb 246f806
Moved to the new SLC and prepared the release
ahsimb c05d0d5
Changed tar.gz address
ahsimb bfdbdd0
use --break-system-packages
ahsimb c3d38d6
use --break-system-packages
ahsimb 938ad31
updated release/Dockerfile
ahsimb 359bafe
relocked poetry
ahsimb 783de57
made exasol-script-languages-container-tool optional
ahsimb 0bd4251
made exasol-script-languages-container-tool optional
ahsimb 5bad71f
made exasol-script-languages-container-tool optional
ahsimb 787f940
Update doc/changes/changes_0.16.0.md
ahsimb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| # 0.16.0 - 2026-06-24 | ||
|
|
||
| ## Summary | ||
|
|
||
| ## Security Issues | ||
|
|
||
| This release fixes vulnerabilities by updating dependencies: | ||
|
|
||
| | Dependency | Vulnerability | Affected | Fixed in | | ||
| |------------|---------------|----------|----------| | ||
| | gitpython | CVE-2026-42215 | 3.1.46 | 3.1.47 | | ||
| | gitpython | CVE-2026-42284 | 3.1.46 | 3.1.47 | | ||
| | gitpython | CVE-2026-44244 | 3.1.46 | 3.1.49 | | ||
| | gitpython | GHSA-mv93-w799-cj2w | 3.1.46 | 3.1.50 | | ||
| | idna | PYSEC-2026-215 | 3.11 | 3.15 | | ||
| | pip | PYSEC-2026-196 | 26.0.1 | 26.1.2 | | ||
| | pip | CVE-2026-3219 | 26.0.1 | 26.1 | | ||
| | pip | CVE-2026-6357 | 26.0.1 | 26.1 | | ||
| | pytest | CVE-2025-71176 | 7.4.4 | 9.0.3 | | ||
| | tornado | CVE-2026-49854 | 6.5.5 | 6.5.6 | | ||
| | tornado | CVE-2026-49853 | 6.5.5 | 6.5.6 | | ||
| | tornado | CVE-2026-49855 | 6.5.5 | 6.5.6 | | ||
| | urllib3 | PYSEC-2026-142 | 2.6.3 | 2.7.0 | | ||
| | urllib3 | PYSEC-2026-142 | 2.6.3 | 2.7.0 | | ||
| | urllib3 | PYSEC-2026-141 | 2.6.3 | 2.7.0 | | ||
|
|
||
| * #148: Fixed vulnerabilities by updated dependencies, increased allowed `pytest` version, and updated to `exasol-toolbox` 7.0.0 | ||
|
|
||
| ## Refactoring | ||
|
|
||
| * #151: Updated exasol-toolbox to 8.1.1 | ||
| * #154: Enabled on-prem integration tests for all supported Python versions. | ||
| * #159: Fixed the extensions of uploaded files in integration tests to comply with SaaS rules. | ||
| * #160: Moved to the new SLC: template-Exasol-all-python-3.12-release_x64_11.2.0. | ||
|
|
||
| ## Dependency Updates | ||
|
|
||
| ### `main` | ||
|
|
||
| * Updated dependency `click:8.3.2` to `8.4.1` | ||
| * Updated dependency `pyexasol:2.2.0` to `2.2.1` | ||
| * Updated dependency `requests:2.33.1` to `2.34.2` | ||
|
|
||
| ### `dev` | ||
|
|
||
| * Updated dependency `exasol-toolbox:6.2.0` to `8.1.1` | ||
| * Updated dependency `pytest:7.4.4` to `9.0.3` | ||
| * Updated dependency `pytest-exasol-backend:1.4.0` to `1.4.1` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,3 @@ | ||
| # Unreleased | ||
|
|
||
| ## Summary | ||
|
|
||
| ## Security Issues | ||
|
|
||
| * #148: Fixed vulnerabilities by updated dependencies, increased allowed `pytest` version, and updated to `exasol-toolbox` 7.0.0 | ||
|
|
||
| ## Refactoring | ||
|
|
||
| * #151: Updated exasol-toolbox to 8.1.1 | ||
| * #154: Enabled on-prem integration tests for all supported Python versions. | ||
| * #159: Fixed the extensions of uploaded files in integration tests to comply with SaaS rules. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...python_extension_common/deployment/language_container/flavor_base/dependencies/Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| FROM exasol/script-language-container:template-Exasol-all-python-3.10-release_x64_BFOJFIJ2Y42PBIZHWXVEQBBVPAEVHZETG4Z45VAMFWFSXORH3FVA | ||
| FROM exasol/script-language-container:template-Exasol-all-python-3.12-release_x64_11.2.0 | ||
|
|
||
| Run mkdir /project | ||
| COPY dependencies/requirements.txt /project/requirements.txt | ||
| RUN python3.10 -m pip install -r /project/requirements.txt | ||
| RUN python3.12 -m pip install --break-system-packages -r /project/requirements.txt |
5 changes: 2 additions & 3 deletions
5
exasol/python_extension_common/deployment/language_container/flavor_base/release/Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,7 @@ | ||
| FROM {{ dependencies }} | ||
|
|
||
| COPY release/dist /project/dist | ||
| RUN python3.10 -m pip install --no-deps /project/dist/*.whl | ||
| RUN python3.12 -m pip install --no-deps --break-system-packages /project/dist/*.whl | ||
|
|
||
| RUN mkdir -p /build_info/actual_installed_packages/release && \ | ||
| /scripts/list_installed_scripts/list_installed_apt.sh > /build_info/actual_installed_packages/release/apt_get_packages && \ | ||
| /scripts/list_installed_scripts/list_installed_pip.sh python3.10 > /build_info/actual_installed_packages/release/python3_pip_packages | ||
| exaslpm list-all-installed-packages --out-file /build_info/actual_installed_packages/release/packages.yml |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.