Skip to content

Commit

Permalink
chore(release): 16.0.0
Browse files Browse the repository at this point in the history
# [16.0.0](v15.0.2...v16.0.0) (2022-07-11)

### Bug Fixes

* **cli:** trim whitespaces when printing displayName and commonName ([6cfbae0](6cfbae0))
* **core:** commented validatePassword for lifescienceid ([cbc4515](cbc4515))
* **core:** consents optimization ([9854666](9854666))
* **core:** LSAAI password module validation ([2ce078d](2ce078d))
* **core:** member_group_virt_groupStatus attribute is now initialized ([9f268d1](9f268d1))
* **gui:** properly resize table with application detail ([20962bc](20962bc))
* **gui:** support HTML message property in notification objects ([5fd3678](5fd3678))
* **openapi:** missing atribute RoleManagemnetRules ([cd87ab1](cd87ab1))

### Features

* **cli:** add more getters for (Rich)Member objects ([3fbd269](3fbd269))
* **cli:** OIDC authentication via QR code ([e12fc9a](e12fc9a))
* **cli:** replace old method of getting/setting attribute rights with the new one ([287b85f](287b85f))
* **core:** add optional login in password strength check ([eae0f40](eae0f40))
* **core:** Added consolidator and linker to config ([04e11c8](04e11c8))
* **core:** changes to allow assigning roles to SecurityTeam object ([659f803](659f803))
* **core:** check Role + RoleObject combinations when setting attribute policies ([d952060](d952060))
* **core:** method to retrieve rich resources assigned to facility with selected service assigned ([317a231](317a231))
* **core:** method to retrieve services assigned to resources with selected vo on selected facility ([aa849eb](aa849eb))
* **core:** switch to new attribute rights evaluation ([2812a6b](2812a6b))
* **gui:** disable setting of attribute rights ([5e5fbf1](5e5fbf1))
* **maven:** openAPI Generator updated to version 6.0.1 ([ab63286](ab63286))
* **mvn:** upgrade to Spring Boot 2.7.1 / Spring 5.3.21 ([397a65a](397a65a))
* **openapi:** added method setLogin() to openapi ([6a96a6c](6a96a6c))
* **openapi:** changes to allow assigning roles to SecurityTeam object ([afd0b17](afd0b17))
* **openapi:** method to retrieve rich resources assigned to facility with selected service assigned ([4de0edf](4de0edf))
* **openapi:** method to retrieve services assigned to resources with selected vo on selected facility ([963c4f3](963c4f3))
* **registrar:** prefill login app items with reserved logins ([e1be665](e1be665))

### BREAKING CHANGES

* **core:** properties "consolidator" and "linker" added to the perun-apps-config.yml
* **cli:** removed scripts getAttributeRights, setAttributeRights
* **core:** DB UPDATE
  • Loading branch information
semantic-release-bot committed Jul 11, 2022
1 parent 2d7cb1e commit f307a5b
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion perun-auditlogger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>

<groupId>cz.metacentrum.perun</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-auditparser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>

<groupId>cz.metacentrum.perun</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>

<groupId>cz.metacentrum.perun</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-cabinet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>

<groupId>cz.metacentrum.perun</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-cli-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>

<groupId>cz.metacentrum.perun</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-cli/Perun/Agent.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Perun::Agent;
my $agentVersion = '15.0.2';
my $agentVersion = '16.0.0';
my $agentVersionMajor;
if ($agentVersion !~ /^(\d+)(?{ $agentVersionMajor = $^N })\..*/i)
{
Expand Down
2 changes: 1 addition & 1 deletion perun-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>

<groupId>cz.metacentrum.perun</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-dispatcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>

<groupId>cz.metacentrum.perun</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>

<groupId>cz.metacentrum.perun</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion perun-ldapc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>

<groupId>cz.metacentrum.perun</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-notification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>

<groupId>cz.metacentrum.perun</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-openapi/openapi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.3
info:
version: 15.0.2
version: 16.0.0
title: Perun RPC API
description: Perun Remote Procedure Calls Application Programming Interface
contact:
Expand Down
2 changes: 1 addition & 1 deletion perun-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>

<groupId>cz.metacentrum.perun</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-registrar-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>

<groupId>cz.metacentrum.perun</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>

<groupId>cz.metacentrum.perun</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-scim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>

<groupId>cz.metacentrum.perun</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-web-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>perun</artifactId>
<groupId>cz.metacentrum</groupId>
<version>15.0.2</version>
<version>16.0.0</version>
</parent>

<groupId>cz.metacentrum.perun</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- PERUN -->
<groupId>cz.metacentrum</groupId>
<artifactId>perun</artifactId>
<version>15.0.2</version>
<version>16.0.0</version>
<packaging>pom</packaging>

<!-- Spring Boot Starter Parent as parent project - this project inherits versions of dependencies and plugins -->
Expand Down

0 comments on commit f307a5b

Please sign in to comment.