Skip to content

Commit

Permalink
release: 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Nov 29, 2023
1 parent 120559a commit 5fe5811
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Changes
=======

Version 0.9.4 (UNRELEASED)
Version 0.9.4 (2023-11-30)
--------------------------

- Changes the REANA specification schema to use the ``draft-07`` version of the JSON schema specification.
- Changes the REANA specification schema to use the ``draft-07`` version of the JSON Schema specification.
- Changes validation of REANA specification to expose functions for loading workflow input parameters and workflow specifications.
- Changes the validation schema of the REANA specification to make the ``environment`` property mandatory for the steps of serial workflows.
- Changes the validation schema of the REANA specification to raise a warning for unexpected properties for the steps of serial workflows.
- Changes validation of REANA specification to make the ``environment`` property mandatory for the steps of serial workflows.
- Changes validation of REANA specification to raise a warning for unexpected properties for the steps of serial workflows.
- Changes CVMFS support to allow users to automatically mount any available repository.
- Fixes the mounting of CVMFS volumes for the REANA deployments that use non-default Kubernetes namespace.

Expand Down
2 changes: 1 addition & 1 deletion reana_commons/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.9.4a3"
__version__ = "0.9.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
history = open("CHANGES.rst").read()

tests_require = [
"pytest-reana>=0.9.1,<0.10.0",
"pytest-reana>=0.9.2,<0.10.0",
]


Expand Down

0 comments on commit 5fe5811

Please sign in to comment.