Skip to content

SLC 11.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 14:15
· 20 commits to master since this release
6ae455e

script-languages-release 11.2.0, released 2026-06-19

Code name: ARM support for Conda based flavors

Summary

This release adds ARM support for the Conda template flavors. It also updates exaslct to preserve package manager metadata in the generated script-language container images, allowing SBOM tools such as syft to detect Debian packages correctly.
Furthermore, the APT package dependecies were loosened by using wildcards in the specified version and some packages were updated.
Finally, the release contains some internal improvements.

Please note that the format of the released Docker image tags has been simplified: Instead of using the internal hash as suffix, the tags end now with the version number, e.g. standard-EXASOL-all-python-3.12-release_x64_11.2.0 instead of standard-EXASOL-all-python-3.12-release_x64_GM7DI5JDDTJRRDVV2QPRSNDRDT5CCYHPPEZO7HPJSIX4B5ICISZQ

Package Version Comparison between Release 11.2.0 and 11.1.1

Script-Language-Container-Tool (Exaslct)

This release uses version 4.1.0 of the container tool.

Features

  • #1428: Added ARM support for Conda based flavors

Security Issues

n/a

Refactorings

  • #1401: Changed r_import_modules test to make it compatible with new package file format
  • #1425: Used wildcards in versions for apt packages
  • #1425: Updated tzdata version (2025b to 2026a)
  • #1432: Fixed UDF Plugin
  • #1415: Removed legacy package files
  • #1442: Added new preprocessor flag USE_STATIC_SWIG
  • #1369: Added missing tests for context
  • #1380: Removed unused scripts and files
  • #1422: Fixed JAVA_HOME path
  • #1464: Ignored maven settings.xml for security scanner
  • #1485: Updated exaslpm to v1.3.1

Dependencies

  • #1440: Updated "nloptr"
  • #1460: Updated openjdk dependency
  • #1470: Updated "tzdata"
  • #1480: Updated "ca-certificates"
  • #1484: Updated exaslct, slc-ci & slc-ci-setup
  • Updated pyexasol and sqlglot

Bugfixes

  • Added workaround for #1435: Pining packaging Python module to version 25.0
  • #1438: Fixed 'standard-EXASOL-all' flavor: trivy 0.69.3 not found
  • #1449: Fixed 'standard-EXASOL-all' flavor: Prevent upgrade to R 4.6.0
  • #1482: Added tools.pip section to conda template flavors

Doc

n/a

Internal

  • Relocked dependencies