Skip to content

Releases: CESNET/perun

Release v3.19.2

25 Mar 20:25
v3.19.2
c6a0714
Compare
Choose a tag to compare
Release 3.19.2

- Fixed check in member o365 email addresses attribute.

Release v3.20.0

24 Mar 11:59
v3.20.0
ec915ba
Compare
Choose a tag to compare
Release 3.20.0

- Added backend support for pagination and sorting for VO
  members. Its not yet used by frontend.
- Support sending notifications to users when some identity
  is associated or removed from their account in perun.
- Added checkPasswordStrength() to API, because we want
  to delegate strength check to backend for each namespace.
- Changed behavior for o365 attribute modules at MU.
- Removed local implementation of password strength check for MU.
- Method getUsersByAttribute() authorization has changed.
- Added methods getRichUsersByIds() and
  getRichUsersWithAttributesByIds() to API.
- Added getMembersCout(status) to OpenAPI and other fixes for it.
- Reduced debug logs in perun-auditlogger.

Release v3.19.1

24 Mar 12:33
v3.19.1
d6f03f1
Compare
Choose a tag to compare
Release 3.19.1

- Updated o365 email attribute modules
  to work with Kyklop at MU.
- Fixes for OpenAPI.

Release v3.19.0

10 Mar 19:19
v3.19.0
4f33fae
Compare
Choose a tag to compare
Release 3.19.0

- Fixed password generation process when creating
  sponsored members.
- Support sponsoring members with accounts in other
  namespaces than MU or without namespace. New config
  file is required for this!
- Support adding new sponsored members created from CSV
  to selected groups or newly created group.
- Delete destination once its removed from
  the last facility/service.
- Use insert/delete returning for VO.
- Updated OpenAPI generator version.
- Added getAssignedResourcesByAssignedService().
- Added getRichMembersByIds().
- Fixed getRichUsersFromListOfUsers().
- New attribute module for UUID in reseracher-acces namespace.
- Fixed re-scheduling of WAITING tasks.
- Auditlogger for Kibana now stores whole message, including
  timestamp and original actor.
- Added UUID to CLI definition for User and RichUser.

Release v3.18.2

01 Mar 08:26
v3.18.2
6c37ab0
Compare
Choose a tag to compare
Release 3.18.2

- Add UUID to CLI objects User and RichUser.

Release v3.18.1

22 Feb 13:20
v3.18.1
0267f8d
Compare
Choose a tag to compare
Release 3.18.1

- Generate password for new sponsored accounts
  if gui provides empty password and sendActivationLink
  param is set to true.
  It is because MU backend requires non-empty password
  when generating an account.

Release v3.18.0

22 Feb 12:00
v3.18.0
e1ea4c7
Compare
Choose a tag to compare
Release 3.18.0

CORE / API

- Attribute modules are registered for audit message
  listening only if they exists (are used).
- Check password strength for MU namespace at backend
  and password reset GUI.
- Check input for addHost() and addDestination() to prevent
  remote script execution.
- Allow to set custom messages for automatic
  application rejection.
- Fixed audit messaages ResourceDeleted, HostAddedToFacility
  and HostRemovedFromFacility.
- Added modules for logins at researcher-access instance.
- Added Owners to the EnrichedFacility
- Update Spring Boot 2.4.3 / Spring 5.3.4.
- Update Postgres docker image for tests to 13.2.

CLI

- Added tool moveMembership (for perun admins).
- Added tool getApplicationById (for support).
- Fixed tools for Host deletion.

Release v3.17.1

16 Feb 13:08
v3.17.1
d5d68e8
Compare
Choose a tag to compare
Release 3.17.1

- Added Researcher Access attribute modules.
- Require stronger passwords for MU namespace.

Release v3.17.0

08 Feb 14:09
v3.17.0
9028f4e
Compare
Choose a tag to compare
Release 3.17.0

- This version contains DB changes!
- Running tests now requires Docker.

Changes
-------

- We now test Perun only against Postgres DB,
  support for HSQLDB was removed. Docker is
  required to run the tests.
- Fixed re-inicialization of JMS.
- Fixed generating Umbrella ID.
- Stopped generating West-Life ID.
- Added method to anonymize user
  (an alternative to deletion).
- Fixed OpenAPI definition.
- Added getAssignedUsers() for facility
  to CLI API.

Release v3.16.1

02 Feb 09:49
v3.16.1
d902c64
Compare
Choose a tag to compare
Release 3.16.1

- Fixed DB version in postgres.sql used
  when installing new perun instance.
- Added getAssignedUsers() to CLI API.
- Fixed umbrella ID / login value resolving.