Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 0.95.0 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jan 10, 2024


0.95.0 (2025-01-27)

⚠ BREAKING CHANGES

  • python: drop support for Python 3.6 and 3.7

Build

  • python: add minimal pyproject.toml (#466) (9468850)
  • python: add support for Python 3.13 (#472) (563f8c8)
  • python: add support for Python 3.13 (#480) (5de7605)
  • python: change extra names to comply with PEP 685 (#446) (9dad6da)
  • python: drop support for Python 3.6 and 3.7 (#453) (85cca11)
  • python: install snakemake compatible with Python 3.12 (#465) (9c88f7c)
  • python: remove deprecated pytest-runner (#466) (e406a59)
  • python: require smart-open<7 for Python 3.6 (#446) (17fd581)
  • python: restore snakemake reports extra (#446) (904178f)
  • python: upgrade yadage dependencies (#462) (2d2f631)
  • python: use optional deps instead of tests_require (#466) (6952b62)
  • snakemake: require pulp<2.8.0 (#444) (5daa109)

Features

  • config: allow customisation of runtime group name (#440) (5cec305)
  • gherkin: add gherkin parser for workflow testing (#464) (cf38a92), closes #463
  • openapi: add live_logs_enabled property in logs output (#473) (564c027)
  • openapi: add dask_autoscaler_enabled field (#474) (fd90d74)
  • openapi: add dask_cluster_max_number_of_workers field (#477) (bb6bad6)
  • openapi: add endpoint to fetch workflow share status (#429) (6370815)
  • openapi: add endpoint to share workflows (#429) (b7a3476)
  • openapi: add endpoint to unshare workflows (#429) (2ec60cc)
  • openapi: add endpoints to fetch sharing users (#429) (761a898)
  • openapi: add recommended images to info endpoint (#459) (3d2420a)
  • openapi: add share-related parameters to get_workflows (#429) (d4c0358)
  • openapi: add workflow engine versions to info endpoint (#475) (2caa2e2)
  • openapi: update reana.yaml schema to include dask field (#467) (d0becac)
  • openapi: update workflow sharing specs after changes (#429) (3f08c0a)
  • schema: allow Compute4PUNCH backend options (#445) (0570f4a)
  • snakemake: add support for Snakemake 8 (#471) (cac0dcc)
  • snakemake: upgrade to Snakemake 7.32.4 (#435) (20ae9ce)
  • snakemake: upgrade to Snakemake 8.27.1 (#476) (09fec74)
  • utils: add central function for Dask K8s component names (#478) (8f0bde7)

Bug fixes

  • cache: handle deleted files when calculating access times (#437) (698900f)
  • config: remove hard-coded component host name domain (#458) (f2faeaa), closes #457
  • kerberos: stop ticket renewal when pod is terminated (#454) (a7bcf7a)

Performance improvements

  • k8s: avoid extraneous refetching of user secrets (#456) (77d263e), closes #455
  • kerberos: stop ticket renewal as soon as possible (#454) (08cbfa1)

Code refactoring

Test suite

  • fix calculate hash test (95a719b)

Continuous integration

  • actions: pin setuptools 70 (#479) (b80bc70)
  • actions: update GitHub actions due to Node 16 deprecation (#452) (ac2a01b)
  • actions: upgrade to Ubuntu 24.04 and Python 3.12 (#465) (6fa5566)
  • added flake8 linter (a48dcd8)
  • added github actions workflow (80b4c2a)
  • added python 2.7 to github action python test strategy (5b8c024), closes #233
  • commitlint: addition of commit message linter (#432) (a67906f)
  • commitlint: allow release commit style (#447) (1208ccf)
  • commitlint: check for the presence of concrete PR number (#438) (d3035dc)
  • commitlint: improve checking of merge commits (#465) (273b72d)
  • pin ubuntu version in GA jobs (cbfc143)
  • pytest: invoke pytest directly instead of setup.py test (#466) (ed6c468)
  • release-please: initial configuration (#432) (687f2f4)
  • removed pip upgrade (efe654b)
  • shellcheck: check all shell scripts recursively (#436) (709a685)
  • shellcheck: fix exit code propagation (#438) (85d9a2a)
  • tox: fix collecting code coverage information (#470) (ebf3695)
  • update all actions (dd3d0ba)
  • use Python 3.12 stable release (e49b0c7)

Documentation

  • add .readthedocs.yaml to migrate to RTD v2 (6682140)
  • authors: complete list of contributors (#442) (4a74c10)
  • fix docstrings for kombu class references (8af0606)
  • fix docstrings for kombu class references (8c20f2e)
  • install only docs required dependencies for RTD build (77e0d9f), closes #210
  • remove reana-cluster references (f558c06)
  • set default language to English (0247a25)
  • single-page RTFD outline (e387aba)
  • switch to stable version of kombu (daf272e)
  • switch to stable version of kombu (12a44e2)
  • update changelog (f79147a)

Chores

  • master: release 0.95.0a1 (024776f)

@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 663f75d to 5dcfa28 Compare January 16, 2024 17:03
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 5dcfa28 to cde2c29 Compare January 26, 2024 09:25
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 47a4220 to a8c19c1 Compare February 9, 2024 13:11
@github-actions github-actions bot force-pushed the release-please--branches--master branch from a8c19c1 to 3b421b6 Compare February 13, 2024 13:03
@github-actions github-actions bot changed the title chore(master): release 0.9.6 chore(master): release 0.9.7 Feb 13, 2024
@github-actions github-actions bot force-pushed the release-please--branches--master branch 3 times, most recently from 6052879 to f38f51a Compare February 20, 2024 09:25
@github-actions github-actions bot changed the title chore(master): release 0.9.7 chore(master): release 0.9.8 Feb 20, 2024
@github-actions github-actions bot force-pushed the release-please--branches--master branch from f38f51a to 0d0303c Compare February 20, 2024 10:05
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 460fc91 to a4c1686 Compare March 1, 2024 09:17
@github-actions github-actions bot changed the title chore(master): release 0.9.8 chore(master): release 0.9.9 Mar 4, 2024
@github-actions github-actions bot force-pushed the release-please--branches--master branch from a4c1686 to 082a38c Compare March 4, 2024 09:17
@github-actions github-actions bot changed the title chore(master): release 0.9.9 chore(master): release 0.95.0 Mar 14, 2024
@github-actions github-actions bot force-pushed the release-please--branches--master branch 3 times, most recently from 82e2304 to 1ad802a Compare March 19, 2024 10:44
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 1ad802a to 9b86bcc Compare May 14, 2024 07:25
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from c1b2ffc to cddd5ee Compare August 7, 2024 13:02
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from c6f0072 to 9822d49 Compare August 26, 2024 15:23
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 9822d49 to 1c72067 Compare September 4, 2024 16:22
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 6d2906b to f974f44 Compare October 10, 2024 12:24
@github-actions github-actions bot force-pushed the release-please--branches--master branch from f974f44 to 62a9244 Compare October 21, 2024 15:42
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 3c5f035 to c272d2b Compare October 31, 2024 14:09
@github-actions github-actions bot force-pushed the release-please--branches--master branch 4 times, most recently from b81d205 to 12d67df Compare November 12, 2024 16:52
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 5fad899 to a3e1118 Compare January 15, 2025 12:52
@github-actions github-actions bot force-pushed the release-please--branches--master branch from a3e1118 to 61c3f76 Compare January 27, 2025 08:46
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 61c3f76 to df07729 Compare January 27, 2025 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants