github-actions
released this
07 Nov 16:05
·
762 commits
to production
since this release
31.0.0 (2023-11-07)
⚠ BREAKING CHANGES
- core: the
ssh-keygen
tool has to be available on instance machines - core: edit new config property perun.mailchange.replyTo and existing perun.mailchange.backupFrom to customize the respective fields of sent emails (from core API).
replyTo
(andreplyToName
) can be defined inperun-registrar-lib.properties
to achieve the same for registrar - core: Method blockServicesOnDestinations does not throw
ServiceAlreadyBannedException anymore.
Features
- core: allow customization of replyTo field of emails (1f20e82)
- core: bulk-up public ssh key validation (64aaa86)
- core: filter by role (84e0ccd)
- engine: pass service name to send/gen script when using generic scripts (7c74749)
Bug Fixes
- 🐛 Fix BBMRIResources registration module possible NullPExc (bfb3e6a)
- 🐛 Use getAllSubgGroups in BBMRIResources reg.module (3fdcffc)
- core: group admin/membership manager should not have rights for verifying users' mail address (53dbe02)
- core: ignore already blocked destination (ad1774d)
- correct attribute references in enabledO365MailForward (c52f15c), closes ST-1168
- deps: update dependency com.google.apis:google-api-services-admin-directory to directory_v1-rev20231005-2.0.0 (bb691b0)
- deps: update dependency commons-cli:commons-cli to v1.6.0 (11c038b)
- deps: update dependency io.swagger:swagger-annotations to v1.6.12 (605aa63)
- deps: update dependency org.json:json to v20231013 [security] (c207e8b)
- deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.17 (6d6b4e5)
- gui: typo in candidate title after param (ae6f8a7)
- registrar: log error on submitted embedded aplications (6587daf)
- registrar: pass registrar session when submitting embedded applications (ce6bb52)
- registrar: transaction for approving multiple applications (369fcd3)