Releases: sul-dlss/preservation_catalog
Releases · sul-dlss/preservation_catalog
Use correct part audit class for IBM endpoint, misc maintenance and tech debt
new archive endpoint, docker-compose for local dev, checksum retrieval endpoint, dep updates, etc
- set up deployment tasks to support 3rd archive endpoint (second amazon endpoint). also requires configuration to be present in shared_configs (done as of this release note) (#1213)
- use docker-compose to setup local dev dependencies (#1204)
- checksum retrieval endpoint (618a3ec 763aa10)
- lots of misc dependency updates
- test refinements
- increase zip cache cleanup timeout (09ffdfd)
- link tmp/pids in deployment config (fb78329)
- upgrade dor-workflow-client (19d61f9)
- travis build fix (9f6cb3b)
etc: v1.9.0...v1.10.0
refined temp zip cleanup logic
refines the find
command that's used to clean up stale zips from temp space to determine cleanup eligibility based on the age of the md5 files generated after zip creation, and not on the zips themselves.
dependency updates
just a couple of auto-generated dependency updates
v1.8.0
- Refactor
ChecksumValidator
(7a86706) - Update dependencies (04b8f9c, fc7e817, 08128aa, e9e94f6, da74a9c, b8aba37)
- Update build matrix (e132c7c)
- Delay
resque-pool
restart to smooth out deployments (9ca0b85) - Update user agent header to fix failing test (f151eaf)
- Add IBM cloud provider for vendor diversity (e6d9399)
v1.7.0
Infrastructure Maintenance WorkCycle:
- MoabReplicationAuditJob updates archive timestamp a68bea8
- ZipPart uses ZMV's version (instead of CompleteMoab's) when creating DruidVersionZip instance, fixes s3_key naming. f848a5f
- Update Dependencies fd2966e
- Turn On Honey Badger Errors 69ae2b1
- Convert MoabReplicationAuditJob to use PartReplicationAuditJob f44af0e
Bug fix to crontab entry
- Use absolute path to cache cleanup log (4196efa)