Skip to content

Commit

Permalink
release: 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Dec 12, 2023
1 parent 089d20e commit 2ab81cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
Changes
=======

Version 0.9.2 (UNRELEASED)
Version 0.9.2 (2023-12-12)
--------------------------

- Adds automated multi-platform container image building for amd64 and arm64 architectures.
- Adds metadata labels to Dockerfile.
- Changes the pagination logic to avoid counting twice the total amount of records.
- Fixes job status consumer exception while attempting to fetch workflow engine logs for workflows could not have been successfully scheduled.
- Changes CVMFS support to allow users to automatically mount any available repository.
- Changes how pagination is performed in order to avoid counting twice the total number of records.
- Changes the workflow deletion endpoint to return a different and more appropriate message when deleting all the runs of a workflow.
- Fixes job status consumer exception while attempting to fetch workflow engine logs for workflows that were not successfully scheduled.
- Fixes runtime uWSGI warning by rebuilding uWSGI with the PCRE support.

Version 0.9.1 (2023-09-27)
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"info": {
"description": "Submit and manage workflows",
"title": "REANA Workflow Controller",
"version": "0.9.1"
"version": "0.9.2"
},
"paths": {
"/api/workflows": {
Expand Down
2 changes: 1 addition & 1 deletion reana_workflow_controller/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.1"
__version__ = "0.9.2"

0 comments on commit 2ab81cb

Please sign in to comment.