Skip to content

Commit

Permalink
chore(release): 21.0.0
Browse files Browse the repository at this point in the history
# [21.0.0](v20.0.0...v21.0.0) (2023-01-16)

### Bug Fixes

* **cli:** fixed warning displayed on VSUP instance ([0a84bb9](0a84bb9))
* **core:** fixed a bug where the first day of grace period was not counted as grace period when extending membership ([4c0b884](4c0b884))
* **core:** fixed logging to auditer log when removing attributes ([cc6c046](cc6c046))
* **dep:** fixed JsonFactory for newer version of google-api-services-admin-director ([0476503](0476503))
* **deps:** update dependency com.google.apis:google-api-services-admin-directory to directory_v1-rev20230103-2.0.0 ([65a0aa8](65a0aa8))
* **deps:** update dependency io.swagger:swagger-annotations to v1.6.9 ([5896212](5896212))
* **deps:** update dependency org.jboss.javaee:jboss-jms-api to v1.1.0.20070913080910 ([b81f697](b81f697))
* **deps:** update dependency org.json:json to v20220924 ([ab5dfcc](ab5dfcc))
* **deps:** update dependency org.openapitools:jackson-databind-nullable to v0.2.4 ([465429e](465429e))
* **deps:** update gwtversion to v2.10.0 ([f291744](f291744))
* **gui:** do not build GUI for IE10+ ([b379bf1](b379bf1))
* **openapi:** fixed extra comma in removeUserExtSources ([2811fca](2811fca))
* **openapi:** fixed link in perun-openapi/README ([380ba96](380ba96))
* **python-cli:** fix MFA checking after new login ([54c6a70](54c6a70))
* **registrar:** trim bulk invite csv values ([c3b3529](c3b3529))

### Features

* **cli:** script for fixing member's quotas ([79cad3f](79cad3f))
* **core:** add language param to createSponsoredMember and createSponsoredMembersFromCSV ([8cf6d52](8cf6d52))
* **core:** add new login namespace admin-meta ([a722c6a](a722c6a))
* **core:** application view preferences ([cb30e68](cb30e68))
* **core:** bulk method for removing service from multiple resource ([2b974ea](2b974ea))
* **core:** bulk methods for deleteTaskResultById, addExtSource and removeExtSource ([ecb4b82](ecb4b82))
* **core:** bulk methods for removeSponsor, sponsorMember, removeUserExtSource, removeResourceTagFromResource, assignResourceTagToResource ([83a96b4](83a96b4))
* **core:** bulk methods in CnsentsManager and ServicesManager ([f09fff3](f09fff3))
* **core:** bulk operation ([fcae76e](fcae76e))
* **core:** earliest active last access attribute ([838284a](838284a))
* **core:** filter out outdated user IdP extsource's attributes ([194e43a](194e43a))
* **core:** getGroupDirectMembersCount method ([23ce6b6](23ce6b6))
* **core:** new attribute module for optional login in MU namespace ([b5d81a6](b5d81a6))
* **core:** new method copyMembers ([2e6412d](2e6412d))
* **core:** new role for password reset added ([d4ffc25](d4ffc25))
* **mvn:** updated to Spring Boot 2.7.7 ([f7dbf80](f7dbf80))
* **openapi:** changed default server in openapi.yml to api-dev.perun-aai.org ([bcf5255](bcf5255))
* **openapi:** methods for bulk set role operation added to openapi ([d305b26](d305b26))
* **python-cli:** made Python CLI compatible with Python 3.9 ([09a4095](09a4095))

### BREAKING CHANGES

* **core:** updated ldap scheme
  • Loading branch information
semantic-release-bot committed Jan 16, 2023
1 parent f85448e commit 337dec4
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>20.0.0</version>
<version>21.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>20.0.0</version>
<version>21.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>20.0.0</version>
<version>21.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>20.0.0</version>
<version>21.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>20.0.0</version>
<version>21.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 = '20.0.0';
my $agentVersion = '21.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>20.0.0</version>
<version>21.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>20.0.0</version>
<version>21.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>20.0.0</version>
<version>21.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>20.0.0</version>
<version>21.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>20.0.0</version>
<version>21.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>20.0.0</version>
<version>21.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: 20.0.0
version: 21.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>20.0.0</version>
<version>21.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>20.0.0</version>
<version>21.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>20.0.0</version>
<version>21.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>20.0.0</version>
<version>21.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>20.0.0</version>
<version>21.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>20.0.0</version>
<version>21.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 337dec4

Please sign in to comment.