From 671a7fe5362c9d35d963fd622ed6b0ca499ac972 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Jan 2023 11:15:59 +0000 Subject: [PATCH] chore(release): 21.0.3 ## [21.0.3](https://github.com/CESNET/perun/compare/v21.0.2...v21.0.3) (2023-01-24) ### Bug Fixes * **core:** fixed sending emails in batches to MSMTP ([740f7da](https://github.com/CESNET/perun/commit/740f7da7ee593d84edbd268bc16fc77184d568d7)) * **core:** load all roles for service principal if not part of dontlookup config ([b0de489](https://github.com/CESNET/perun/commit/b0de48950a193ec06d923ef7827b2227a1ae80b9)) * **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.8 ([9152d0d](https://github.com/CESNET/perun/commit/9152d0d1086f4d886a4d6528e5a35e5568a5bf47)) * **registrar:** fix policies for enabling/disabling group notifications ([593694e](https://github.com/CESNET/perun/commit/593694e7d50065d40a9282050a384a980c9d2837)) --- 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 1875873501..171cb9567c 100644 --- a/perun-auditlogger/pom.xml +++ b/perun-auditlogger/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 cz.metacentrum.perun diff --git a/perun-auditparser/pom.xml b/perun-auditparser/pom.xml index c25c350857..e0a5f8977b 100644 --- a/perun-auditparser/pom.xml +++ b/perun-auditparser/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 cz.metacentrum.perun diff --git a/perun-base/pom.xml b/perun-base/pom.xml index aa424858a9..ad10c58a3d 100644 --- a/perun-base/pom.xml +++ b/perun-base/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 cz.metacentrum.perun diff --git a/perun-cabinet/pom.xml b/perun-cabinet/pom.xml index 56f47712ec..d760f4cc54 100644 --- a/perun-cabinet/pom.xml +++ b/perun-cabinet/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 cz.metacentrum.perun diff --git a/perun-cli-java/pom.xml b/perun-cli-java/pom.xml index b4ab7b15f6..c459c6af30 100644 --- a/perun-cli-java/pom.xml +++ b/perun-cli-java/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 cz.metacentrum.perun diff --git a/perun-cli/Perun/Agent.pm b/perun-cli/Perun/Agent.pm index bc5b01ed24..905a81714e 100755 --- a/perun-cli/Perun/Agent.pm +++ b/perun-cli/Perun/Agent.pm @@ -1,5 +1,5 @@ package Perun::Agent; -my $agentVersion = '21.0.2'; +my $agentVersion = '21.0.3'; my $agentVersionMajor; if ($agentVersion !~ /^(\d+)(?{ $agentVersionMajor = $^N })\..*/i) { diff --git a/perun-core/pom.xml b/perun-core/pom.xml index 16a8f5d0e5..3680a646ba 100644 --- a/perun-core/pom.xml +++ b/perun-core/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 cz.metacentrum.perun diff --git a/perun-dispatcher/pom.xml b/perun-dispatcher/pom.xml index 7dca29e6b7..ce470f70a2 100644 --- a/perun-dispatcher/pom.xml +++ b/perun-dispatcher/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 cz.metacentrum.perun diff --git a/perun-engine/pom.xml b/perun-engine/pom.xml index 2c954e16ac..7aaa1e9b1f 100644 --- a/perun-engine/pom.xml +++ b/perun-engine/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 cz.metacentrum.perun diff --git a/perun-integration/pom.xml b/perun-integration/pom.xml index a483bec0d4..b4e17d74a2 100644 --- a/perun-integration/pom.xml +++ b/perun-integration/pom.xml @@ -5,7 +5,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 4.0.0 diff --git a/perun-ldapc/pom.xml b/perun-ldapc/pom.xml index b01f3065dd..083c701642 100644 --- a/perun-ldapc/pom.xml +++ b/perun-ldapc/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 cz.metacentrum.perun diff --git a/perun-notification/pom.xml b/perun-notification/pom.xml index 42d132e9ac..ede268612e 100644 --- a/perun-notification/pom.xml +++ b/perun-notification/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 cz.metacentrum.perun diff --git a/perun-openapi/openapi.yml b/perun-openapi/openapi.yml index 616bf9c007..e475b568ee 100644 --- a/perun-openapi/openapi.yml +++ b/perun-openapi/openapi.yml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 21.0.2 + version: 21.0.3 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 c4ad4ff505..9470de2bbf 100644 --- a/perun-openapi/pom.xml +++ b/perun-openapi/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 cz.metacentrum.perun diff --git a/perun-registrar-lib/pom.xml b/perun-registrar-lib/pom.xml index 585ba5be09..87a4ca9212 100644 --- a/perun-registrar-lib/pom.xml +++ b/perun-registrar-lib/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 cz.metacentrum.perun diff --git a/perun-rpc/pom.xml b/perun-rpc/pom.xml index a64a54b8b3..2d4545edf5 100644 --- a/perun-rpc/pom.xml +++ b/perun-rpc/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 cz.metacentrum.perun diff --git a/perun-scim/pom.xml b/perun-scim/pom.xml index 7ad0495eaa..035d7f6d93 100644 --- a/perun-scim/pom.xml +++ b/perun-scim/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 cz.metacentrum.perun diff --git a/perun-web-gui/pom.xml b/perun-web-gui/pom.xml index eb39b20378..f13027fe66 100644 --- a/perun-web-gui/pom.xml +++ b/perun-web-gui/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 21.0.2 + 21.0.3 cz.metacentrum.perun diff --git a/pom.xml b/pom.xml index b90be47375..f95f93db1d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cz.metacentrum perun - 21.0.2 + 21.0.3 pom