Skip to content

Commit 36eba9f

Browse files
committed
release: 0.9.2
1 parent c976013 commit 36eba9f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGES.rst

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
Changes
22
=======
33

4-
Version 0.9.2 (UNRELEASED)
4+
Version 0.9.2 (2023-12-06)
55
--------------------------
66

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

1315
Version 0.9.1 (2023-09-27)

reana-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reana-ui",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"private": true,
55
"dependencies": {
66
"axios": "^1.5.1",

0 commit comments

Comments
 (0)