Releases: CESNET/perun-services
Releases · CESNET/perun-services
Release 3.4.0
Changed architecture of all packages to "all", because the packages can be used on all architectures. Updated version numbers of all packages.
Release 3.3.1
- Fixed error code comparison in generic_send script. Now we correctly decide, if service provisioning failed due to an error or just timed out (and is probably running on slave side).
Release 3.3.0
- Use new group-resource attributes in voms service for "vomsRoles" and "vomsGroupName".
- Added alternativeLoginNames param in crm_ceitec service.
- Fixed k5login_root when there are no groups or no valid members in a group.
- Fixed vsup_vema service to update only own entries with 'vmauth' value in TYPPROP column.
- Extended vsup_k4 service with OSB_ID from IFIS system.
- Fixed false deleting of persons in vsup_k4.
- Extended logging and better debug for generic send script.
- Fixed parsing of input file in afs service.
Release 3.2.1
Bugfix release.
Changelog
- send: Removed all calls of exit in ADConnector.pm since its a library
- fs_project: Fix typo in project service
- fs_project: Fix ACL set for owner on directory
Release 3.2.0
Changelog
- Added service to manager root access using yubikeys.
- Fixed logging in group and group_nfs4 services.
- Changed homedir in SafeQ service.
- Updated locking in ad_mu service.
- Fixed AD related services and library.
- Added service for K4 at VŠUP.
- Added new CoS types to VŠUP Zimbra service.
- Sort groups in Tinia services.
- Updated o365 service at MU.
Release 3.1.0
This is the first official release after many years of development without official releases. Because this release contains both GEN scripts for master Perun server and perun-slave scripts for slave machines controlled by Perun, the release number is not linked to versions of .deb or .rpm packages.
Prepared packages for Debian can be installed from a repository. Create the file /etc/apt/sources.list.d/perun.list with the following content:
deb ftp://repo.metacentrum.cz/ all main pilot
deb-src ftp://repo.metacentrum.cz/ all main pilot
Download and install the repo key:
wget -qO - https://raw.githubusercontent.com/CESNET/perun-services/master/perun_repo.asc |apt-key add -
Install needed packages or the package perun-slave-full which installs all packages:
apt update
apt install perun-slave-full