From ad44e0fc74d0a61f20b055676dd824ea230ff39b Mon Sep 17 00:00:00 2001 From: Stuart Caunt Date: Thu, 1 Sep 2022 10:46:06 +0200 Subject: [PATCH] Update version and history --- History.md | 9 +++++++++ pom.xml | 2 +- visa-app/pom.xml | 4 ++-- visa-business/pom.xml | 8 ++++---- visa-cloud/pom.xml | 2 +- visa-core/pom.xml | 2 +- visa-persistence/pom.xml | 4 ++-- visa-remote-desktop/pom.xml | 4 ++-- visa-scheduler/pom.xml | 4 ++-- visa-security/pom.xml | 4 ++-- visa-web/pom.xml | 10 +++++----- 11 files changed, 31 insertions(+), 22 deletions(-) diff --git a/History.md b/History.md index da0791b6..572c37fc 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +2.3.0 01/09/2022 +================ + * Filtering of experiments that don't have valid start or end dates + * Add admin notifications (currently for instances in error and instance extension requests) shown in admin UI + * Add endpoints to handle instance lifetime extension requests and email templates for the extension request workflow + * Add GUEST role and expiration date to role (provides time limited access to VISA to users that aren't associated to proposals) + * Add health check endpoint for use by application credentials + * Authentication via application credentials - can access specific API endpoints using basic auth. Endpoint to manage app credentials. + 2.2.1 09/05/2022 ================ * Fix bug on notification service throwing an error when an adapter is not enabled diff --git a/pom.xml b/pom.xml index 85c66ec4..73029009 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ eu.ill.visa api - 2.2.1 + 2.3.0 visa-app visa-business diff --git a/visa-app/pom.xml b/visa-app/pom.xml index d90297c4..db582229 100644 --- a/visa-app/pom.xml +++ b/visa-app/pom.xml @@ -5,7 +5,7 @@ api eu.ill.visa - 2.2.1 + 2.3.0 4.0.0 @@ -14,7 +14,7 @@ eu.ill.visa visa-web - 2.2.1 + 2.3.0 diff --git a/visa-business/pom.xml b/visa-business/pom.xml index a7dadc37..ac64b105 100644 --- a/visa-business/pom.xml +++ b/visa-business/pom.xml @@ -5,7 +5,7 @@ api eu.ill.visa - 2.2.1 + 2.3.0 4.0.0 @@ -25,17 +25,17 @@ eu.ill.visa visa-core - 2.2.1 + 2.3.0 eu.ill.visa visa-persistence - 2.2.1 + 2.3.0 eu.ill.visa visa-cloud - 2.2.1 + 2.3.0 org.simplejavamail diff --git a/visa-cloud/pom.xml b/visa-cloud/pom.xml index b76fe8be..b0619c2a 100644 --- a/visa-cloud/pom.xml +++ b/visa-cloud/pom.xml @@ -5,7 +5,7 @@ api eu.ill.visa - 2.2.1 + 2.3.0 4.0.0 diff --git a/visa-core/pom.xml b/visa-core/pom.xml index eccf10de..645ade62 100644 --- a/visa-core/pom.xml +++ b/visa-core/pom.xml @@ -5,7 +5,7 @@ api eu.ill.visa - 2.2.1 + 2.3.0 4.0.0 diff --git a/visa-persistence/pom.xml b/visa-persistence/pom.xml index 00c36c69..68dce2ed 100644 --- a/visa-persistence/pom.xml +++ b/visa-persistence/pom.xml @@ -5,7 +5,7 @@ api eu.ill.visa - 2.2.1 + 2.3.0 4.0.0 @@ -21,7 +21,7 @@ eu.ill.visa visa-core - 2.2.1 + 2.3.0 javax.persistence diff --git a/visa-remote-desktop/pom.xml b/visa-remote-desktop/pom.xml index 6b52c60b..f16b1bf3 100644 --- a/visa-remote-desktop/pom.xml +++ b/visa-remote-desktop/pom.xml @@ -5,7 +5,7 @@ api eu.ill.visa - 2.2.1 + 2.3.0 4.0.0 @@ -21,7 +21,7 @@ eu.ill.visa visa-business - 2.2.1 + 2.3.0 org.apache.guacamole diff --git a/visa-scheduler/pom.xml b/visa-scheduler/pom.xml index 9efe6893..4a63061c 100644 --- a/visa-scheduler/pom.xml +++ b/visa-scheduler/pom.xml @@ -5,7 +5,7 @@ api eu.ill.visa - 2.2.1 + 2.3.0 4.0.0 @@ -18,7 +18,7 @@ eu.ill.visa visa-business - 2.2.1 + 2.3.0 diff --git a/visa-security/pom.xml b/visa-security/pom.xml index a466f3bf..de034730 100644 --- a/visa-security/pom.xml +++ b/visa-security/pom.xml @@ -5,7 +5,7 @@ api eu.ill.visa - 2.2.1 + 2.3.0 4.0.0 visa-security @@ -17,7 +17,7 @@ eu.ill.visa visa-business - 2.2.1 + 2.3.0 diff --git a/visa-web/pom.xml b/visa-web/pom.xml index f029e698..751b1832 100644 --- a/visa-web/pom.xml +++ b/visa-web/pom.xml @@ -5,7 +5,7 @@ api eu.ill.visa - 2.2.1 + 2.3.0 4.0.0 @@ -26,22 +26,22 @@ eu.ill.visa visa-business - 2.2.1 + 2.3.0 eu.ill.visa visa-security - 2.2.1 + 2.3.0 eu.ill.visa visa-scheduler - 2.2.1 + 2.3.0 eu.ill.visa visa-remote-desktop - 2.2.1 + 2.3.0