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 (2025-01-22)

⚠ BREAKING CHANGES

  • python: drop support for Python 3.6 and 3.7
  • gitlab: The REST API endpoint gitlab_projects now includes pagination details.

Build

  • deps: pin invenio-userprofiles to 1.2.4 (#665) (d6cb168)
  • docker: non-editable submodules in "latest" mode (#656) (d16fefb)
  • docker: pin setuptools to v70 (#696) (c1b4b71)
  • docker: upgrade to Ubuntu 24.04 and Python 3.12 (#692) (091a9ed)
  • python: add minimal pyproject.toml (#696) (6313720)
  • python: bump all required packages as of 2024-03-04 (#674) (f40b82f)
  • python: bump shared modules (#676) (47ad3ca)
  • python: bump shared REANA packages as of 2024-03-04 (#674) (aa18394)
  • python: bump shared REANA packages as of 2024-11-28 (#714) (94fbf77)
  • python: drop support for Python 3.6 and 3.7 (#683) (868dee9)
  • python: remove deprecated pytest-runner (#696) (20431fe)
  • python: use optional deps instead of tests_require (#696) (9c2a31f)

Features

  • api: add workflow engine versions to info endpoint (#711) (999d716)
  • config: make ACCOUNTS_USERINFO_HEADERS customisable (#713) (8c01d51)
  • config: make APP_DEFAULT_SECURE_HEADERS customisable (#713) (1919358)
  • config: make Dask autoscaler configurable (#702) (95ea2df)
  • config: make PROXYFIX_CONFIG customisable (#713) (5b6c276)
  • config: set maximum limit for number of Dask workers (#712) (d36b59b)
  • config: support password-protected redis (#713) (a2aad8a)
  • ext: improve error message for db decryption error (#713) (bbab1bf)
  • gitlab: add search query parameter to filter projects (#681) (109cf38), closes #518
  • gitlab: add support for paginated project list (#681) (4d23c62), closes #518
  • helm: add initial Dask support (#701) (15d0b97)
  • rest: add live_logs_enabled property in logs output (#705) (c4be985)
  • rest: add endpoint for sharing workflows (#658) (045d275)
  • rest: add endpoint to get workflow share status (#658) (b7d14bb)
  • rest: add endpoint to unshare workflows (#658) (727c04e)
  • rest: add endpoints to fetch sharing users (#658) (3a1c5ea)
  • rest: add share-related parameters to get_workflows (#658) (a72f1ac)
  • rest: add user id to get-you endpoint (#658) (20246c9)
  • rest: make details available for shared workflows (#658) (b274a29)
  • sessions: add recommended images to info endpoint (#688) (908aca2)

Bug fixes

  • config: do not set DEBUG programmatically (#713) (c98cbc1)
  • config: read secret key from env (#713) (6ee6422)
  • flask: avoid deprecated decorator before_first_request (#692) (6d3fe7d)
  • get_workflow_specification: avoid returning null parameters (#689) (46633d6)
  • gitlab: handle pagination of GitLab webhooks (#684) (3f716f7), closes #682
  • reana-admin: respect service domain when cleaning sessions (#687) (ede882d)
  • reana-admin: skip retention rules for deleted workspaces (#697) (d1cd1a5)
  • rest: fix workflow sharing endpoints after changes (#658) (50495fc)
  • set_workflow_status: publish workflows to submission queue (#691) (6e35bd7), closes #690
  • start: validate endpoint parameters (#689) (d2d3673)

Code refactoring

  • docs: move from reST to Markdown (#671) (b6d1799)
  • gitlab: move all GitLab requests to dedicated client (#685) (703af19), closes #676
  • secrets: adapt to reana-commons secret-handling changes (#686) (3596ee0)

Code style

Test suite

  • pytest: adapt to fixture changes from default_user to user0 (#658) (72a6964)

Continuous integration

  • actions: update GitHub actions due to Node 16 deprecation (#680) (b7cc00a)
  • add hadolint and flake8 linters (b78d62d)
  • added github actions workflow (247e3a3)
  • commitlint: addition of commit message linter (#665) (2b43ecc)
  • commitlint: allow release commit style (#675) (e0299ef)
  • commitlint: check for the presence of concrete PR number (#669) (87c6145)
  • commitlint: improve checking of merge commits (#689) (69f45fc)
  • commitlint: improve checking of merge commits (#692) (9a7bd8c)
  • pin hadolint version (2bd2bd4)
  • publish docker image after new release (34131ba)
  • pytest: invoke pytest directly instead of setup.py test (#696) (bd6762f)
  • pytest: move to PostgreSQL 14.10 (#672) (e888ddd)
  • release-please: initial configuration (#665) (1d5e7c5)
  • release-please: update version in Dockerfile/OpenAPI specs (#668) (3b3dc41)
  • remove older versions from python tests (28454b9)
  • removed pip upgrade (a6694fa)
  • shellcheck: fix exit code propagation (#669) (d7eac6b)
  • update all actions (b72bc72)

Documentation

  • add .readthedocs.yaml to migrate to RTD v2 (cf1ecd5)
  • authors: complete list of contributors (#673) (71b3f38)
  • remove reana-cluster references (6255db8)
  • set language to English (cc7bafa)
  • single-page RTFD outline (231e0d5)
  • update openapi.json (2453cdc)

Chores

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

@github-actions github-actions bot force-pushed the release-please--branches--master branch from 1eb80e5 to 2d3ed03 Compare January 18, 2024 13:30
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 871c03a to bd80aaf Compare February 5, 2024 14:38
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 1960421 to 2cda5d8 Compare February 13, 2024 17:12
@github-actions github-actions bot force-pushed the release-please--branches--master branch 3 times, most recently from 4c29337 to fd9889c Compare March 4, 2024 15:30
@github-actions github-actions bot changed the title chore(master): release 0.9.3 chore(master): release 0.9.4 Mar 4, 2024
@github-actions github-actions bot force-pushed the release-please--branches--master branch from fd9889c to 9a11329 Compare March 4, 2024 15:55
@github-actions github-actions bot changed the title chore(master): release 0.9.4 chore(master): release 0.95.0 Mar 18, 2024
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 27af449 to e64de1f Compare March 18, 2024 17:45
@github-actions github-actions bot force-pushed the release-please--branches--master branch from e64de1f to 2f3142f Compare April 17, 2024 10:28
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 2f3142f to 6252843 Compare May 7, 2024 07:45
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from a59c687 to 0191c5a Compare July 4, 2024 08:16
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 0191c5a to 558d09b Compare July 17, 2024 12:29
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 558d09b to bc671d8 Compare July 31, 2024 07:27
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 9893c3f to 5bcc3f8 Compare August 8, 2024 10:07
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 12e15c2 to e536e1c Compare August 29, 2024 10:23
@github-actions github-actions bot force-pushed the release-please--branches--master branch from e536e1c to c281f0d Compare September 18, 2024 08:30
@github-actions github-actions bot force-pushed the release-please--branches--master branch from c281f0d to 6042b2d Compare October 30, 2024 10:19
@github-actions github-actions bot force-pushed the release-please--branches--master branch 2 times, most recently from 586e382 to 9e1b686 Compare November 12, 2024 15:09
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 9e1b686 to bd8cf10 Compare January 22, 2025 09:05
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