Release v5.2.0-hifis1
-
CITATION.cff-
Version number -
Release date -
Check upstream version number in references
-
-
Create release notes
Release notes
This release updates the Helmholtz RSD to v5.2.0.
Attention The release updates Postgres from 15 to 17. Perform the database upgrade as follows:
- Create a database backup
- Stop the database container and delete the volume
- Start the new database container
- Restore the backup
This release requires a database migration:
Incoming changes from upstream v5.1.0
This is version 5.1.0 of the Research Software Directory as a service. This release contains a single update:
- Update of the Postgres database from 15.13 to 17.6
This version does not requires an migration of the content of the database. For completeness an empty migration script can be found here: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/5.0.0-to-5.1.0.sql
Note that an update of the database itself is needed!
- See https://www.postgresql.org/docs/17/upgrading.html on how to upgrade.
Features
- Update of the Postgres database from 15.13 to 17.6
- add info on Postgres in database documentation (f6b3124)
Incoming changes from upstream v5.2.0
This is version 5.2.0 of the Research Software Directory as a service. This release contains several new features and a bug fix:
- added support for Bioconductor as a package manager
- added support for Codeberg as a repository platform
- improved the project metadata overview to include categories
- fixed the release workflow of the RSD itself
This version requires a update to the database. The migration script can be found here: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/5.1.0-to-5.2.0.sql
Bug Fixes
- run release workflow on all types of commits (6c0c723)