Skip to content

Releases: ONSdigital/dp-deployer

Release 1.39.0

31 Oct 14:02
v1.39.0
863fffa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.38.0...v1.39.0

Release 1.38.0

26 Oct 15:50
v1.38.0
b7c15db
Compare
Choose a tag to compare
  • Upgrade go and fix dependencies
  • Make batch deployments wait for a complete job (different from service deployments)

Release 1.37.0

02 Feb 12:11
v1.37.0
ece56fc
Compare
Choose a tag to compare
  • Add support for periodic batch jobs when shipping

Release 1.36.0

18 Jan 13:47
v1.36.0
8b31356
Compare
Choose a tag to compare

Update container base to Ubuntu 20.04

Release 1.35.0

15 Nov 07:10
v1.35.0
7d3d281
Compare
Choose a tag to compare
  • Fix audit
  • Update go compiler to version 19

Release 1.34.0

30 Aug 07:58
v1.34.0
9aa16fe
Compare
Choose a tag to compare

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

01 Aug 11:24
v1.33.0
c4b53cc
Compare
Choose a tag to compare
  • FIX file descriptor leakage
  • fix audit failures
  • update to go 1.18.3

Release 1.32.0

15 Jun 07:58
v1.32.0
eea0a8f
Compare
Choose a tag to compare
  • 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

01 Apr 09:30
v1.31.0
0628ec9
Compare
Choose a tag to compare
  • 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

21 Mar 09:55
83831c3
Compare
Choose a tag to compare
  • bump logging to v2
  • fix a timer-based memory leak