diff --git a/assets/static/img/release.png b/assets/static/img/release.png index 97af340..61ed180 100644 Binary files a/assets/static/img/release.png and b/assets/static/img/release.png differ diff --git a/run-tests.sh b/run-tests.sh index 31be040..24554fd 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -20,7 +20,7 @@ check_script () { } check_docstyle () { - awesome_bot --allow-dupe --skip-save-results --allow-redirect --white-list https://reana.cern.ch,https://twitter.com/reanahub/lists/reana-developers,https://gitter.im/reanahub/reana -- templates/**/*.html + awesome_bot --allow-dupe --skip-save-results --allow-redirect --white-list https://reana.cern.ch,https://twitter.com/reanahub/lists/reana-developers,https://gitter.im/reanahub/reana,https://indico.ific.uv.es -- templates/**/*.html } check_dockerfile () { diff --git a/templates/page.html b/templates/page.html index aadfc6a..ddb0630 100644 --- a/templates/page.html +++ b/templates/page.html @@ -226,7 +226,6 @@

Free

Structure your analysis

-
version: 0.9.0
inputs:
files:
- code/mycode.py
@@ -348,12 +347,12 @@

Developers

-

REANA 0.9.0

-
26 Jan 2023
-

Introduces support for launching workflows from external sources.

-

Allows defining custom retention rules to automatically delete workspace files.

-

Improves Kerberos authentication and adds support for Rucio.

- +

REANA 0.9.1

+
28 Sep 2023
+

Visualise PDF and ROOT files in the web interface.

+

Use Keycloak for user authentication.

+

Numerous improvements to cluster performance.

+
@@ -361,6 +360,30 @@
26 Jan 2023
+ + + + + + + + + + + + + + + +
+ REANA participates at the HSF Analysis Preservation Bootcamp, October 16-18 2023, Valencia, Spain. [event] +
+ REANA participates at the CERN-NASA Open Science Summit 2023, July 10-14 2023, Geneva, Switzerland. [event] +
+ REANA participates at the CHEP2023 conference, May 8-12 2023, Norfolk, USA. [event] +
+ REANA participates at the PV2023 conference, May 2-4 2023, Geneva, Switzerland. [event] [slides] +
@@ -419,10 +442,10 @@

Current

- Workspace file retention + Workflow sharing

- Introduce user-configurable workspace file retention policy allowing to specify that some files are to be deleted automatically 1 day after workflow finishes, other files retained for 356 days, etc. [rfc] + Introduce user groups and role-based authorisation control models allowing to share workflows with colleagues.

@@ -432,10 +455,10 @@

Near-term

- Go client and stable API + Workflow caching

- Introduce new command-line client written in Go, to improve performance and ease of use. At the same time, stabilise the REST API versioning for future evolution. + Improve workflow execution caching for between-runs and between-workflows caching scenarios.

@@ -444,8 +467,12 @@

Future

-
Workflow sharing
-

Introduce user groups and role-based authorisation control models allowing to share workflows with colleagues.

+
+ Go client and stable API +
+

+ Introduce new command-line client written in Go to improve performance and ease of use. Stabilise the REST API versioning. +