From 17b23d49ec5ac73039e19b9f12dbd95b97f76e87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 07:24:20 +0000 Subject: [PATCH] chore(master): release 0.95.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 26 ++++++++++++++++++++++++++ Dockerfile | 2 +- docs/openapi.json | 2 +- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ee2bfff4..efb7bd94 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.3" + ".": "0.95.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8954c401..34382702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [0.95.0](https://github.com/reanahub/reana-job-controller/compare/0.9.3...0.95.0) (2024-07-31) + + +### ⚠ BREAKING CHANGES + +* **python:** drop support for Python 3.6 and 3.7 + +### Build + +* **docker:** pin setuptools to v70 ([#459](https://github.com/reanahub/reana-job-controller/issues/459)) ([1288088](https://github.com/reanahub/reana-job-controller/commit/12880887c8f48f1085fcc8bab6d0896e16e97e53)) +* **python:** add minimal `pyproject.toml` ([#459](https://github.com/reanahub/reana-job-controller/issues/459)) ([c84ceaf](https://github.com/reanahub/reana-job-controller/commit/c84ceaf21c3e3b5b079765d9ce60da0746d9e506)) +* **python:** drop support for Python 3.6 and 3.7 ([#455](https://github.com/reanahub/reana-job-controller/issues/455)) ([20899e7](https://github.com/reanahub/reana-job-controller/commit/20899e79389becfea92ac761c211076b21f82080)) +* **python:** remove deprecated `pytest-runner` ([#459](https://github.com/reanahub/reana-job-controller/issues/459)) ([e5fef3f](https://github.com/reanahub/reana-job-controller/commit/e5fef3fa66ef5255ec2ff02477bbc3d63f096b31)) +* **python:** use optional deps instead of `tests_require` ([#459](https://github.com/reanahub/reana-job-controller/issues/459)) ([6a3acdf](https://github.com/reanahub/reana-job-controller/commit/6a3acdf0dd800770a14ec8992674419c92b47001)) + + +### Continuous integration + +* **actions:** update GitHub actions due to Node 16 deprecation ([#447](https://github.com/reanahub/reana-job-controller/issues/447)) ([f4f955c](https://github.com/reanahub/reana-job-controller/commit/f4f955c3c7eb02f3f75081fb9882931cc5165a05)) +* **pytest:** invoke `pytest` directly instead of `setup.py test` ([#459](https://github.com/reanahub/reana-job-controller/issues/459)) ([637aaf1](https://github.com/reanahub/reana-job-controller/commit/637aaf197dc18e21bb412b7517c43e2d7b6f78d1)) + + +### Chores + +* **master:** release 0.95.0-alpha.1 ([74a32d8](https://github.com/reanahub/reana-job-controller/commit/74a32d80158c8629e0505a7650e16507f01331a5)) + ## [0.9.3](https://github.com/reanahub/reana-job-controller/compare/0.9.2...0.9.3) (2024-03-04) diff --git a/Dockerfile b/Dockerfile index 19231f6a..04aaebef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -148,5 +148,5 @@ LABEL org.opencontainers.image.title="reana-job-controller" LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-job-controller" LABEL org.opencontainers.image.vendor="reanahub" # x-release-please-start-version -LABEL org.opencontainers.image.version="0.95.0-alpha.1" +LABEL org.opencontainers.image.version="0.95.0" # x-release-please-end diff --git a/docs/openapi.json b/docs/openapi.json index 68f82d65..336abfd6 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -122,7 +122,7 @@ "info": { "description": "REANA Job Controller API", "title": "reana-job-controller", - "version": "0.95.0a1" + "version": "0.95.0" }, "paths": { "/apispec": {},