Releases: ONSdigital/dp-deployer
Releases · ONSdigital/dp-deployer
Release 1.39.0
What's Changed
- Attempt to fix static port parsing in nomad plans by @janderson2 in #61
- Add CODEOWNERS file by @sandypadmanabhan in #62
Full Changelog: v1.38.0...v1.39.0
Release 1.38.0
- Upgrade go and fix dependencies
- Make batch deployments wait for a complete job (different from service deployments)
Release 1.37.0
- Add support for periodic batch jobs when shipping
Release 1.36.0
Update container base to Ubuntu 20.04
Release 1.35.0
- Fix audit
- Update go compiler to version 19
Release 1.34.0
Minor fixes:
- stop loggin a token
- correct spelling of environment var in config
- improve some logs to help identify errors
- added in the crypto lib and added lots of debug instrumentation to it, to track down why we were seeing problems with gpg encrypted secrets. Determined that gpg needs to be run with flag --openpgp to maintain backwards compatibility. The embedding of the crypto lib was then removed.
Release 1.33.0
- FIX file descriptor leakage
- fix audit failures
- update to go 1.18.3
Release 1.32.0
- Merge in SQS lib and reduce its spinning with a 500ms delay when no messages processed
- Update healthcheck library for its timeAfter resource leakage fix
- Fix dependabot security alert
Release 1.31.0
- fix to graceful shutdown - now waits for the shutdown goroutine to complete/timeout
- fix to goamz lib (ours adds eu-west-2 as a region)
- fix to tests: prevent the http call to AWS that gets its instance role (the test injects a null transport into the lib, so that the auth request returns false and the test for failed auth succeeds)
Release 1.30.0
- bump logging to v2
- fix a timer-based memory leak