Skip to content

Commit

Permalink
Merge pull request #932 from exasol/develop
Browse files Browse the repository at this point in the history
Changelist:
- #794: Fixed install_via_pip.pl might downgrade already installed packages  (#798)
- #930: Updated Packages (#931)
  • Loading branch information
tomuben authored Jul 22, 2024
2 parents 00996bf + 3d7dbfc commit dfe0f58
Show file tree
Hide file tree
Showing 89 changed files with 808 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .current_gitmodules

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

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

* [8.2.0](changes_8.2.0.md)
* [8.1.0](changes_8.1.0.md)
* [8.0.0](changes_8.0.0.md)
* [7.1.0](changes_7.1.0.md)
Expand Down
35 changes: 35 additions & 0 deletions doc/changes/changes_8.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# script-languages-release 8.2.0, released 2024-07-23.

Code name: Package updates.

## Summary

This release updates some Ubuntu and Python packages. Also, it fixes a bug where a Pip package could be downgraded during the Script-Languages-Container build process.

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

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

This release uses version 0.19.0 of the container tool.

## Bug Fixes

- #794: Fixed install_via_pip.pl might downgrade already installed packages

## Features / Enhancements

n/a

## Documentation

n/a

## Refactoring

n/a

## Security

- #930: Updated Packages

Attention: Kernel CVE's can't be fixed by the container itself, rather need to be addressed by the host system executing them.
8 changes: 8 additions & 0 deletions doc/changes/package_diffs/8.2.0/README.md

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

19 changes: 19 additions & 0 deletions doc/changes/package_diffs/8.2.0/standard-EXASOL-all/README.md

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

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

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

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

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

Loading

0 comments on commit dfe0f58

Please sign in to comment.