From a252a61dfc7ef263531f434cc525d76aebe6b492 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:13:00 +0000 Subject: [PATCH] chore(maint-0.9): release 0.9.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 67 +++++++++++++++++++++++++++++++++++ reana_commons/version.py | 2 +- 3 files changed, 69 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e0389a46..bdc78d56 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.9" + ".": "0.9.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c38fcb6e..5fb3f38c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,72 @@ # Changelog +## [0.9.10](https://github.com/tiborsimko/reana-commons/compare/v0.9.9...0.9.10) (2024-12-16) + + +### Build + +* **python:** add support for Python 3.13 ([#480](https://github.com/tiborsimko/reana-commons/issues/480)) ([5de7605](https://github.com/tiborsimko/reana-commons/commit/5de760512a3aa86282a9dc31ac031773ddf49ef6)) +* **python:** change extra names to comply with PEP 685 ([#446](https://github.com/tiborsimko/reana-commons/issues/446)) ([9dad6da](https://github.com/tiborsimko/reana-commons/commit/9dad6da7b80bc07423d45dab7b6799911740a082)) +* **python:** require smart-open<7 for Python 3.6 ([#446](https://github.com/tiborsimko/reana-commons/issues/446)) ([17fd581](https://github.com/tiborsimko/reana-commons/commit/17fd581d4928d5c377f67bcb77c4f245e661c395)) +* **python:** restore snakemake `reports` extra ([#446](https://github.com/tiborsimko/reana-commons/issues/446)) ([904178f](https://github.com/tiborsimko/reana-commons/commit/904178fe454b9af39164a0c327f1ecd1663132af)) +* **snakemake:** require pulp<2.8.0 ([#444](https://github.com/tiborsimko/reana-commons/issues/444)) ([5daa109](https://github.com/tiborsimko/reana-commons/commit/5daa109a58066126c2d8a35e7cd7da70d4137f62)) + + +### Features + +* **config:** allow customisation of runtime group name ([#440](https://github.com/tiborsimko/reana-commons/issues/440)) ([5cec305](https://github.com/tiborsimko/reana-commons/commit/5cec30561ba21e2ea695e20eaea8171226f06e52)) +* **schema:** allow Compute4PUNCH backend options ([#445](https://github.com/tiborsimko/reana-commons/issues/445)) ([0570f4a](https://github.com/tiborsimko/reana-commons/commit/0570f4ade9135a2d340009d2091c97dfc81a2e60)) +* **snakemake:** upgrade to Snakemake 7.32.4 ([#435](https://github.com/tiborsimko/reana-commons/issues/435)) ([20ae9ce](https://github.com/tiborsimko/reana-commons/commit/20ae9cebf19a1fdb77ad08956db04ef026521b5d)) + + +### Bug fixes + +* **cache:** handle deleted files when calculating access times ([#437](https://github.com/tiborsimko/reana-commons/issues/437)) ([698900f](https://github.com/tiborsimko/reana-commons/commit/698900fc63e20bd54dcc4a5faa6cac0be5d0d8de)) +* **config:** remove hard-coded component host name domain ([#458](https://github.com/tiborsimko/reana-commons/issues/458)) ([f2faeaa](https://github.com/tiborsimko/reana-commons/commit/f2faeaa76f42c4484db70766fc1d7a3a122ee38f)), closes [#457](https://github.com/tiborsimko/reana-commons/issues/457) + + +### Code refactoring + +* **docs:** move from reST to Markdown ([#441](https://github.com/tiborsimko/reana-commons/issues/441)) ([36ce4e0](https://github.com/tiborsimko/reana-commons/commit/36ce4e0a86484e3a7006e20545a892424ce0f3a2)) + + +### Test suite + +* fix calculate hash test ([95a719b](https://github.com/tiborsimko/reana-commons/commit/95a719b6bb67b7d981860018e0a8c509a8d1d54e)) + + +### Continuous integration + +* **actions:** pin setuptools 70 ([#479](https://github.com/tiborsimko/reana-commons/issues/479)) ([b80bc70](https://github.com/tiborsimko/reana-commons/commit/b80bc707fa9311e3e5d00ea71bb17f853845d6bf)) +* added flake8 linter ([a48dcd8](https://github.com/tiborsimko/reana-commons/commit/a48dcd8d7b9260b8ddb973747f43104e9685bee3)) +* added github actions workflow ([80b4c2a](https://github.com/tiborsimko/reana-commons/commit/80b4c2a3b4bc583073f2e6385d8aa3800ce8507d)) +* added python 2.7 to github action python test strategy ([5b8c024](https://github.com/tiborsimko/reana-commons/commit/5b8c0246fe874290576a2738def2a44080e72112)), closes [#233](https://github.com/tiborsimko/reana-commons/issues/233) +* **commitlint:** addition of commit message linter ([#432](https://github.com/tiborsimko/reana-commons/issues/432)) ([a67906f](https://github.com/tiborsimko/reana-commons/commit/a67906fe8620e1f624e24e8a4511694a9b60378d)) +* **commitlint:** allow release commit style ([#447](https://github.com/tiborsimko/reana-commons/issues/447)) ([1208ccf](https://github.com/tiborsimko/reana-commons/commit/1208ccf2de844afe788d7bbccbd4f63b24af427e)) +* **commitlint:** check for the presence of concrete PR number ([#438](https://github.com/tiborsimko/reana-commons/issues/438)) ([d3035dc](https://github.com/tiborsimko/reana-commons/commit/d3035dc12cecf16edcbec462dfdb1386da16f6d6)) +* pin ubuntu version in GA jobs ([cbfc143](https://github.com/tiborsimko/reana-commons/commit/cbfc143f1f32a7b88b6d180ca7a991b56d1b6ebe)) +* **release-please:** initial configuration ([#432](https://github.com/tiborsimko/reana-commons/issues/432)) ([687f2f4](https://github.com/tiborsimko/reana-commons/commit/687f2f4ea8c5c49a70c6f121faf7e59a98dd3138)) +* removed pip upgrade ([efe654b](https://github.com/tiborsimko/reana-commons/commit/efe654b566e7c4110c91762e6cc1b2ac43e90581)) +* **shellcheck:** check all shell scripts recursively ([#436](https://github.com/tiborsimko/reana-commons/issues/436)) ([709a685](https://github.com/tiborsimko/reana-commons/commit/709a685b3a8586b069a98c0338283a6bd2721005)) +* **shellcheck:** fix exit code propagation ([#438](https://github.com/tiborsimko/reana-commons/issues/438)) ([85d9a2a](https://github.com/tiborsimko/reana-commons/commit/85d9a2a68e3929f442e03d5422a37ffd6b7169c6)) +* update all actions ([dd3d0ba](https://github.com/tiborsimko/reana-commons/commit/dd3d0bab733071136ff0cdfdd54e36e2f5788b9d)) +* use Python 3.12 stable release ([e49b0c7](https://github.com/tiborsimko/reana-commons/commit/e49b0c7fdd5b7428b359c946d468bbdff10d7b14)) + + +### Documentation + +* add .readthedocs.yaml to migrate to RTD v2 ([6682140](https://github.com/tiborsimko/reana-commons/commit/66821403d8b40a8929677b988c5a4262a13574e5)) +* **authors:** complete list of contributors ([#442](https://github.com/tiborsimko/reana-commons/issues/442)) ([4a74c10](https://github.com/tiborsimko/reana-commons/commit/4a74c10e7a248f580778ebc772bffe94e533e7ed)) +* fix docstrings for kombu class references ([8af0606](https://github.com/tiborsimko/reana-commons/commit/8af06066687207d334562e70a6abe146e4c79427)) +* fix docstrings for kombu class references ([8c20f2e](https://github.com/tiborsimko/reana-commons/commit/8c20f2e75c5e9da9e65450244c387b0f8d57121c)) +* install only docs required dependencies for RTD build ([77e0d9f](https://github.com/tiborsimko/reana-commons/commit/77e0d9f0d095d19b8dfe3ed8a1970a5733e85907)), closes [#210](https://github.com/tiborsimko/reana-commons/issues/210) +* remove reana-cluster references ([f558c06](https://github.com/tiborsimko/reana-commons/commit/f558c0603b086a84995ced122fd99d05852679bb)) +* set default language to English ([0247a25](https://github.com/tiborsimko/reana-commons/commit/0247a25d9744f07c530459017c45fe9ab7bc9e99)) +* single-page RTFD outline ([e387aba](https://github.com/tiborsimko/reana-commons/commit/e387aba8524298ad99e87612cd9cd7dd3e71f147)) +* switch to stable version of kombu ([daf272e](https://github.com/tiborsimko/reana-commons/commit/daf272ec5f3a2f91220f9318be546ba4d542024d)) +* switch to stable version of kombu ([12a44e2](https://github.com/tiborsimko/reana-commons/commit/12a44e23cae0f8802cd243c06d4d50f289bd9360)) +* update changelog ([f79147a](https://github.com/tiborsimko/reana-commons/commit/f79147a060c1ef7d02b6857fef9579d72ced6414)) + ## [0.9.9](https://github.com/reanahub/reana-commons/compare/0.9.8...0.9.9) (2024-11-28) diff --git a/reana_commons/version.py b/reana_commons/version.py index c19da050..391ae3b1 100755 --- a/reana_commons/version.py +++ b/reana_commons/version.py @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = "0.9.9" +__version__ = "0.9.10"