Skip to content

Commit 11e6faa

Browse files
github-actions[bot]mdonadoni
authored andcommitted
chore(maint-0.9): release 0.9.4
1 parent 9cdd06c commit 11e6faa

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
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.3"
2+
".": "0.9.4"
33
}

CHANGELOG.md

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

3+
## [0.9.4](https://github.com/reanahub/reana-job-controller/compare/0.9.3...0.9.4) (2024-11-29)
4+
5+
6+
### Build
7+
8+
* **deps:** update reana-auth-vomsproxy to 1.3.0 ([#466](https://github.com/reanahub/reana-job-controller/issues/466)) ([72e9ea1](https://github.com/reanahub/reana-job-controller/commit/72e9ea1442d2b6cf7d466d0701e269fda1e15b22))
9+
* **docker:** pin setuptools 70 ([#465](https://github.com/reanahub/reana-job-controller/issues/465)) ([c593d9b](https://github.com/reanahub/reana-job-controller/commit/c593d9bc84763f142573396be48c762eefa8f6ec))
10+
* **python:** bump shared REANA packages as of 2024-11-28 ([#477](https://github.com/reanahub/reana-job-controller/issues/477)) ([9cdd06c](https://github.com/reanahub/reana-job-controller/commit/9cdd06c72faa5ded628b2766113ab37ac06f5868))
11+
12+
13+
### Features
14+
15+
* **backends:** add new Compute4PUNCH backend ([#430](https://github.com/reanahub/reana-job-controller/issues/430)) ([4243252](https://github.com/reanahub/reana-job-controller/commit/42432522c8d9dd5e4ee908a16b1be87046908e08))
16+
17+
18+
### Bug fixes
19+
20+
* **config:** read secret key from env ([#476](https://github.com/reanahub/reana-job-controller/issues/476)) ([1b5aa98](https://github.com/reanahub/reana-job-controller/commit/1b5aa98b0ed76ea614dac1209ba23b366d417d9f))
21+
* **config:** update reana-auth-vomsproxy to 1.2.1 to fix WLCG IAM ([#457](https://github.com/reanahub/reana-job-controller/issues/457)) ([132868f](https://github.com/reanahub/reana-job-controller/commit/132868f4824a0f4049febf17c90bea0df838e724))
22+
* **htcondorcern:** run provided command in unpacked image ([#474](https://github.com/reanahub/reana-job-controller/issues/474)) ([9cda591](https://github.com/reanahub/reana-job-controller/commit/9cda591affaa1f821409961ec4e379e1bf5fa248)), closes [#471](https://github.com/reanahub/reana-job-controller/issues/471)
23+
* **htcondorcern:** support multiline commands ([#474](https://github.com/reanahub/reana-job-controller/issues/474)) ([eb07aa9](https://github.com/reanahub/reana-job-controller/commit/eb07aa9b7b03d38dd47cd004ff8b48440ad45c2a)), closes [#470](https://github.com/reanahub/reana-job-controller/issues/470)
24+
* **kubernetes:** avoid privilege escalation in Kubernetes jobs ([#476](https://github.com/reanahub/reana-job-controller/issues/476)) ([389f0ea](https://github.com/reanahub/reana-job-controller/commit/389f0ea9606d4ac5fa24458b7cef39e8ab430c64))
25+
326
## [0.9.3](https://github.com/reanahub/reana-job-controller/compare/0.9.2...0.9.3) (2024-03-04)
427

528

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ CMD ["flask", "run", "-h", "0.0.0.0"]
143143

144144
# Set image labels
145145
LABEL org.opencontainers.image.authors="[email protected]"
146-
LABEL org.opencontainers.image.created="2024-03-04"
146+
LABEL org.opencontainers.image.created="2024-11-29"
147147
LABEL org.opencontainers.image.description="REANA reproducible analysis platform - job controller component"
148148
LABEL org.opencontainers.image.documentation="https://reana-job-controller.readthedocs.io/"
149149
LABEL org.opencontainers.image.licenses="MIT"
@@ -152,5 +152,5 @@ LABEL org.opencontainers.image.title="reana-job-controller"
152152
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-job-controller"
153153
LABEL org.opencontainers.image.vendor="reanahub"
154154
# x-release-please-start-version
155-
LABEL org.opencontainers.image.version="0.9.3"
155+
LABEL org.opencontainers.image.version="0.9.4"
156156
# x-release-please-end

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"info": {
132132
"description": "REANA Job Controller API",
133133
"title": "reana-job-controller",
134-
"version": "0.9.3"
134+
"version": "0.9.4"
135135
},
136136
"paths": {
137137
"/apispec": {},

reana_job_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.3"
17+
__version__ = "0.9.4"

0 commit comments

Comments
 (0)