From afbb3f79bfbf7755f33b06524ee9f8a4d89b76f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Zl=C3=A1mal?= Date: Fri, 8 Jan 2021 09:22:19 +0100 Subject: [PATCH] Release 3.15.0 - This version contains DB changes! - This version contains LDAP schema changes! Changes ------- - Support pushing MFA related attributes to the LDAP. - Support sponsoring membership for existing user or not yet sponsored member. - Support sponsored member creation from CSV. - Support date ranges when getting exising applications for VO/Group. - Extended validity of account activation links to default 72 hours. - Exclude group applications when rejecting "too old" unverified or not approved applications by the VO rules. - Redefined workflow in Metacentrum registrations regarded to isCesnetEligibleLastSeen attribute. - Do not request password reset on Metacentrum membership extension. - Various fixes for parsing of displayName in registrar. - Support VO atributes in new getHashedData() structures. - Added getAllSponsoredMembers() to API. - Added getAllSponsoredMembersAndTheirSponsors() to API. - Added checks for password reset templates content. - Allow calling getPerunStatus() on read-only instances. - Updated version of OpenAPI generator. - Added methods of MembersManager to OpenAPI. - Updated Spring Boot to 2.4.1 and Spring to 5.3.2. - Fixed parent of BanNotExistsException. --- perun-auditlogger/pom.xml | 2 +- perun-auditparser/pom.xml | 2 +- perun-base/pom.xml | 2 +- perun-cabinet/pom.xml | 2 +- perun-cli-java/pom.xml | 2 +- perun-core/pom.xml | 2 +- perun-dispatcher/pom.xml | 2 +- perun-engine/pom.xml | 2 +- perun-ldapc/pom.xml | 2 +- perun-notification/pom.xml | 2 +- perun-openapi/pom.xml | 2 +- perun-registrar-lib/pom.xml | 2 +- perun-rpc/pom.xml | 2 +- perun-scim/pom.xml | 2 +- perun-voot/pom.xml | 2 +- perun-web-gui/pom.xml | 2 +- pom.xml | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/perun-auditlogger/pom.xml b/perun-auditlogger/pom.xml index b6dc6c3be1..9e3a8a4deb 100644 --- a/perun-auditlogger/pom.xml +++ b/perun-auditlogger/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/perun-auditparser/pom.xml b/perun-auditparser/pom.xml index 208a317ccc..ed2d683a49 100644 --- a/perun-auditparser/pom.xml +++ b/perun-auditparser/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/perun-base/pom.xml b/perun-base/pom.xml index d6c221ad4b..499f9bc782 100644 --- a/perun-base/pom.xml +++ b/perun-base/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/perun-cabinet/pom.xml b/perun-cabinet/pom.xml index 71badf53a0..e1bb2f81ca 100644 --- a/perun-cabinet/pom.xml +++ b/perun-cabinet/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/perun-cli-java/pom.xml b/perun-cli-java/pom.xml index 03855d81dd..4103e6f898 100644 --- a/perun-cli-java/pom.xml +++ b/perun-cli-java/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/perun-core/pom.xml b/perun-core/pom.xml index 5fa41341ba..bd0ec4bae4 100644 --- a/perun-core/pom.xml +++ b/perun-core/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/perun-dispatcher/pom.xml b/perun-dispatcher/pom.xml index b8a2b2aba3..3c3b8f6422 100644 --- a/perun-dispatcher/pom.xml +++ b/perun-dispatcher/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/perun-engine/pom.xml b/perun-engine/pom.xml index 3517950386..94a56849e3 100644 --- a/perun-engine/pom.xml +++ b/perun-engine/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/perun-ldapc/pom.xml b/perun-ldapc/pom.xml index 7ffced9943..ebf7170a74 100644 --- a/perun-ldapc/pom.xml +++ b/perun-ldapc/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/perun-notification/pom.xml b/perun-notification/pom.xml index 926da6dfe6..aea5ad78de 100644 --- a/perun-notification/pom.xml +++ b/perun-notification/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/perun-openapi/pom.xml b/perun-openapi/pom.xml index dd986fda01..8b06f05049 100644 --- a/perun-openapi/pom.xml +++ b/perun-openapi/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/perun-registrar-lib/pom.xml b/perun-registrar-lib/pom.xml index 82d34cb1d0..1567355f87 100644 --- a/perun-registrar-lib/pom.xml +++ b/perun-registrar-lib/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/perun-rpc/pom.xml b/perun-rpc/pom.xml index e889e4ba82..80c4091000 100644 --- a/perun-rpc/pom.xml +++ b/perun-rpc/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/perun-scim/pom.xml b/perun-scim/pom.xml index ef0411be6d..50f2d034e1 100644 --- a/perun-scim/pom.xml +++ b/perun-scim/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/perun-voot/pom.xml b/perun-voot/pom.xml index bd02b57bff..8b9d5b1c97 100644 --- a/perun-voot/pom.xml +++ b/perun-voot/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/perun-web-gui/pom.xml b/perun-web-gui/pom.xml index f809bcf6a2..98abefbb01 100644 --- a/perun-web-gui/pom.xml +++ b/perun-web-gui/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.15.0-SNAPSHOT + 3.15.0 cz.metacentrum.perun diff --git a/pom.xml b/pom.xml index 7fb9291ae7..b4468fd003 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cz.metacentrum perun - 3.15.0-SNAPSHOT + 3.15.0 pom