Skip to content

Commit a715f39

Browse files
authored
Prepare release 8.2.0 (#861)
1 parent e8981b0 commit a715f39

6 files changed

Lines changed: 38 additions & 13 deletions

File tree

.github/actions/security-issues/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
- name: Install Python Toolbox / Security tool
4040
shell: bash
4141
run: |
42-
pip install exasol-toolbox==8.1.1
42+
pip install exasol-toolbox==8.2.0
4343
4444
- name: Create Security Issue Report
4545
shell: bash

doc/changes/changelog.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changes_8.2.0.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# 8.2.0 - 2026-06-10
2+
3+
## Summary
4+
5+
This minor release adds manual triggering for `periodic-validation.yml` and makes the
6+
Sonar secret name used by `report.yml` configurable via `BaseConfig`.
7+
8+
## Security Issues
9+
10+
This release fixes vulnerabilities by updating dependencies:
11+
12+
| Dependency | Vulnerability | Affected | Fixed in |
13+
|------------|----------------|----------|----------|
14+
| pip | PYSEC-2026-196 | 26.1.1 | 26.1.2 |
15+
16+
## Feature
17+
18+
* #854: Added `workflow_dispatch` for `periodic-validation.yml`
19+
* #827: Modified `report.yml` to allow overriding the Sonar secret name via `BaseConfig`
20+
21+
## Refactoring
22+
23+
* #852: Modified `merge-gate` to ensure `run-fast-tests` succeeds
24+
* #811: Modified workflow templates to not persist-credentials, not provide attacker-controllable inlines, and not pass more secrets to `report.yml`
25+
26+
## Dependency Updates
27+
28+
### `main`
29+
30+
* Updated dependency `coverage:7.14.0` to `7.14.1`
31+
* Updated dependency `pysonar:1.5.0.4793` to `1.6.0.4905`
32+
* Updated dependency `sphinx-toolbox:4.1.2` to `4.2.0`
33+
* Updated dependency `typer:0.25.1` to `0.26.7`

doc/changes/unreleased.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
# Unreleased
22

33
## Summary
4-
5-
## Feature
6-
7-
* #854: Added `workflow_dispatch` for `periodic-validation.yml`
8-
* #827: Modified `report.yml` to allow overriding the Sonar secret name via `BaseConfig`
9-
10-
## Refactoring
11-
12-
* #852: Modified `merge-gate` to ensure `run-fast-tests` succeeds
13-
* #811: Modified workflow templates to not persist-credentials, not provide attacker-controllable inlines, and not pass more secrets to `report.yml`

project-template/cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author_email": "opensource@exasol.com",
1010
"project_short_tag": "",
1111
"python_version_min": "3.10",
12-
"exasol_toolbox_version_range": ">=8.1.1,<9",
12+
"exasol_toolbox_version_range": ">=8.2.0,<9",
1313
"license_year": "{% now 'utc', '%Y' %}",
1414
"__repo_name_slug": "{{cookiecutter.package_name}}",
1515
"__package_name_slug": "{{cookiecutter.package_name}}",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "exasol-toolbox"
3-
version = "8.1.1"
3+
version = "8.2.0"
44
description = "Your one-stop solution for managing all standard tasks and core workflows of your Python project."
55
authors = [
66
{ name = "Nicola Coretti", email = "nicola.coretti@exasol.com" },

0 commit comments

Comments
 (0)