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 #578

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

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 15, 2024


0.95.0 (2024-11-13)

⚠ BREAKING CHANGES

  • python: drop support for Python 3.6 and 3.7

Build

  • docker: pin setuptools to v70 (#593) (ba50def)
  • docker: upgrade to Ubuntu 24.04 and Python 3.12 (#592) (b4fe472)
  • python: add minimal pyproject.toml (#593) (90623e4)
  • python: drop support for Python 3.6 and 3.7 (#586) (8ae9ee4)
  • python: remove deprecated pytest-runner (#593) (d663604)
  • python: use optional deps instead of tests_require (#593) (9786f91)

Features

  • config: make Dask autoscaler configurable (#604) (db9ac05)
  • config: support OpenSearch deployment in custom namespace (#609) (7896c61)
  • helm: add initial Dask support (#600) (1515865)
  • helm: allow cluster administrator to configure ingress host (#588) (f1764ed)
  • helm: allow cluster administrator to configure ingress host (#588) (a7c9c85)
  • k8s: set custom ingressClassName for interactive sessions (#581) (13d1c5d)
  • opensearch: fetch live logs from OpenSearch (#602) (ca38c69)
  • rest: add endpoint to get workflow share status (#552) (63154b5)
  • rest: add endpoint to share workflows (#552) (a2ccc64)
  • rest: add endpoint to unshare workflows (#552) (3c75a01)
  • rest: add share-related parameters to get_workflows (#552) (d896539)
  • rest: make details available for shared workflows (#552) (894a99e)
  • sessions: expose user secrets in interactive sessions (#591) (f1764ed)
  • sessions: expose user secrets in interactive sessions (#591) (784efee)
  • sessions: support list of allowed notebook images (#582) (3e31e05), closes #569

Bug fixes

  • delete_workflow: set retention rules as inactive (#595) (680e288)
  • docker: explicitly specify shell (#598) (fb9923c), closes #596
  • rest: clean up workflow sharing code after changes (#552) (e36c6a2)

Performance improvements

  • manager: reduce size of job-controller's db connection pool (#594) (5ac27ef)

Code refactoring

  • secrets: adapt to reana-commons secret-handling changes (#583) (d9512fb)

Test suite

  • pytest: adapt to fixture changes from default_user to user0 (#552) (de3c933)

Continuous integration

  • actions: update GitHub actions due to Node 16 deprecation (#579) (57a0246)
  • commitlint: check PR number presence in merge commits (#592) (c68720b)
  • commitlint: improve checking of merge commits (#590) (6e9371d)
  • pytest: invoke pytest directly instead of setup.py test (#593) (3928366)
  • sphinx: set READTHEDOCS variable in Jinja2 HTML context (#602) (46ae9cd)

Documentation

  • openapi: amend response description for file deletion (#573) (1d027ff)

Chores

  • master: release 0.95.0-alpha.1 (9ebbf2a)

@github-actions github-actions bot force-pushed the release-please--branches--master branch from b4b7ff2 to 6283dfa Compare March 18, 2024 17:52
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 6283dfa to 57cee92 Compare April 15, 2024 09:31
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 57cee92 to 9555d31 Compare May 3, 2024 12:06
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 9555d31 to d8cd23f Compare July 3, 2024 08:20
@github-actions github-actions bot force-pushed the release-please--branches--master branch from d8cd23f to 2577d19 Compare July 17, 2024 12:29
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 2577d19 to 95a74ca Compare July 31, 2024 07:25
@github-actions github-actions bot force-pushed the release-please--branches--master branch 3 times, most recently from 4d5c462 to 47950d3 Compare August 9, 2024 09:02
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from ad842da to 0125d5a Compare August 26, 2024 13:15
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 07c3bf4 to 1050485 Compare September 4, 2024 19:07
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 1050485 to 9329120 Compare October 21, 2024 17:26
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 68d47f7 to fd7aea1 Compare October 31, 2024 14:15
@github-actions github-actions bot force-pushed the release-please--branches--master branch from fd7aea1 to fbc10de Compare November 11, 2024 15:54
@github-actions github-actions bot force-pushed the release-please--branches--master branch from fbc10de to a68e80e Compare November 13, 2024 12:44
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.

build(docker): fix JSONArgsRecommended warning interactive-sessions: implement configurable allowlist
0 participants