Skip to content

Commit 515b949

Browse files
chore(maint-0.9): release 0.9.5
1 parent 2b004ce commit 515b949

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

.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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.9.5](https://github.com/reanahub/reana-workflow-controller/compare/0.9.4...0.9.5) (2025-04-25)
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+
* **runners:** upgrade CI runners to Ubuntu 22.04 ([#647](https://github.com/reanahub/reana-workflow-controller/issues/647)) ([2b004ce](https://github.com/reanahub/reana-workflow-controller/commit/2b004ce78456a31f398bbd9deb43b52f028f2d3a))
15+
316
## [0.9.4](https://github.com/reanahub/reana-workflow-controller/compare/0.9.3...0.9.4) (2024-11-29)
417

518

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)