Skip to content

Commit e7acca0

Browse files
chore(release): 27.0.0
## [27.0.0](v26.0.1...v27.0.0) (2023-07-04) ### ⚠ BREAKING CHANGES * **core:** new property 'forceHtmlSanitization' added to the core config * **core:** Updated DB to add "perunadmin" role to the "Master Perun" user. User with proper BA identity must already exist. * **core:** Apache config must be changed to contain "OIDCClaimPrefix AJP_OIDC_CLAIM_" * **core:** new configuration property introspectionEndpoint.mfaAuthTimeoutPercentageForceLogIn ### Features * **cli-python:** add elixir proxy to the list of perun instances for python CLI ([1bed707](1bed707)) * **core:** added tags and attributes to HTML Parser ([12e1de9](12e1de9)) * **core:** give perun user a perunadmin role in DB ([3e1c324](3e1c324)) * **core:** lsaai login policy ([1455c37](1455c37)) * **core:** use percentage property to force MFA log in ([1118be8](1118be8)) * create voPersonExternalAffiliation and forwardedVoPersonExternalAffiliation virtual attributes ([9e3b878](9e3b878)) ### Bug Fixes * **core:** change autoRegistrationEnabled attribute value ([005d39b](005d39b)) * **core:** changed reading of OIDC claims from HTTP headers to request attributes ([f1030ce](f1030ce)) * **core:** fix syntax error in CREATE TABLE auto_registration_groups ([d821513](d821513)) * **core:** periodic update of roles ([7f21778](7f21778)) * **deps:** update dependency org.json:json to v20230618 ([94dfdf8](94dfdf8)) * **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.13 ([2a344a3](2a344a3)) * mark mfaEnforced LDAP attribute as deleted ([058d26c](058d26c))
1 parent b213ba5 commit e7acca0

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>26.0.1</version>
9+
<version>27.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>26.0.1</version>
9+
<version>27.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>26.0.1</version>
9+
<version>27.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>26.0.1</version>
9+
<version>27.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>26.0.1</version>
10+
<version>27.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 = '26.0.1';
2+
my $agentVersion = '27.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>26.0.1</version>
9+
<version>27.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>26.0.1</version>
9+
<version>27.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>26.0.1</version>
9+
<version>27.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>26.0.1</version>
8+
<version>27.0.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)