From 0125fcf8792ca49202dcd911f4f00443434d5391 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Aug 2022 10:48:12 +0000 Subject: [PATCH] chore(release): 17.0.1 ## [17.0.1](https://github.com/CESNET/perun/compare/v17.0.0...v17.0.1) (2022-08-17) ### Bug Fixes * **core:** allow null domain in brand check ([226fb70](https://github.com/CESNET/perun/commit/226fb703199a72562a4982d281d2f79acb530bf4)) --- 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 e8eecf7f22..e246b9b14a 100644 --- a/perun-auditlogger/pom.xml +++ b/perun-auditlogger/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 cz.metacentrum.perun diff --git a/perun-auditparser/pom.xml b/perun-auditparser/pom.xml index 81eb826bd2..bbcb8bc90c 100644 --- a/perun-auditparser/pom.xml +++ b/perun-auditparser/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 cz.metacentrum.perun diff --git a/perun-base/pom.xml b/perun-base/pom.xml index 0f53fc3028..e72b69ac35 100644 --- a/perun-base/pom.xml +++ b/perun-base/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 cz.metacentrum.perun diff --git a/perun-cabinet/pom.xml b/perun-cabinet/pom.xml index bced354b7b..889d8ca837 100644 --- a/perun-cabinet/pom.xml +++ b/perun-cabinet/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 cz.metacentrum.perun diff --git a/perun-cli-java/pom.xml b/perun-cli-java/pom.xml index 12b0205ae4..42584be2af 100644 --- a/perun-cli-java/pom.xml +++ b/perun-cli-java/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 cz.metacentrum.perun diff --git a/perun-cli/Perun/Agent.pm b/perun-cli/Perun/Agent.pm index f3cb1a37dc..cd2cb8e8ca 100755 --- a/perun-cli/Perun/Agent.pm +++ b/perun-cli/Perun/Agent.pm @@ -1,5 +1,5 @@ package Perun::Agent; -my $agentVersion = '17.0.0'; +my $agentVersion = '17.0.1'; my $agentVersionMajor; if ($agentVersion !~ /^(\d+)(?{ $agentVersionMajor = $^N })\..*/i) { diff --git a/perun-core/pom.xml b/perun-core/pom.xml index f82446e51f..780ca278dc 100644 --- a/perun-core/pom.xml +++ b/perun-core/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 cz.metacentrum.perun diff --git a/perun-dispatcher/pom.xml b/perun-dispatcher/pom.xml index 5c8af60100..3cccf63fda 100644 --- a/perun-dispatcher/pom.xml +++ b/perun-dispatcher/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 cz.metacentrum.perun diff --git a/perun-engine/pom.xml b/perun-engine/pom.xml index 00926d9c9b..84f8f00f31 100644 --- a/perun-engine/pom.xml +++ b/perun-engine/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 cz.metacentrum.perun diff --git a/perun-integration/pom.xml b/perun-integration/pom.xml index 3248989078..c17c0bb5ef 100644 --- a/perun-integration/pom.xml +++ b/perun-integration/pom.xml @@ -5,7 +5,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 4.0.0 diff --git a/perun-ldapc/pom.xml b/perun-ldapc/pom.xml index 2781685f6e..e457ac06ef 100644 --- a/perun-ldapc/pom.xml +++ b/perun-ldapc/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 cz.metacentrum.perun diff --git a/perun-notification/pom.xml b/perun-notification/pom.xml index 47d63ae16e..e4551427a1 100644 --- a/perun-notification/pom.xml +++ b/perun-notification/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 cz.metacentrum.perun diff --git a/perun-openapi/openapi.yml b/perun-openapi/openapi.yml index aefe23f39b..35c35d1de5 100644 --- a/perun-openapi/openapi.yml +++ b/perun-openapi/openapi.yml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 17.0.0 + version: 17.0.1 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 cb15704abb..c78f6cd1f8 100644 --- a/perun-openapi/pom.xml +++ b/perun-openapi/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 cz.metacentrum.perun diff --git a/perun-registrar-lib/pom.xml b/perun-registrar-lib/pom.xml index 7461f63893..67b494f4ea 100644 --- a/perun-registrar-lib/pom.xml +++ b/perun-registrar-lib/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 cz.metacentrum.perun diff --git a/perun-rpc/pom.xml b/perun-rpc/pom.xml index 3aa8e79990..0d013e451a 100644 --- a/perun-rpc/pom.xml +++ b/perun-rpc/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 cz.metacentrum.perun diff --git a/perun-scim/pom.xml b/perun-scim/pom.xml index df4bf0e696..ca567b8ad3 100644 --- a/perun-scim/pom.xml +++ b/perun-scim/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 cz.metacentrum.perun diff --git a/perun-web-gui/pom.xml b/perun-web-gui/pom.xml index 2f15eb9522..bd6c4c45a0 100644 --- a/perun-web-gui/pom.xml +++ b/perun-web-gui/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 17.0.0 + 17.0.1 cz.metacentrum.perun diff --git a/pom.xml b/pom.xml index 9c6d047271..55c9c8409e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cz.metacentrum perun - 17.0.0 + 17.0.1 pom