From 113a8b3d78f3f8984435da5b56655d193e569a4e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Oct 2022 10:32:37 +0000 Subject: [PATCH] chore(release): 18.0.1 ## [18.0.1](https://github.com/CESNET/perun/compare/v18.0.0...v18.0.1) (2022-10-13) ### Bug Fixes * **core:** fixed ssh keys validation for keys with prefix ([0afd1e5](https://github.com/CESNET/perun/commit/0afd1e58f5053332f21e61c2cf8ef3a47d0b6600)) * **core:** support mu password manager on test instance ([ce88bc2](https://github.com/CESNET/perun/commit/ce88bc255bc0665d83bcd18bf453c41bc7c9db81)) --- 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 e6be216d5a..4d6a0b77fd 100644 --- a/perun-auditlogger/pom.xml +++ b/perun-auditlogger/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 cz.metacentrum.perun diff --git a/perun-auditparser/pom.xml b/perun-auditparser/pom.xml index 44692b0cc8..c8777d5a00 100644 --- a/perun-auditparser/pom.xml +++ b/perun-auditparser/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 cz.metacentrum.perun diff --git a/perun-base/pom.xml b/perun-base/pom.xml index 75ef507d84..92ea5bc7da 100644 --- a/perun-base/pom.xml +++ b/perun-base/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 cz.metacentrum.perun diff --git a/perun-cabinet/pom.xml b/perun-cabinet/pom.xml index 7a61413e52..72b549e8b3 100644 --- a/perun-cabinet/pom.xml +++ b/perun-cabinet/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 cz.metacentrum.perun diff --git a/perun-cli-java/pom.xml b/perun-cli-java/pom.xml index f49890e40c..27e8aa4ffd 100644 --- a/perun-cli-java/pom.xml +++ b/perun-cli-java/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 cz.metacentrum.perun diff --git a/perun-cli/Perun/Agent.pm b/perun-cli/Perun/Agent.pm index ba00c164dd..e4717f674c 100755 --- a/perun-cli/Perun/Agent.pm +++ b/perun-cli/Perun/Agent.pm @@ -1,5 +1,5 @@ package Perun::Agent; -my $agentVersion = '18.0.0'; +my $agentVersion = '18.0.1'; my $agentVersionMajor; if ($agentVersion !~ /^(\d+)(?{ $agentVersionMajor = $^N })\..*/i) { diff --git a/perun-core/pom.xml b/perun-core/pom.xml index cb6c46ed15..34a6fafec4 100644 --- a/perun-core/pom.xml +++ b/perun-core/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 cz.metacentrum.perun diff --git a/perun-dispatcher/pom.xml b/perun-dispatcher/pom.xml index 52b1b769d8..6b5e77f3a5 100644 --- a/perun-dispatcher/pom.xml +++ b/perun-dispatcher/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 cz.metacentrum.perun diff --git a/perun-engine/pom.xml b/perun-engine/pom.xml index f30bbbd6e7..9cf6bb7e34 100644 --- a/perun-engine/pom.xml +++ b/perun-engine/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 cz.metacentrum.perun diff --git a/perun-integration/pom.xml b/perun-integration/pom.xml index 38e5baf9b0..682aa427cd 100644 --- a/perun-integration/pom.xml +++ b/perun-integration/pom.xml @@ -5,7 +5,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 4.0.0 diff --git a/perun-ldapc/pom.xml b/perun-ldapc/pom.xml index a49bf920a8..70fb505ac8 100644 --- a/perun-ldapc/pom.xml +++ b/perun-ldapc/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 cz.metacentrum.perun diff --git a/perun-notification/pom.xml b/perun-notification/pom.xml index 744209b9b9..df223cee9f 100644 --- a/perun-notification/pom.xml +++ b/perun-notification/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 cz.metacentrum.perun diff --git a/perun-openapi/openapi.yml b/perun-openapi/openapi.yml index e8dbe0eada..8a9527ed31 100644 --- a/perun-openapi/openapi.yml +++ b/perun-openapi/openapi.yml @@ -1,6 +1,6 @@ openapi: 3.0.3 info: - version: 18.0.0 + version: 18.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 e48455f4c4..0dd496f09e 100644 --- a/perun-openapi/pom.xml +++ b/perun-openapi/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 cz.metacentrum.perun diff --git a/perun-registrar-lib/pom.xml b/perun-registrar-lib/pom.xml index f973c2b6ab..6c8c39c9ab 100644 --- a/perun-registrar-lib/pom.xml +++ b/perun-registrar-lib/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 cz.metacentrum.perun diff --git a/perun-rpc/pom.xml b/perun-rpc/pom.xml index a345bcc902..d2e206cf6f 100644 --- a/perun-rpc/pom.xml +++ b/perun-rpc/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 cz.metacentrum.perun diff --git a/perun-scim/pom.xml b/perun-scim/pom.xml index 97edac92bc..ffc984ca84 100644 --- a/perun-scim/pom.xml +++ b/perun-scim/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 cz.metacentrum.perun diff --git a/perun-web-gui/pom.xml b/perun-web-gui/pom.xml index 01b2274b6d..e4fc7a8f5e 100644 --- a/perun-web-gui/pom.xml +++ b/perun-web-gui/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 18.0.0 + 18.0.1 cz.metacentrum.perun diff --git a/pom.xml b/pom.xml index f36d065efd..38a46e0270 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cz.metacentrum perun - 18.0.0 + 18.0.1 pom