Skip to content

Commit 0f77470

Browse files
chore(release): 26.0.0
## [26.0.0](v25.4.3...v26.0.0) (2023-06-21) ### ⚠ BREAKING CHANGES * **core:** The unit of the config property 'mfaAuthTimeout' has been changed from hours to minutes (for easier testing). * new database table auto_registration_group was created, data from the old table groups_to_register should be migrated into this new table with appropriate relation to form_item_id * edit CoreConfig ### Features * 🎸 add GroupManager::addAdmin for SPREGAPPLICATION ([42ae4e7](42ae4e7)) * allow embedded group form item in group applications ([b4958c6](b4958c6)) * **core:** add logback-journal appender dependency ([31e269d](31e269d)) * **core:** add PROXY role ([80bc612](80bc612)) * **core:** change response status when MFA exception is thrown ([f6f7d73](f6f7d73)) * **core:** default blocked login checker ([574782b](574782b)) * use introspection data saved in request headers for MFA ([b9c8b65](b9c8b65)) ### Bug Fixes * **core:** add member validation into Lifescience password manager upon adding a new member ([9bc7fc0](9bc7fc0)) * **core:** Do not cache LDAP ExtSource ([7da88e8](7da88e8)) * **core:** fix randomly failing test ([dba3212](dba3212)) * **core:** fixed attributes parsing for sql group structure synchronizations ([b1abc36](b1abc36)) * **core:** MFA timeout ([b67c23f](b67c23f)) * **core:** refresh principal roles more effectively ([6345ef6](6345ef6)) * **core:** reworked module for pithia project ([41548da](41548da)) * **core:** updated perunDefaultBlockedLoginChecker ([885fe38](885fe38)) * **deps:** update dependency com.google.apis:google-api-services-admin-directory to directory_v1-rev20230516-2.0.0 ([64a432c](64a432c)) * **deps:** update dependency io.swagger:swagger-annotations to v1.6.11 ([bb1434b](bb1434b)) * **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.12 ([5f5d0e9](5f5d0e9)) * **gui:** fixed cell index for showing VO stats results ([f3cf3db](f3cf3db)) * **gui:** Limit search for managers to vo/group members ([e695b20](e695b20))
1 parent 73b2bcf commit 0f77470

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

perun-auditlogger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>25.4.3</version>
9+
<version>26.0.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-auditparser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>25.4.3</version>
9+
<version>26.0.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>25.4.3</version>
9+
<version>26.0.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-cabinet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>25.4.3</version>
9+
<version>26.0.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-cli-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>perun</artifactId>
99
<groupId>cz.metacentrum</groupId>
10-
<version>25.4.3</version>
10+
<version>26.0.0</version>
1111
</parent>
1212

1313
<groupId>cz.metacentrum.perun</groupId>

perun-cli/Perun/Agent.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package Perun::Agent;
2-
my $agentVersion = '25.4.3';
2+
my $agentVersion = '26.0.0';
33
my $agentVersionMajor;
44
if ($agentVersion !~ /^(\d+)(?{ $agentVersionMajor = $^N })\..*/i)
55
{

perun-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>25.4.3</version>
9+
<version>26.0.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-dispatcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>25.4.3</version>
9+
<version>26.0.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>perun</artifactId>
88
<groupId>cz.metacentrum</groupId>
9-
<version>25.4.3</version>
9+
<version>26.0.0</version>
1010
</parent>
1111

1212
<groupId>cz.metacentrum.perun</groupId>

perun-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>perun</artifactId>
77
<groupId>cz.metacentrum</groupId>
8-
<version>25.4.3</version>
8+
<version>26.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)