From a275a47d1267862d018c34de076d172f3c132739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Zl=C3=A1mal?= Date: Thu, 9 Jul 2020 12:56:08 +0200 Subject: [PATCH] Release 3.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - This version contains DB chages! - Oracle DB is no longer supported! - Reworked group structure synchronization. - Removed support for multiple engines. - Optimized groups assigning to the resource. - Fixed unixGID check when assigning group to resource. - Module to support UID ranges (same as GID ranges, not yet used). - Support authorization of SELF role for resource attributes. - Random password generation is now implemeneted within PasswordManagerModule. Added specific implementation for VŠUP. - Support custom URL in mail validation. - Do not double "name" property in JSON in auditer log. --- 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 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/perun-auditparser/pom.xml b/perun-auditparser/pom.xml index 07d442c7db..3ddc5b6c89 100644 --- a/perun-auditparser/pom.xml +++ b/perun-auditparser/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.4 + 3.9.5 cz.metacentrum.perun diff --git a/perun-base/pom.xml b/perun-base/pom.xml index 72d2d9a1b6..466aae6f6f 100644 --- a/perun-base/pom.xml +++ b/perun-base/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.4 + 3.9.5 cz.metacentrum.perun diff --git a/perun-cabinet/pom.xml b/perun-cabinet/pom.xml index 219089050d..6d02db00b2 100644 --- a/perun-cabinet/pom.xml +++ b/perun-cabinet/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.4 + 3.9.5 cz.metacentrum.perun diff --git a/perun-cli-java/pom.xml b/perun-cli-java/pom.xml index a3a131f1b2..ea3cebbedc 100644 --- a/perun-cli-java/pom.xml +++ b/perun-cli-java/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.9.4 + 3.9.5 cz.metacentrum.perun diff --git a/perun-core/pom.xml b/perun-core/pom.xml index 21dd9f124c..9bebb8ab0d 100644 --- a/perun-core/pom.xml +++ b/perun-core/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.4 + 3.9.5 cz.metacentrum.perun diff --git a/perun-dispatcher/pom.xml b/perun-dispatcher/pom.xml index 4e4a102ca3..e910a5288b 100644 --- a/perun-dispatcher/pom.xml +++ b/perun-dispatcher/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.4 + 3.9.5 cz.metacentrum.perun diff --git a/perun-engine/pom.xml b/perun-engine/pom.xml index 3fcf34e18a..aad78e6bda 100644 --- a/perun-engine/pom.xml +++ b/perun-engine/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.4 + 3.9.5 cz.metacentrum.perun diff --git a/perun-ldapc/pom.xml b/perun-ldapc/pom.xml index eeff945b26..ec6d705c59 100644 --- a/perun-ldapc/pom.xml +++ b/perun-ldapc/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.9.4 + 3.9.5 cz.metacentrum.perun diff --git a/perun-notification/pom.xml b/perun-notification/pom.xml index 8aeb7ae85f..74d946dbd7 100644 --- a/perun-notification/pom.xml +++ b/perun-notification/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.4 + 3.9.5 cz.metacentrum.perun diff --git a/perun-openapi/pom.xml b/perun-openapi/pom.xml index 4fc91b9b45..9a55bfc808 100644 --- a/perun-openapi/pom.xml +++ b/perun-openapi/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.9.4 + 3.9.5 cz.metacentrum.perun diff --git a/perun-registrar-lib/pom.xml b/perun-registrar-lib/pom.xml index 5b7fab57f0..b23993f682 100644 --- a/perun-registrar-lib/pom.xml +++ b/perun-registrar-lib/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.4 + 3.9.5 cz.metacentrum.perun diff --git a/perun-rpc/pom.xml b/perun-rpc/pom.xml index 7cb4244b3b..f14dedc499 100644 --- a/perun-rpc/pom.xml +++ b/perun-rpc/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.4 + 3.9.5 cz.metacentrum.perun diff --git a/perun-scim/pom.xml b/perun-scim/pom.xml index 50e0588832..c37b44cb73 100644 --- a/perun-scim/pom.xml +++ b/perun-scim/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.4 + 3.9.5 cz.metacentrum.perun diff --git a/perun-voot/pom.xml b/perun-voot/pom.xml index 5f6211c2cf..18336af951 100644 --- a/perun-voot/pom.xml +++ b/perun-voot/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.4 + 3.9.5 cz.metacentrum.perun diff --git a/perun-web-gui/pom.xml b/perun-web-gui/pom.xml index 00b372514e..25547dc26b 100644 --- a/perun-web-gui/pom.xml +++ b/perun-web-gui/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.4 + 3.9.5 cz.metacentrum.perun diff --git a/pom.xml b/pom.xml index c5d3e3bbae..686c4613cc 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cz.metacentrum perun - 3.9.4 + 3.9.5 pom