Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Releases: duke-libraries/dul-hydra

v4.12.5

11 Mar 19:49
103c876
Compare
Choose a tag to compare

Changes

  • Address bootstrap-sass security vulnerability.
  • Upgrade ruby from v2.3.1 to v2.3.8 to satisfy dependency of patched bootstrap-sass code.

v4.12.4

04 Mar 13:20
Compare
Choose a tag to compare

Changes

v4.12.3

02 Jan 13:56
1497b61
Compare
Choose a tag to compare

Changes

  • Upgrade rails to address activejob security vulnerability.

v4.12.2

26 Nov 13:24
1dc5dd4
Compare
Choose a tag to compare

Changes

  • Upgrade rack dependency to address security vulnerability.

v4.12.1

05 Nov 21:07
88abb25
Compare
Choose a tag to compare

Changes

  • Upgrade loofah dependency to address security vulnerability.

v4.12.0

30 Oct 21:16
Compare
Choose a tag to compare

Changes

  • StandardIngest now supports selectable base paths.

Upgrade Notes

  • config/standard_ingest.yml is no longer in version control since it contains deployment-specific file paths. config/standard_ingest.yml.sample has been added to version control. Deployment scripts should be revised as needed to leave config/standard_ingest.yml undisturbed.

v4.11.0

23 Jul 13:42
Compare
Choose a tag to compare

Changes

  • Clean up and refactor configuration files.
  • Replace custom coding for environment variables with figaro.
  • Add collection creation date column to collection summary report.

Upgrade Steps

  • Move config/local_env.yml to config/application.yml.
  • Add environment variables (required) for
    • DDR_ADMIN_DB_PASS
    • FEDORA_ADMIN_PASS

v4.10.1

23 Jul 13:17
b6aa32e
Compare
Choose a tag to compare
DulHydra v4.10.1

v4.10.0

18 Jun 15:30
Compare
Choose a tag to compare

Changes

  • Add :research_help_contact to list of user editable admin metadata fields; DDR-1444.
  • Address various security vulnerabilities in dependencies.
  • Refactor filename matching to match on entire filename except extension; DDR-1442.
  • Fix bug where publication jobs were not sending emails at completion or failure; DDR-1447.
  • Make the All Fields search actually search all the fields, including two new fields created for Duke Chapel metadata enhancements. Closes DDR-1475.
  • Removes log4r dependency. 
  • Added passenger gem to production group

v4.9.3

14 Mar 14:54
Compare
Choose a tag to compare

Changes

  • Removes blank option from admin set edit control.
  • Replaces identifier in object summary view with local id.
  • Addresses security vulnerabilities in dependencies.