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 6, 2023
1 parent c976013 commit 36eba9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Changes
=======

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

- Adds form to generate launcher URL and markdown badge to launch an analysis on REANA.
- Adds automated multi-platform container image building for amd64 and arm64 architectures.
- Adds option to delete all the runs of a workflow.
- Changes the launch on REANA page to display the optional launch parameters in a table.
- Changes Docker image Node version from 16 to 18.
- Adds form to generate the launcher URL of any user-provided analysis, together with the markdown snippet for the corresponding Launch-on-REANA badge.
- Changes the Launch-on-REANA page to improve how workflow parameters are shown by displaying them inside a table.
- Changes the Launch-on-REANA page to show improved validation warnings which also indicate where unexpected properties are located in the REANA specification file.
- Changes version of Node.js Docker image from 16 to 18.
- Fixes container image building on the arm64 architecture.

Version 0.9.1 (2023-09-27)
Expand Down
2 changes: 1 addition & 1 deletion reana-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reana-ui",
"version": "0.9.1",
"version": "0.9.2",
"private": true,
"dependencies": {
"axios": "^1.5.1",
Expand Down

0 comments on commit 36eba9f

Please sign in to comment.