Skip to content

Commit

Permalink
chore(master): release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 1, 2024
1 parent 866675b commit f72bf99
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.2"
".": "0.9.3"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@ LABEL org.opencontainers.image.title="reana-job-controller"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-job-controller"
LABEL org.opencontainers.image.vendor="reanahub"
# x-release-please-start-version
LABEL org.opencontainers.image.version="0.9.2"
LABEL org.opencontainers.image.version="0.9.3"
# x-release-please-end
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"info": {
"description": "REANA Job Controller API",
"title": "reana-job-controller",
"version": "0.9.2"
"version": "0.9.3"
},
"paths": {
"/apispec": {},
Expand Down
2 changes: 1 addition & 1 deletion reana_job_controller/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.9.2"
__version__ = "0.9.3"

0 comments on commit f72bf99

Please sign in to comment.