Skip to content

Commit

Permalink
chore(release): 20.0.0
Browse files Browse the repository at this point in the history
# [20.0.0](v19.2.0...v20.0.0) (2022-12-09)

### Bug Fixes

* **core:** check password strength in right order ([3583f73](3583f73))
* **core:** correctly set default date to BanOnVo/Resource/Facility when the 'validityTo' attribute is null ([6130d83](6130d83))
* **core:** fixed authorization in getAssignedGroups(resource,member) ([2b42915](2b42915))
* **core:** fixed search for publications in OBD from ZČU ([7f4e0de](7f4e0de))
* **core:** remove duplicate combinations of facility-service-destinations, while assuring other duplicates won't happen ([8dd98d4](8dd98d4))
* **gui:** removed hardcoded shongo login namespace ([c19b350](c19b350))
* **openapi:** EnrichedBanOnResource ban name ([ea68284](ea68284))
* **openapi:** Fix getBansForResource param name ([651b62a](651b62a))
* **registrar:** unable members without expiration to submit extension app ([91c273a](91c273a))

### Features

* **core:** add virt attribute isBanned for Facility ([af4437c](af4437c))
* **core:** Anonymization attribute created ([ab0a72f](ab0a72f))
* **core:** Enriched bans on facility ([d76b5bb](d76b5bb))
* **core:** Enriched Bans On Vo ([f321d00](f321d00))
* **core:** filter audit messages by event type ([e575a67](e575a67))
* **core:** make roles receiving notifications configurable ([dfefbfd](dfefbfd))
* **core:** perform some password strength checks locally for mu ([25a7952](25a7952))
* **core:** return enriched bans on resource ([31369dd](31369dd))
* **core:** update ban on Vo ([527b998](527b998))
* extended the getPerunOidcConfig method to be able to return one of multiple stored OidConfigs + extended the CLI script ([e677f96](e677f96))
* **mvn:** updated Spring Boot to 2.7.6 ([9558636](9558636))
* **python-cli:** added MFA support to python CLI ([0fd3a7b](0fd3a7b))
* **python-cli:** python CLI reimplemented to support OIDC ([74770d8](74770d8))
* **python-cli:** separated rpc and cli in python ([a2e2531](a2e2531))
* **registrar:** allow bulk invitations ([bc15a2e](bc15a2e))

### BREAKING CHANGES

* **core:** db update
* changes to perun-oidc-config.yml config file
* **core:** db update
  • Loading branch information
semantic-release-bot committed Dec 9, 2022
1 parent b0fe4ae commit 03471e8
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>19.2.0</version>
<version>20.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>19.2.0</version>
<version>20.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>19.2.0</version>
<version>20.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>19.2.0</version>
<version>20.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>19.2.0</version>
<version>20.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 = '19.2.0';
my $agentVersion = '20.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>19.2.0</version>
<version>20.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>19.2.0</version>
<version>20.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>19.2.0</version>
<version>20.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>19.2.0</version>
<version>20.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>19.2.0</version>
<version>20.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>19.2.0</version>
<version>20.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: 19.2.0
version: 20.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>19.2.0</version>
<version>20.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>19.2.0</version>
<version>20.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>19.2.0</version>
<version>20.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>19.2.0</version>
<version>20.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>19.2.0</version>
<version>20.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>19.2.0</version>
<version>20.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 03471e8

Please sign in to comment.