Difference between revisions of "Storage Service 0.19 Release Notes"

From Archivematica
Jump to navigation Jump to search
Line 4: Line 4:
  
 
This release...
 
This release...
 +
 +
== Environments ==
 +
 +
Please see the [https://www.archivematica.org/en/docs/latest/admin-manual/installation-setup/installation/installation/#installation installation instructions].
 +
 +
Storage Service 0.19.0 has been tested in the following environments:
 +
 +
* Ubuntu 18.04 64-bit Server Edition
 +
* CentOS 7 64-bit
 +
 +
Please note that we've dropped support for Ubuntu Linux 16.04 since it reached the end of its five-year LTS window on April 30th 2021. We're planning to add support for Ubuntu 20.04 in the near future.
 +
 +
For development purposes, most of our developers prefer to use Docker containers. These and all above environments are linked from the installation instructions above.
  
 
== Upgrading ==
 
== Upgrading ==

Revision as of 13:48, 25 February 2022

Home > Release Notes > Storage Service 0.19 release notes

  • Release date: 25 Feb 2022

This release...

Environments

Please see the installation instructions.

Storage Service 0.19.0 has been tested in the following environments:

  • Ubuntu 18.04 64-bit Server Edition
  • CentOS 7 64-bit

Please note that we've dropped support for Ubuntu Linux 16.04 since it reached the end of its five-year LTS window on April 30th 2021. We're planning to add support for Ubuntu 20.04 in the near future.

For development purposes, most of our developers prefer to use Docker containers. These and all above environments are linked from the installation instructions above.

Upgrading

  • With the new permission module (see pull request #625 for more), existing users defined in the application database will automatically become administrators when the Django migrations are executed. If your Storage Service is configured with an external authentication backend, you can use SS_AUTH_DEFAULT_USER_ROLE to establish a new default user role for authenticated users or tweak the authentication backend settings to map the user roles according to your needs.

Added

User roles

Users can be associated to one of the following roles or permission sets: administrators, managers, reviewers and readers. Supported authentication backends like LDAP, Shibboleth or CAS include new configuration attributes to promote authenticated users.