Skip to content

Commit ee3bc87

Browse files
authored
Prepare release 4.1.0 (#485)
1 parent 12c8d51 commit ee3bc87

File tree

5 files changed

+32
-29
lines changed

5 files changed

+32
-29
lines changed

doc/changes/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changes
22

33
* [unreleased](unreleased.md)
4+
* [4.1.0](changes_4.1.0.md)
45
* [4.0.1](changes_4.0.1.md)
56
* [4.0.0](changes_4.0.0.md)
67
* [3.4.0](changes_3.4.0.md)
@@ -66,6 +67,7 @@ changes_0.3.0
6667
changes_0.2.0
6768
changes_0.1.0
6869
unreleased
70+
changes_4.1.0
6971
changes_4.0.1
7072
changes_4.0.0
7173
changes_3.4.0

doc/changes/changes_4.1.0.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# 4.1.0 - 2025-04-23
2+
3+
### Summary
4+
5+
### Supported Exasol Versions
6+
7+
* **7.1**: up to 7.1.29
8+
* **8**: from 8.17.0 up to 8.34.0
9+
10+
## Features
11+
12+
- #463: Added option to inject environment variables to docker-db
13+
- #467: Add Docker-DB 8.32.0
14+
- #465: Added a CI test for a GPU setup and added DB 8.34.0
15+
16+
## Security:
17+
18+
- #469 Resolved CVE-2024-12797 in transitive dependency `cryptography` via fabric & pyexasol by updating `cryptography` to version 44.0.2
19+
- Due to changes in cryptography's Python support (!=3.9.0 and 3.9.1), we updated our support to Python ^3.9.2.
20+
21+
## Refactorings
22+
23+
- #427: Use GH approval required for slow tests
24+
- #469: Updated to poetry 2.1.2
25+
- Updated `exasol-toolbox` to 1.0.0
26+
- #452: Use luigi mypy plugin for luigi parameters
27+
-#472: Convert integration API test to pytest - part I

doc/changes/unreleased.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1 @@
11
# Unreleased
2-
3-
### Summary
4-
5-
### Supported Exasol Versions
6-
7-
* **7.1**: up to 7.1.29
8-
* **8**: from 8.17.0 up to 8.34.0
9-
10-
## Features
11-
12-
- #463: Added option to inject environment variables to docker-db
13-
- #467: Add Docker-DB 8.32.0
14-
- #465: Added a CI test for a GPU setup and added DB 8.34.0
15-
16-
## Security:
17-
18-
- #469 Resolved CVE-2024-12797 in transitive dependency `cryptography` via fabric & pyexasol by updating `cryptography` to version 44.0.2
19-
- Due to changes in cryptography's Python support (!=3.9.0 and 3.9.1), we updated our support to Python ^3.9.2.
20-
21-
## Refactorings
22-
23-
- #427: Use GH approval required for slow tests
24-
- #469: Updated to poetry 2.1.2
25-
- Updated `exasol-toolbox` to 1.0.0
26-
- #452: Use luigi mypy plugin for luigi parameters
27-
-#472: Convert integration API test to pytest - part I

exasol_integration_test_docker_environment/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Do not edit this file manually!
66
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
77
MAJOR = 4
8-
MINOR = 0
9-
PATCH = 1
8+
MINOR = 1
9+
PATCH = 0
1010
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
1111
__version__ = VERSION

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-integration-test-docker-environment"
3-
version = "4.0.1"
3+
version = "4.1.0"
44
description = "Integration Test Docker Environment for Exasol"
55
authors = [
66
{name="Torsten Kilias", email="[email protected]"},

0 commit comments

Comments
 (0)