Skip to content

Commit 8e7d840

Browse files
chore(master): release 0.9.5
1 parent 556fbef commit 8e7d840

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
# Changelog
44

5+
## [0.9.5](https://github.com/reanahub/reana-workflow-engine-cwl/compare/0.9.4...0.9.5) (2025-11-28)
6+
7+
8+
### Features
9+
10+
* **cwl_reana:** pass K8s requests/limits to job controller ([#292](https://github.com/reanahub/reana-workflow-engine-cwl/issues/292)) ([556fbef](https://github.com/reanahub/reana-workflow-engine-cwl/commit/556fbef9287b84c557bcf1b89401fca0f62f4825))
11+
* **cwl_reana:** pass K8s requests/limits to job controller ([#292](https://github.com/reanahub/reana-workflow-engine-cwl/issues/292)) ([2170e33](https://github.com/reanahub/reana-workflow-engine-cwl/commit/2170e33658b34a795c14bd9cda40e6d00ebb84f0))
12+
13+
14+
### Code refactoring
15+
16+
* **main:** replace deprecated pkg_resources ([#302](https://github.com/reanahub/reana-workflow-engine-cwl/issues/302)) ([a565875](https://github.com/reanahub/reana-workflow-engine-cwl/commit/a56587501ac39c07c9e7ae883d16bbb74f8dc422))
17+
18+
19+
### Continuous integration
20+
21+
* **commitlint:** fix local running of commit linter on macOS ([#299](https://github.com/reanahub/reana-workflow-engine-cwl/issues/299)) ([381bdc7](https://github.com/reanahub/reana-workflow-engine-cwl/commit/381bdc79d13356ef18e278e4561ce4ab025ee06d))
22+
* **jsonlint:** add JSON linting ([#301](https://github.com/reanahub/reana-workflow-engine-cwl/issues/301)) ([835a0b6](https://github.com/reanahub/reana-workflow-engine-cwl/commit/835a0b692153991cc1b8eaf54fd8eac6e56e0c16))
23+
* **markdownlint:** add Markdown linting ([#301](https://github.com/reanahub/reana-workflow-engine-cwl/issues/301)) ([a928a99](https://github.com/reanahub/reana-workflow-engine-cwl/commit/a928a99c6032a952883eb0497efcfbec6928fdb7))
24+
* **prettier:** add Prettier code formatting checks ([#301](https://github.com/reanahub/reana-workflow-engine-cwl/issues/301)) ([4b6dbb7](https://github.com/reanahub/reana-workflow-engine-cwl/commit/4b6dbb71c9e93a58f38a49044c75680ed9b488fc))
25+
* **runners:** upgrade CI runners to Ubuntu 22.04 ([#294](https://github.com/reanahub/reana-workflow-engine-cwl/issues/294)) ([556fbef](https://github.com/reanahub/reana-workflow-engine-cwl/commit/556fbef9287b84c557bcf1b89401fca0f62f4825))
26+
* **runners:** upgrade CI runners to Ubuntu 22.04 ([#294](https://github.com/reanahub/reana-workflow-engine-cwl/issues/294)) ([d308fd5](https://github.com/reanahub/reana-workflow-engine-cwl/commit/d308fd5e9e3eea4f5579f3489e8a27b076fa0b61))
27+
* **shfmt:** add shell script formatting checks ([#301](https://github.com/reanahub/reana-workflow-engine-cwl/issues/301)) ([d4dabaa](https://github.com/reanahub/reana-workflow-engine-cwl/commit/d4dabaa50a0e52a3edc3688893c906f84f41f9c6))
28+
* **yamllint:** add YAML linting ([#301](https://github.com/reanahub/reana-workflow-engine-cwl/issues/301)) ([6655b33](https://github.com/reanahub/reana-workflow-engine-cwl/commit/6655b33188d7af42bd040e0607e589abc569e501))
29+
530
## [0.9.4](https://github.com/reanahub/reana-workflow-engine-cwl/compare/0.9.3...0.9.4) (2024-11-29)
631

732
### Build

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ LABEL org.opencontainers.image.title="reana-workflow-engine-cwl"
7171
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-engine-cwl"
7272
LABEL org.opencontainers.image.vendor="reanahub"
7373
# x-release-please-start-version
74-
LABEL org.opencontainers.image.version="0.95.0-alpha.2"
74+
LABEL org.opencontainers.image.version="0.9.5"
7575
# x-release-please-end

0 commit comments

Comments
 (0)