forked from reanahub/reana-job-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
866675b
commit f72bf99
Showing
5 changed files
with
36 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,32 @@ | ||
# Changelog | ||
|
||
## [0.9.3](https://github.com/mdonadoni/reana-job-controller/compare/0.9.2...0.9.3) (2024-02-01) | ||
|
||
|
||
### Build | ||
|
||
* **docker:** non-editable submodules in "latest" mode ([#416](https://github.com/mdonadoni/reana-job-controller/issues/416)) ([3bdda63](https://github.com/mdonadoni/reana-job-controller/commit/3bdda6367d9a4682028a2a7df7268e4c9b42ef6c)) | ||
|
||
|
||
### Features | ||
|
||
* **shutdown:** stop all running jobs before stopping workflow ([#423](https://github.com/mdonadoni/reana-job-controller/issues/423)) ([866675b](https://github.com/mdonadoni/reana-job-controller/commit/866675b7288e840130cfee851f4a248a9ae2617d)) | ||
|
||
|
||
### Code refactoring | ||
|
||
* **db:** set job status also in the main database ([#423](https://github.com/mdonadoni/reana-job-controller/issues/423)) ([9d6fc99](https://github.com/mdonadoni/reana-job-controller/commit/9d6fc99063deb468fe9d45d9ad626c745c7bd827)) | ||
* **monitor:** centralise logs and status updates ([#423](https://github.com/mdonadoni/reana-job-controller/issues/423)) ([3685b01](https://github.com/mdonadoni/reana-job-controller/commit/3685b01a57e1d0b1bd363534ff331b988e04719e)) | ||
* **monitor:** move fetching of logs to job-manager ([#423](https://github.com/mdonadoni/reana-job-controller/issues/423)) ([1fc117e](https://github.com/mdonadoni/reana-job-controller/commit/1fc117ebb3dd908a01ee3fd539fa24a07cdb4d16)) | ||
|
||
|
||
### Code style | ||
|
||
* **black:** format with black v24 ([#426](https://github.com/mdonadoni/reana-job-controller/issues/426)) ([8a2757e](https://github.com/mdonadoni/reana-job-controller/commit/8a2757ee8bf52d1d5189f1dd1d690cb8922599cb)) | ||
|
||
|
||
### Continuous integration | ||
|
||
* **commitlint:** addition of commit message linter ([#417](https://github.com/mdonadoni/reana-job-controller/issues/417)) ([f547d3b](https://github.com/mdonadoni/reana-job-controller/commit/f547d3bc25f438203252ea149cf6c6e5d2428189)) | ||
* **release-please:** initial configuration ([#417](https://github.com/mdonadoni/reana-job-controller/issues/417)) ([fca6f74](https://github.com/mdonadoni/reana-job-controller/commit/fca6f74aa0d0e55e41d96b0e79c66a5cb3517189)) | ||
* **release-please:** update version in Dockerfile/OpenAPI specs ([#421](https://github.com/mdonadoni/reana-job-controller/issues/421)) ([e6742f2](https://github.com/mdonadoni/reana-job-controller/commit/e6742f2911df46dfbef3b7e9104330d58e2b4211)) |
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" |