forked from exasol/bucketfs-utils-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor GitHub workflows and prepare release 0.12.0 (#154)
* Prepare release 0.12.0 * Simplified workflows
- Loading branch information
Showing
9 changed files
with
41 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
jobs: | ||
|
||
cd-job: | ||
name: Continues Delivery | ||
name: Continuous Delivery | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 0.12.0 - 2024-07-11 | ||
|
||
## Summary | ||
|
||
The current release adds a dependency to plugin `pytest_exasol_saas` and replaces individual test fixtures by those provided by the plugin. | ||
|
||
Additionally the release fixes vulnerabilities by updating dependencies. | ||
|
||
## Security | ||
|
||
* Fixed vulnerabilities by updating dependencies | ||
* Vulnerability CVE-2024-21503 in transitive dependency via `exasol-toolbox` to `black` in versions below `24.3.0` | ||
* Vulnerability CVE-2024-35195 in dependency `requests` in versions below `2.32.0` | ||
|
||
## Refactorings | ||
|
||
* #141: Used plugin `pytest_exasol_saas` | ||
|
||
## Documentation | ||
|
||
* #144: Added comment on using fixtures from pytest-plugin `pytest-exasol-saas` | ||
* #147: Added documentation for the SaaS and the PathLike interface. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1 @@ | ||
# Unreleased | ||
|
||
## Summary | ||
|
||
The current release adds a dependency to plugin `pytest_exasol_saas` and replaces individual test fixtures by those provided by the plugin. | ||
|
||
Additionally the release fixes vulnerabilities by updating dependencies. | ||
|
||
## Security | ||
|
||
* Fixed vulnerabilities by updating dependencies | ||
* Vulnerability CVE-2024-21503 in transitive dependency via `exasol-toolbox` to `black` in versions below `24.3.0` | ||
* Vulnerability CVE-2024-35195 in dependency `requests` in versions below `2.32.0` | ||
|
||
## Refactorings | ||
|
||
* #141: Used plugin `pytest_exasol_saas` | ||
|
||
## Documentation | ||
|
||
* #144: Added comment on using fixtures from pytest-plugin `pytest-exasol-saas` | ||
* #147: Added documentation for the SaaS and the PathLike interface. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters