This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
Releases: dpla-attic/automation
Releases · dpla-attic/automation
Release 2.1.4
This would normally be a minor version release (2.2.0) but we've already made a milestone of 2.2.0 for the upgrade of PostgreSQL to 9.4, and the changes in this release need to go in beforehand.
Fixes
- Fix ingestion app Rails environment
- Improve installation instructions
- Add symlink to fix Solr startup error
- Set default port for PSS application
- Install private assets only if requested
Feature
- Allow setting of non-inventory database host
Upgrading
Please note that a required variable has been added to ansible/group_vars/all.dist
. If you don't have it in your ansible/group_vars/all
already, you should add it:
pss_app_port: 8006
Release v2.1.3
- [siteproxy] Add /education redirect (fixes #8088)
Release 2.1.1
Set RAILS_ENV when running Rails 4.x build scripts.
Release 2.1.0
Add settings and variables to pss settings.local.yml.
Release 2.0.0
Version 2. Contains breaking changes versus version 1. Please see the upgrade notes if you have been using version 1.
- Rearrange variables to handle them in a more Ansible-orthodox way, taking advantage of Ansible's variable precedence rules.
- Improve PostgreSQL performance for writes.
- Update configuration of Primary Source Sets app.
- Improve logging of build scripts for Ruby apps.
Release 1.17.3
- Fix ruby bundle installations and upgrades
Release 1.17.2
- In site-proxy Nginx configuration, only add dpla_pss
upstream
when 'cms' group is defined (fixes #117)
Release 1.17.1
- Fix how 'cms' group is handled in pg_hba.conf
v1.17.0
- Add Primary Source Sets application
- Changes for primary source sets to move into staging
- Clean up stale Unicorn files
Release 1.16.0
- Exhibitions: increase exhibitions per page to 100 (fixes #7848)