Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/security-issues/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
- name: Install Python Toolbox / Security tool
shell: bash
run: |
pip install exasol-toolbox==10.5.0
pip install exasol-toolbox==11.0.0

- name: Create Security Issue Report
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions doc/changes/changelog.md

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

25 changes: 25 additions & 0 deletions doc/changes/changes_11.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 11.0.0 - 2026-09-15

## Summary

This major release removes the deprecated matrix sessions ``matrix:all``,
``matrix:exasol``, and ``matrix:python``. Projects should use ``matrix.yml`` together
with the ``matrix:generate`` Nox session instead.

## Refactoring

* #859: Removed the deprecated ``matrix:all``, ``matrix:exasol``, and ``matrix:python``
Nox sessions.

## Dependency Updates

### `main`

* Updated dependency `coverage:7.16.0` to `7.16.1`
* Updated dependency `sphinx-toolbox:4.3.0` to `4.3.1`
* Updated dependency `sphinxcontrib-mermaid:2.1.0` to `2.1.1`
* Updated dependency `zizmor:1.30.0` to `1.30.1`

### `dev`

* Updated dependency `types-pyyaml:6.0.12.20260815` to `6.0.12.20260906`
9 changes: 0 additions & 9 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# Unreleased

## Summary

This major release removes the deprecated matrix sessions ``matrix:all``,
``matrix:exasol``, and ``matrix:python``. Projects should use ``matrix.yml`` together
with the ``matrix:generate`` Nox session instead.

## Refactoring

* #859: Removed the deprecated ``matrix:all``, ``matrix:exasol``, and ``matrix:python``
Nox sessions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: "(( minimum_python_version ))"
poetry-version: "(( dependency_manager_version ))"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: "(( minimum_python_version ))"
poetry-version: "(( dependency_manager_version ))"
Expand Down
18 changes: 9 additions & 9 deletions exasol/toolbox/templates/github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: "(( minimum_python_version ))"
poetry-version: "(( dependency_manager_version ))"
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: "(( minimum_python_version ))"
poetry-version: "(( dependency_manager_version ))"
Expand All @@ -76,7 +76,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: ${{ matrix.python-versions }}
poetry-version: "(( dependency_manager_version ))"
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: ${{ matrix.python-versions }}
poetry-version: "(( dependency_manager_version ))"
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: ${{ matrix.python-versions }}
poetry-version: "(( dependency_manager_version ))"
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: "(( minimum_python_version ))"
poetry-version: "(( dependency_manager_version ))"
Expand All @@ -197,7 +197,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: "(( minimum_python_version ))"
poetry-version: "(( dependency_manager_version ))"
Expand All @@ -220,7 +220,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: "(( minimum_python_version ))"
poetry-version: "(( dependency_manager_version ))"
Expand All @@ -243,7 +243,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: "(( minimum_python_version ))"
poetry-version: "(( dependency_manager_version ))"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: "(( minimum_python_version ))"
poetry-version: "(( dependency_manager_version ))"
Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/workflows/fast-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: ${{ matrix.python-versions }}
poetry-version: "(( dependency_manager_version ))"
Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: "(( minimum_python_version ))"
poetry-version: "(( dependency_manager_version ))"
Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: "(( minimum_python_version ))"
poetry-version: "(( dependency_manager_version ))"
Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: "(( minimum_python_version ))"
poetry-version: "(( dependency_manager_version ))"
Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/workflows/slow-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Set up Python & Poetry Environment
id: set-up-python-and-poetry-environment
uses: exasol/python-toolbox/.github/actions/python-environment@v10
uses: exasol/python-toolbox/.github/actions/python-environment@v11
with:
python-version: ${{ matrix.python_versions }}
poetry-version: "(( dependency_manager_version ))"
Expand Down
Loading