forked from reanahub/reana-workflow-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
817b019
commit 164c669
Showing
5 changed files
with
41 additions
and
4 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.9.2" | ||
".": "0.9.3" | ||
} |
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,37 @@ | ||
# Changelog | ||
|
||
## [0.9.3](https://github.com/mdonadoni/reana-workflow-controller/compare/0.9.2...0.9.3) (2024-02-01) | ||
|
||
|
||
### Build | ||
|
||
* **docker:** non-editable submodules in "latest" mode ([#551](https://github.com/mdonadoni/reana-workflow-controller/issues/551)) ([af74d0b](https://github.com/mdonadoni/reana-workflow-controller/commit/af74d0b887d02109ce96c91ef8fdf99e4eb4ff34)) | ||
|
||
|
||
### Features | ||
|
||
* **manager:** call shutdown endpoint before workflow stop ([#559](https://github.com/mdonadoni/reana-workflow-controller/issues/559)) ([719fa37](https://github.com/mdonadoni/reana-workflow-controller/commit/719fa370839dd29ce8071b2d1e203ff37c5ff4f1)) | ||
|
||
|
||
### Bug fixes | ||
|
||
* **manager:** graceful shutdown of job-controller ([#559](https://github.com/mdonadoni/reana-workflow-controller/issues/559)) ([817b019](https://github.com/mdonadoni/reana-workflow-controller/commit/817b019b3745862436e99570c10c6d8ea35533f4)) | ||
|
||
|
||
### Code refactoring | ||
|
||
* **consumer:** do not update status of jobs ([#559](https://github.com/mdonadoni/reana-workflow-controller/issues/559)) ([5992034](https://github.com/mdonadoni/reana-workflow-controller/commit/599203403576784f6efabd158df7282431265cdc)) | ||
|
||
|
||
### Code style | ||
|
||
* **black:** format with black v24 ([#564](https://github.com/mdonadoni/reana-workflow-controller/issues/564)) ([2329437](https://github.com/mdonadoni/reana-workflow-controller/commit/23294373b384e19280c00f3116100816e7277e40)) | ||
|
||
|
||
### Continuous integration | ||
|
||
* **commitlint:** addition of commit message linter ([#555](https://github.com/mdonadoni/reana-workflow-controller/issues/555)) ([b9df20a](https://github.com/mdonadoni/reana-workflow-controller/commit/b9df20a78d36b6fb664fc69127ace5d9cdd73830)) | ||
* **commitlint:** check for the presence of concrete PR number ([#562](https://github.com/mdonadoni/reana-workflow-controller/issues/562)) ([4b8f539](https://github.com/mdonadoni/reana-workflow-controller/commit/4b8f53909d281dcd2445833544c4107c8ebd1d81)) | ||
* **release-please:** initial configuration ([#555](https://github.com/mdonadoni/reana-workflow-controller/issues/555)) ([672083d](https://github.com/mdonadoni/reana-workflow-controller/commit/672083de4c943a1c32b0a093542919b72102b491)) | ||
* **release-please:** update version in Dockerfile/OpenAPI specs ([#558](https://github.com/mdonadoni/reana-workflow-controller/issues/558)) ([4be8086](https://github.com/mdonadoni/reana-workflow-controller/commit/4be8086874b1eb7e355a75ef0e79467b0a9db875)) | ||
* **shellcheck:** fix exit code propagation ([#562](https://github.com/mdonadoni/reana-workflow-controller/issues/562)) ([c5d4982](https://github.com/mdonadoni/reana-workflow-controller/commit/c5d498299f8524f016f4e8c33c9ac0e90b644cb7)) |
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 |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
|
||
from __future__ import absolute_import, print_function | ||
|
||
__version__ = "0.9.2" | ||
__version__ = "0.9.3" |