|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [0.9.3](https://github.com/tiborsimko/reana-workflow-controller/compare/v0.9.2...0.9.3) (2024-02-05) |
| 4 | + |
| 5 | + |
| 6 | +### Build |
| 7 | + |
| 8 | +* **docker:** non-editable submodules in "latest" mode ([#551](https://github.com/tiborsimko/reana-workflow-controller/issues/551)) ([af74d0b](https://github.com/tiborsimko/reana-workflow-controller/commit/af74d0b887d02109ce96c91ef8fdf99e4eb4ff34)) |
| 9 | + |
| 10 | + |
| 11 | +### Features |
| 12 | + |
| 13 | +* **manager:** call shutdown endpoint before workflow stop ([#559](https://github.com/tiborsimko/reana-workflow-controller/issues/559)) ([719fa37](https://github.com/tiborsimko/reana-workflow-controller/commit/719fa370839dd29ce8071b2d1e203ff37c5ff4f1)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug fixes |
| 17 | + |
| 18 | +* add raw and human_readable format in size object ([af85c2b](https://github.com/tiborsimko/reana-workflow-controller/commit/af85c2bd542e2ba998fdff86487306b9cdcdc02b)) |
| 19 | +* **manager:** graceful shutdown of job-controller ([#559](https://github.com/tiborsimko/reana-workflow-controller/issues/559)) ([817b019](https://github.com/tiborsimko/reana-workflow-controller/commit/817b019b3745862436e99570c10c6d8ea35533f4)) |
| 20 | +* **stop:** store engine logs of stopped workflow ([#563](https://github.com/tiborsimko/reana-workflow-controller/issues/563)) ([199c163](https://github.com/tiborsimko/reana-workflow-controller/commit/199c16313d97932f80080585a0c617b6b0e3a78d)), closes [#560](https://github.com/tiborsimko/reana-workflow-controller/issues/560) |
| 21 | + |
| 22 | + |
| 23 | +### Code refactoring |
| 24 | + |
| 25 | +* **consumer:** do not update status of jobs ([#559](https://github.com/tiborsimko/reana-workflow-controller/issues/559)) ([5992034](https://github.com/tiborsimko/reana-workflow-controller/commit/599203403576784f6efabd158df7282431265cdc)) |
| 26 | + |
| 27 | + |
| 28 | +### Code style |
| 29 | + |
| 30 | +* **black:** format with black v24 ([#564](https://github.com/tiborsimko/reana-workflow-controller/issues/564)) ([2329437](https://github.com/tiborsimko/reana-workflow-controller/commit/23294373b384e19280c00f3116100816e7277e40)) |
| 31 | + |
| 32 | + |
| 33 | +### Test suite |
| 34 | + |
| 35 | +* adds requirements_dev for Travis ([56d5392](https://github.com/tiborsimko/reana-workflow-controller/commit/56d5392717159656deccca39997c4029da269f75)) |
| 36 | + |
| 37 | + |
| 38 | +### Continuous integration |
| 39 | + |
| 40 | +* add hadolint and flake8 linters ([5757dfb](https://github.com/tiborsimko/reana-workflow-controller/commit/5757dfbbe9a296fe9b41b6ad1f93460976c77849)) |
| 41 | +* added github actions workflow ([d128d58](https://github.com/tiborsimko/reana-workflow-controller/commit/d128d58d4da3f811ff736867355a3712f77d1b1b)) |
| 42 | +* **commitlint:** addition of commit message linter ([#555](https://github.com/tiborsimko/reana-workflow-controller/issues/555)) ([b9df20a](https://github.com/tiborsimko/reana-workflow-controller/commit/b9df20a78d36b6fb664fc69127ace5d9cdd73830)) |
| 43 | +* **commitlint:** check for the presence of concrete PR number ([#562](https://github.com/tiborsimko/reana-workflow-controller/issues/562)) ([4b8f539](https://github.com/tiborsimko/reana-workflow-controller/commit/4b8f53909d281dcd2445833544c4107c8ebd1d81)) |
| 44 | +* pin hadolint version ([6b4991a](https://github.com/tiborsimko/reana-workflow-controller/commit/6b4991a4773b08d2378bec99a6888105f8ed1cff)) |
| 45 | +* publish docker image after new release ([98e6c9a](https://github.com/tiborsimko/reana-workflow-controller/commit/98e6c9a1f0239211a37e252e98a30c0b51c5e7f5)) |
| 46 | +* **release-please:** initial configuration ([#555](https://github.com/tiborsimko/reana-workflow-controller/issues/555)) ([672083d](https://github.com/tiborsimko/reana-workflow-controller/commit/672083de4c943a1c32b0a093542919b72102b491)) |
| 47 | +* **release-please:** update version in Dockerfile/OpenAPI specs ([#558](https://github.com/tiborsimko/reana-workflow-controller/issues/558)) ([4be8086](https://github.com/tiborsimko/reana-workflow-controller/commit/4be8086874b1eb7e355a75ef0e79467b0a9db875)) |
| 48 | +* remove older versions from python tests ([ddafbf0](https://github.com/tiborsimko/reana-workflow-controller/commit/ddafbf01170e433daceead05c2552c57d19f907b)) |
| 49 | +* set SHARED_VOLUME_PATH for tests to work ([4701718](https://github.com/tiborsimko/reana-workflow-controller/commit/470171808bdb21e7917671c54fe2e0331f1ee67a)) |
| 50 | +* **shellcheck:** fix exit code propagation ([#562](https://github.com/tiborsimko/reana-workflow-controller/issues/562)) ([c5d4982](https://github.com/tiborsimko/reana-workflow-controller/commit/c5d498299f8524f016f4e8c33c9ac0e90b644cb7)) |
| 51 | +* update all actions ([d60f9d1](https://github.com/tiborsimko/reana-workflow-controller/commit/d60f9d1b70ba4324dc354604b77ae51272d788b9)) |
| 52 | + |
| 53 | + |
| 54 | +### Documentation |
| 55 | + |
| 56 | +* add .readthedocs.yaml to migrate to RTD v2 ([3125ca8](https://github.com/tiborsimko/reana-workflow-controller/commit/3125ca819ce5005c97dfbf5c19936e60781622d4)) |
| 57 | +* author ORCID links ([8a6a8f1](https://github.com/tiborsimko/reana-workflow-controller/commit/8a6a8f10fbca2d3ca7e91c3765a6fc857f929350)) |
| 58 | +* better navigation and synced descriptions ([5a67cb7](https://github.com/tiborsimko/reana-workflow-controller/commit/5a67cb7a2eb207e7faee7f43e68122bef685a8df)) |
| 59 | +* better structure ([43c8683](https://github.com/tiborsimko/reana-workflow-controller/commit/43c8683d0e6e48078a46df90b6ba00465e025fb0)) |
| 60 | +* improve sphinxcontrib-openapi rendering ([c830300](https://github.com/tiborsimko/reana-workflow-controller/commit/c830300a2f296b4f3ba10c5540cbcc6f3bb65eb3)) |
| 61 | +* new logo, panel verbiage and links ([95944af](https://github.com/tiborsimko/reana-workflow-controller/commit/95944af6dd33afd3b50c39ae6d71cd71e2e8b723)) |
| 62 | +* openapi specs with disk usage ([5f45c4c](https://github.com/tiborsimko/reana-workflow-controller/commit/5f45c4c4aa834e0a7c4fc9820873e5f86a229f41)) |
| 63 | +* set default language to English ([0cde3b2](https://github.com/tiborsimko/reana-workflow-controller/commit/0cde3b2b50dcbbf1c201ca5b0d8cd297acf13ecd)) |
| 64 | +* single-page RTFD outline ([b86fd15](https://github.com/tiborsimko/reana-workflow-controller/commit/b86fd1509100a513fcb6d63106c73d01685b1485)) |
| 65 | +* update changelog ([301946f](https://github.com/tiborsimko/reana-workflow-controller/commit/301946fd9c8c1a6299c3fa4ed03532488e8e16c1)) |
0 commit comments