Skip to content

Commit 23b54a6

Browse files
chore(maint-0.9): release 0.9.5
1 parent ee9210e commit 23b54a6

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.4"
2+
".": "0.9.5"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.9.5](https://github.com/reanahub/reana-workflow-controller/compare/0.9.4...0.9.5) (2025-04-07)
4+
5+
6+
### Features
7+
8+
* **manager:** pass K8s requests/limits to job controller ([#643](https://github.com/reanahub/reana-workflow-controller/issues/643)) ([71aa633](https://github.com/reanahub/reana-workflow-controller/commit/71aa633d83b97aa9f3a230b4845e3d27323d1bbf))
9+
10+
11+
### Continuous integration
12+
13+
* **commitlint:** consider commit body full stop as warning ([#643](https://github.com/reanahub/reana-workflow-controller/issues/643)) ([ee9210e](https://github.com/reanahub/reana-workflow-controller/commit/ee9210e4ecc834d79c721ac68dd99427ef206b78))
14+
315
## [0.9.4](https://github.com/reanahub/reana-workflow-controller/compare/0.9.3...0.9.4) (2024-11-29)
416

517

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ LABEL org.opencontainers.image.title="reana-workflow-controller"
117117
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-controller"
118118
LABEL org.opencontainers.image.vendor="reanahub"
119119
# x-release-please-start-version
120-
LABEL org.opencontainers.image.version="0.9.4"
120+
LABEL org.opencontainers.image.version="0.9.5"
121121
# x-release-please-end

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"info": {
33
"description": "Submit and manage workflows",
44
"title": "REANA Workflow Controller",
5-
"version": "0.9.4"
5+
"version": "0.9.5"
66
},
77
"paths": {
88
"/api/workflows": {

reana_workflow_controller/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
from __future__ import absolute_import, print_function
1616

17-
__version__ = "0.9.4"
17+
__version__ = "0.9.5"

0 commit comments

Comments
 (0)