Skip to content

Commit 89421ee

Browse files
chore(master): release 0.9.5
1 parent 0505cd0 commit 89421ee

3 files changed

Lines changed: 39 additions & 2 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: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,43 @@
33

44
# Changelog
55

6+
## [0.9.5](https://github.com/reanahub/reana-workflow-engine-cwl/compare/0.9.4...0.9.5) (2026-03-26)
7+
8+
9+
### Build
10+
11+
* **python:** pin setuptools below 81 ([#310](https://github.com/reanahub/reana-workflow-engine-cwl/issues/310)) ([95066f9](https://github.com/reanahub/reana-workflow-engine-cwl/commit/95066f954ff47dd6cd0fd9134d1c2145ac15b49a))
12+
13+
14+
### Features
15+
16+
* **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))
17+
* **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))
18+
19+
20+
### Code refactoring
21+
22+
* **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))
23+
24+
25+
### Code style
26+
27+
* **python:** adapt code base to the new black version ([#310](https://github.com/reanahub/reana-workflow-engine-cwl/issues/310)) ([27b1883](https://github.com/reanahub/reana-workflow-engine-cwl/commit/27b188329bfbda5299e4fa7caf679df428df4887))
28+
29+
30+
### Continuous integration
31+
32+
* **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))
33+
* **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))
34+
* **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))
35+
* **markdownlint:** less permissive global configuration ([#311](https://github.com/reanahub/reana-workflow-engine-cwl/issues/311)) ([d260fcf](https://github.com/reanahub/reana-workflow-engine-cwl/commit/d260fcfbe54455964f8cc68445375ff8a5187b3a))
36+
* **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))
37+
* **run-tests:** add usage help and refactor options ([#311](https://github.com/reanahub/reana-workflow-engine-cwl/issues/311)) ([104d810](https://github.com/reanahub/reana-workflow-engine-cwl/commit/104d8105f120e5ff0ffe59edbfa136c3becc57ee))
38+
* **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))
39+
* **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))
40+
* **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))
41+
* **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))
42+
643
## [0.9.4](https://github.com/reanahub/reana-workflow-engine-cwl/compare/0.9.3...0.9.4) (2024-11-29)
744

845
### 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.4"
74+
LABEL org.opencontainers.image.version="0.9.5"
7575
# x-release-please-end

0 commit comments

Comments
 (0)