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 15, 2024


0.95.0 (2024-09-18)

⚠ BREAKING CHANGES

  • python: drop support for Python 3.6 and 3.7

Build

  • python: add minimal pyproject.toml (#466) (9468850)
  • 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 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 share-related parameters to get_workflows (#429) (d4c0358)
  • openapi: update workflow sharing specs after changes (#429) (3f08c0a)
  • snakemake: upgrade to Snakemake 7.32.4 (#435) (20ae9ce)

Bug fixes

  • cache: handle deleted files when calculating access times (#437) (698900f)
  • 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: 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 from 221064f to 609cded Compare January 16, 2024 16:54
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from c8b1d20 to feec87a Compare February 1, 2024 13:36
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from c1e41fd to f631da0 Compare February 13, 2024 12:46
@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 d91495a to dcc1a30 Compare February 20, 2024 09:18
@github-actions github-actions bot changed the title chore(master): release 0.9.7 chore(master): release 0.9.8 Mar 1, 2024
@github-actions github-actions bot force-pushed the release-please--branches--master branch from dcc1a30 to 0ff22c9 Compare March 1, 2024 09:07
@github-actions github-actions bot changed the title chore(master): release 0.9.8 chore(master): release 0.9.9 Mar 1, 2024
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 0ff22c9 to 79c7782 Compare March 1, 2024 09:37
@github-actions github-actions bot changed the title chore(master): release 0.9.9 chore(master): release 0.95.0 Mar 15, 2024
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from b85eb6b to 03a70e4 Compare March 18, 2024 17:53
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 03a70e4 to e94f6aa Compare May 8, 2024 15:02
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 85ac116 to 242c26b Compare July 23, 2024 10:49
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 242c26b to 423bfa0 Compare August 8, 2024 10:05
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 68637e7 to 2fd9b6f Compare August 28, 2024 07:16
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 2fd9b6f to f3ceeb1 Compare September 18, 2024 08:29
@github-actions github-actions bot force-pushed the release-please--branches--master branch from f3ceeb1 to 6b45126 Compare September 18, 2024 11:37
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