Skip to content

Commit

Permalink
chore(release): 14.0.0
Browse files Browse the repository at this point in the history
# [14.0.0](v13.0.1...v14.0.0) (2022-06-08)

### Bug Fixes

* **cli:** don't require PERUN_OIDC_CONFIG variable if not used ([4909d71](4909d71))
* **core:** allow null memberOrganizations ([24b6fc5](24b6fc5))
* **core:** fix executing of right to getMembersPage method ([9a036fd](9a036fd))
* **core:** fixed filtering of applications ([4d3fd28](4d3fd28))
* **core:** fixed typo in unscoped einfra login ([1b79058](1b79058))
* **core:** isAllowedGroupToHierarchicalVo return type ([4e2eada](4e2eada))
* **core:** rename lsaai pwd manager ([b0703c0](b0703c0))
* removed unnecessary quotes in systemd units ([a6169ef](a6169ef))

### Features

* **cli:** support multiple OIDC configurations ([be5dcf4](be5dcf4))
* **core:** add force property to anonymizeUsers method ([dc7d69b](dc7d69b))
* **core:** add new attributes to Perun initialization ([fd80845](fd80845))
* **core:** allow observer roles on operand group to create union ([ad06953](ad06953))
* **core:** get groups allowed to be included in parent VO ([6485055](6485055))
* **core:** include groups to groups in parent VOs ([f3d1a5d](f3d1a5d))
* **core:** include note when creating sponsored members ([6409dd8](6409dd8))
* **core:** mark groups allowed to be included in parent vo ([2571619](2571619))
* **core:** module for unscoped login attributes ([20ed6c2](20ed6c2))
* **core:** remove redundant filterExpiredMembers parameter ([3a525af](3a525af))
* **core:** set memberOrganizations attribute when directly adding members to parent VO ([90ad1cf](90ad1cf))
* **core:** virt member attribute module mails ([1256703](1256703))
* **mvn:** upgrade to Spring Boot 2.6.8 / Spring 5.3.20 ([78168a1](78168a1))
* **mvn:** upgrade to Spring Boot 2.7.0 ([57f9104](57f9104))
* **openapi:** updated OpenAPI Generator to 6.0.0 ([eaf55d7](eaf55d7))
* **registrar:** list and map application form item ([3c4c882](3c4c882))

### BREAKING CHANGES

* **openapi:** the previously unnamed schema in GraphDTOResponse was named GraphDTO,
and the previously unnamed enum for Owner types was named OwnerType, so code
generated by OpenAPI Generator for response type of operations
getAttributeModulesDependenciesGraphText and getAttributeModulesDependenciesForAttributeGraphText
and enum generated for Owner types will change their names
* **core:** LDAP schema needs to be updated.
* **cli:** config file oidc_config.yml changed, see sample_oidc_config.yml
* **core:** removed filterExpiredMembers parameter in getData methods
* **core:** Update db
  • Loading branch information
semantic-release-bot committed Jun 8, 2022
1 parent b30da86 commit e5f8789
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>13.0.1</version>
<version>14.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>13.0.1</version>
<version>14.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>13.0.1</version>
<version>14.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>13.0.1</version>
<version>14.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>13.0.1</version>
<version>14.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 = '13.0.1';
my $agentVersion = '14.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>13.0.1</version>
<version>14.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>13.0.1</version>
<version>14.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>13.0.1</version>
<version>14.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>13.0.1</version>
<version>14.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>13.0.1</version>
<version>14.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>13.0.1</version>
<version>14.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: 13.0.1
version: 14.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>13.0.1</version>
<version>14.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>13.0.1</version>
<version>14.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>13.0.1</version>
<version>14.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>13.0.1</version>
<version>14.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>13.0.1</version>
<version>14.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>13.0.1</version>
<version>14.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 e5f8789

Please sign in to comment.