From f66a5b22f8e3257fdb398226b52ff330ce96c3ba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Jul 2023 07:35:06 +0000 Subject: [PATCH] chore(release): 27.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [27.1.0](https://github.com/CESNET/perun/compare/v27.0.1...v27.1.0) (2023-07-20) ### ⚠ BREAKING CHANGES * **core:** new configuration property 'mail.smtp.from' * **core:** Remove all user identities for "https://idp-cert.e-infra.cz/idp/" IdP (ExtSource). * **core:** do not create certificate IdP identity for e-INFRA CZ ([9f9fcb8](https://github.com/CESNET/perun/commit/9f9fcb8dede291d5e8d1a8e9d5e66b81918a9a11)) ### New features and notable changes * **core:** added 'mail.smtp.from' to configuration file ([b328846](https://github.com/CESNET/perun/commit/b3288464c6ccba6c6fccfe16c7477f8bb79e323b)) * **core:** virtual attribute for eligibilities ([76bd8c7](https://github.com/CESNET/perun/commit/76bd8c7a777dcaed89c5872be85bd75f77727b0f)) --- 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 c37733cdbe..93aa6e43d4 100644 --- a/perun-auditlogger/pom.xml +++ b/perun-auditlogger/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 cz.metacentrum.perun diff --git a/perun-auditparser/pom.xml b/perun-auditparser/pom.xml index 46c927a0aa..4bb16e27f2 100644 --- a/perun-auditparser/pom.xml +++ b/perun-auditparser/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 cz.metacentrum.perun diff --git a/perun-base/pom.xml b/perun-base/pom.xml index 663f96b256..cc34b6a223 100644 --- a/perun-base/pom.xml +++ b/perun-base/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 cz.metacentrum.perun diff --git a/perun-cabinet/pom.xml b/perun-cabinet/pom.xml index 9adc83abc8..a10105b1c6 100644 --- a/perun-cabinet/pom.xml +++ b/perun-cabinet/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 cz.metacentrum.perun diff --git a/perun-cli-java/pom.xml b/perun-cli-java/pom.xml index d7f4f2dcef..8ef8d35eb8 100644 --- a/perun-cli-java/pom.xml +++ b/perun-cli-java/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 cz.metacentrum.perun diff --git a/perun-cli/Perun/Agent.pm b/perun-cli/Perun/Agent.pm index ba4d3d98d2..c3e2a29564 100755 --- a/perun-cli/Perun/Agent.pm +++ b/perun-cli/Perun/Agent.pm @@ -1,5 +1,5 @@ package Perun::Agent; -my $agentVersion = '27.0.1'; +my $agentVersion = '27.1.0'; my $agentVersionMajor; if ($agentVersion !~ /^(\d+)(?{ $agentVersionMajor = $^N })\..*/i) { diff --git a/perun-core/pom.xml b/perun-core/pom.xml index 998f2874b2..198870d331 100644 --- a/perun-core/pom.xml +++ b/perun-core/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 cz.metacentrum.perun diff --git a/perun-dispatcher/pom.xml b/perun-dispatcher/pom.xml index bfe763139e..bbbbf4073e 100644 --- a/perun-dispatcher/pom.xml +++ b/perun-dispatcher/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 cz.metacentrum.perun diff --git a/perun-engine/pom.xml b/perun-engine/pom.xml index b703acc5e9..539111076f 100644 --- a/perun-engine/pom.xml +++ b/perun-engine/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 cz.metacentrum.perun diff --git a/perun-integration/pom.xml b/perun-integration/pom.xml index 5ee4be8868..8955fbbad5 100644 --- a/perun-integration/pom.xml +++ b/perun-integration/pom.xml @@ -5,7 +5,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 4.0.0 diff --git a/perun-ldapc/pom.xml b/perun-ldapc/pom.xml index b0aed19ab4..7b30b5edb7 100644 --- a/perun-ldapc/pom.xml +++ b/perun-ldapc/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 cz.metacentrum.perun diff --git a/perun-notification/pom.xml b/perun-notification/pom.xml index 99cb721baf..301f462ada 100644 --- a/perun-notification/pom.xml +++ b/perun-notification/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 cz.metacentrum.perun diff --git a/perun-openapi/openapi.yml b/perun-openapi/openapi.yml index fbd8404714..71ecb90717 100644 --- a/perun-openapi/openapi.yml +++ b/perun-openapi/openapi.yml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 27.0.1 + version: 27.1.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 e4792a83a9..3760761ebd 100644 --- a/perun-openapi/pom.xml +++ b/perun-openapi/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 cz.metacentrum.perun diff --git a/perun-registrar-lib/pom.xml b/perun-registrar-lib/pom.xml index ab899183fb..ed3f5365ae 100644 --- a/perun-registrar-lib/pom.xml +++ b/perun-registrar-lib/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 cz.metacentrum.perun diff --git a/perun-rpc/pom.xml b/perun-rpc/pom.xml index a89f2bd3fe..48148cc370 100644 --- a/perun-rpc/pom.xml +++ b/perun-rpc/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 cz.metacentrum.perun diff --git a/perun-scim/pom.xml b/perun-scim/pom.xml index e56ca0695f..16823c35df 100644 --- a/perun-scim/pom.xml +++ b/perun-scim/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 cz.metacentrum.perun diff --git a/perun-web-gui/pom.xml b/perun-web-gui/pom.xml index d481fa3f73..32e6a97f1f 100644 --- a/perun-web-gui/pom.xml +++ b/perun-web-gui/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 27.0.1 + 27.1.0 cz.metacentrum.perun diff --git a/pom.xml b/pom.xml index 44ede4d04c..60f5bb0c60 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cz.metacentrum perun - 27.0.1 + 27.1.0 pom