Releases: BerkeleyLibrary/archivesspace
v4.1.1-3 AP-630 _toolbar view
What's Changed
- Ap 630 generate pdf by @davezuckerman in #16
using Aspace 4.1.1 resources/_toolbar.html.erb view as override file. Previous commit was using a newer aspace version of the view which broke the PDF export for resources
Full Changelog: 4.1.1-2...4.1.1-3
v4.1.1-2 AP-609 override resources toolbar view template
Override the toolbar view template for resources so the numbered_cs option is defaulted to true when exporting EAD resources
v4.1.1-1 Adds incremental versioning and new header logos
adds incremental versioning
adds new header logos
v4.1.1: Upgrades to ASpace v4.1.1
What's Changed
- DP-2130: Updates ASpace to v4.1.1 by @danschmidt5189 in #8. This requires upgrading to Solr9 (see the ASpace 4.x release notes). The included compose.yml file has been upgraded to work with Solr9/ASpace4.
Full Changelog: 3.3.1...4.1.1
3.3.1: Backfills the ASpace v3.3.1 release
v3.3.1-ucblib-rc4
Adds material_types plugin. This is built in to the image
v3.3.1-ucblib-rc3 » Fixes PDF generation
DP-706 (bugfix): Fixes PDF generation by giving the application user a home directory.
ArchivesSpace uses the FOP PDF generation library, which needs to be able to write to either ~/.fop or ${approot}/.fop. The latter is not writeable for security reasons (the app user can only write to /opt/app/data), and the former was previously not writeable because the app user's homedir did not exist.
v3.3.1-ucblib-rc2 » Adds Berkeley Branding Support
- Adds custom branding support (logo, alt text, and welcome messaging) configured via ENV flags.
- Bakes Bancroft/non-Bancroft logos into the image. This way you don't have to mount them.
- Bakes the customized config.rb into the image; same reasoning.
- Simplifies the configuration structure within the repository (everything is now nestled under
./files).
v3.3.1-ucblib-rc1 » Berkeley LIbrary Initial Dockerized Release
This is the first released image version for the Berkeley Library's Dockerized ArchivesSpace v3.3.1 instance.