From 0f77470739b9de5b5a84d91b410fceff91595085 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Jun 2023 11:43:55 +0000 Subject: [PATCH] chore(release): 26.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [26.0.0](https://github.com/CESNET/perun/compare/v25.4.3...v26.0.0) (2023-06-21) ### ⚠ BREAKING CHANGES * **core:** The unit of the config property 'mfaAuthTimeout' has been changed from hours to minutes (for easier testing). * new database table auto_registration_group was created, data from the old table groups_to_register should be migrated into this new table with appropriate relation to form_item_id * edit CoreConfig ### Features * 🎸 add GroupManager::addAdmin for SPREGAPPLICATION ([42ae4e7](https://github.com/CESNET/perun/commit/42ae4e72535a0e5e45880130e1cf4ab75ef19e01)) * allow embedded group form item in group applications ([b4958c6](https://github.com/CESNET/perun/commit/b4958c6496beb898e3efb54f5ad148ba8f3b24bb)) * **core:** add logback-journal appender dependency ([31e269d](https://github.com/CESNET/perun/commit/31e269dc683ae341531ea672f3642720105a8efa)) * **core:** add PROXY role ([80bc612](https://github.com/CESNET/perun/commit/80bc61288b57f6f853a45b3e991486c36e7f9f4f)) * **core:** change response status when MFA exception is thrown ([f6f7d73](https://github.com/CESNET/perun/commit/f6f7d732fe5cd2241c2910b2c7e48320e63675af)) * **core:** default blocked login checker ([574782b](https://github.com/CESNET/perun/commit/574782b9ba48460cae9a95f35ead2353c9606d24)) * use introspection data saved in request headers for MFA ([b9c8b65](https://github.com/CESNET/perun/commit/b9c8b656a9258c621b09fb5956e5cc7e4b5bdc9b)) ### Bug Fixes * **core:** add member validation into Lifescience password manager upon adding a new member ([9bc7fc0](https://github.com/CESNET/perun/commit/9bc7fc071a8cfbb1a5462c1df093f6616bc7ab4b)) * **core:** Do not cache LDAP ExtSource ([7da88e8](https://github.com/CESNET/perun/commit/7da88e8f99b2bf54c12c57131daee81b80c01b11)) * **core:** fix randomly failing test ([dba3212](https://github.com/CESNET/perun/commit/dba3212eeb85a877ee5568375a513a976124ac4c)) * **core:** fixed attributes parsing for sql group structure synchronizations ([b1abc36](https://github.com/CESNET/perun/commit/b1abc36d18530dd6535e7a6e2da048ea76515327)) * **core:** MFA timeout ([b67c23f](https://github.com/CESNET/perun/commit/b67c23fffe6ac31caf16474f184a50f73d5c80c3)) * **core:** refresh principal roles more effectively ([6345ef6](https://github.com/CESNET/perun/commit/6345ef63cc2dc94993a921e0c3daf95eabc1f747)) * **core:** reworked module for pithia project ([41548da](https://github.com/CESNET/perun/commit/41548da8df7c6b1f32e27cf23c8c7a460ba53801)) * **core:** updated perunDefaultBlockedLoginChecker ([885fe38](https://github.com/CESNET/perun/commit/885fe38c806ca739f2b7a85c11ada18e693b376d)) * **deps:** update dependency com.google.apis:google-api-services-admin-directory to directory_v1-rev20230516-2.0.0 ([64a432c](https://github.com/CESNET/perun/commit/64a432cd612bd903de96196ee710f14f39f64123)) * **deps:** update dependency io.swagger:swagger-annotations to v1.6.11 ([bb1434b](https://github.com/CESNET/perun/commit/bb1434b968e0bebcf781b5040cb3c1b9211a2fb7)) * **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.12 ([5f5d0e9](https://github.com/CESNET/perun/commit/5f5d0e95f2bafd9afd5398e687ac8413f7937389)) * **gui:** fixed cell index for showing VO stats results ([f3cf3db](https://github.com/CESNET/perun/commit/f3cf3db7e5d19681f5e8b059f4f8f782686e850e)) * **gui:** Limit search for managers to vo/group members ([e695b20](https://github.com/CESNET/perun/commit/e695b20c5cf5cac7c4b92a82ba4a3880a6eaf2d5)) --- 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-cli/Perun/Agent.pm | 2 +- perun-core/pom.xml | 2 +- perun-dispatcher/pom.xml | 2 +- perun-engine/pom.xml | 2 +- perun-integration/pom.xml | 2 +- perun-ldapc/pom.xml | 2 +- perun-notification/pom.xml | 2 +- perun-openapi/openapi.yml | 2 +- perun-openapi/pom.xml | 2 +- perun-registrar-lib/pom.xml | 2 +- perun-rpc/pom.xml | 2 +- perun-scim/pom.xml | 2 +- perun-web-gui/pom.xml | 2 +- pom.xml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/perun-auditlogger/pom.xml b/perun-auditlogger/pom.xml index 549a79a276..53ab1137af 100644 --- a/perun-auditlogger/pom.xml +++ b/perun-auditlogger/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 cz.metacentrum.perun diff --git a/perun-auditparser/pom.xml b/perun-auditparser/pom.xml index 03f14a2048..59d690d4a2 100644 --- a/perun-auditparser/pom.xml +++ b/perun-auditparser/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 cz.metacentrum.perun diff --git a/perun-base/pom.xml b/perun-base/pom.xml index 377854dca8..320551ef29 100644 --- a/perun-base/pom.xml +++ b/perun-base/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 cz.metacentrum.perun diff --git a/perun-cabinet/pom.xml b/perun-cabinet/pom.xml index 85c0c857e4..011d6eafa7 100644 --- a/perun-cabinet/pom.xml +++ b/perun-cabinet/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 cz.metacentrum.perun diff --git a/perun-cli-java/pom.xml b/perun-cli-java/pom.xml index 7a8da235be..012f398415 100644 --- a/perun-cli-java/pom.xml +++ b/perun-cli-java/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 cz.metacentrum.perun diff --git a/perun-cli/Perun/Agent.pm b/perun-cli/Perun/Agent.pm index 1e8d0f02c8..e331f22b55 100755 --- a/perun-cli/Perun/Agent.pm +++ b/perun-cli/Perun/Agent.pm @@ -1,5 +1,5 @@ package Perun::Agent; -my $agentVersion = '25.4.3'; +my $agentVersion = '26.0.0'; my $agentVersionMajor; if ($agentVersion !~ /^(\d+)(?{ $agentVersionMajor = $^N })\..*/i) { diff --git a/perun-core/pom.xml b/perun-core/pom.xml index 0864b398a2..ce6803c351 100644 --- a/perun-core/pom.xml +++ b/perun-core/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 cz.metacentrum.perun diff --git a/perun-dispatcher/pom.xml b/perun-dispatcher/pom.xml index 21c01269ac..1368202bc4 100644 --- a/perun-dispatcher/pom.xml +++ b/perun-dispatcher/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 cz.metacentrum.perun diff --git a/perun-engine/pom.xml b/perun-engine/pom.xml index 97e69d08ab..e37578d607 100644 --- a/perun-engine/pom.xml +++ b/perun-engine/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 cz.metacentrum.perun diff --git a/perun-integration/pom.xml b/perun-integration/pom.xml index df24369cac..58c7791156 100644 --- a/perun-integration/pom.xml +++ b/perun-integration/pom.xml @@ -5,7 +5,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 4.0.0 diff --git a/perun-ldapc/pom.xml b/perun-ldapc/pom.xml index 124e395e0d..3a4ebcff5e 100644 --- a/perun-ldapc/pom.xml +++ b/perun-ldapc/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 cz.metacentrum.perun diff --git a/perun-notification/pom.xml b/perun-notification/pom.xml index 25d8676a5f..fde6036552 100644 --- a/perun-notification/pom.xml +++ b/perun-notification/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 cz.metacentrum.perun diff --git a/perun-openapi/openapi.yml b/perun-openapi/openapi.yml index 01d7d2bdb2..3c3078c81f 100644 --- a/perun-openapi/openapi.yml +++ b/perun-openapi/openapi.yml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 25.4.3 + version: 26.0.0 title: Perun RPC API description: Perun Remote Procedure Calls Application Programming Interface contact: diff --git a/perun-openapi/pom.xml b/perun-openapi/pom.xml index 282bef7874..92f741b826 100644 --- a/perun-openapi/pom.xml +++ b/perun-openapi/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 cz.metacentrum.perun diff --git a/perun-registrar-lib/pom.xml b/perun-registrar-lib/pom.xml index e496b99b7e..74e415b3bb 100644 --- a/perun-registrar-lib/pom.xml +++ b/perun-registrar-lib/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 cz.metacentrum.perun diff --git a/perun-rpc/pom.xml b/perun-rpc/pom.xml index f86bfcd153..05e5d5f9eb 100644 --- a/perun-rpc/pom.xml +++ b/perun-rpc/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 cz.metacentrum.perun diff --git a/perun-scim/pom.xml b/perun-scim/pom.xml index e639f48ad1..baf99dce6d 100644 --- a/perun-scim/pom.xml +++ b/perun-scim/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 cz.metacentrum.perun diff --git a/perun-web-gui/pom.xml b/perun-web-gui/pom.xml index 2ebae7434b..f31a3f2a00 100644 --- a/perun-web-gui/pom.xml +++ b/perun-web-gui/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 25.4.3 + 26.0.0 cz.metacentrum.perun diff --git a/pom.xml b/pom.xml index cef4ef64e2..1f6e6044cc 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cz.metacentrum perun - 25.4.3 + 26.0.0 pom