Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Releases: MeltwaterArchive/lighter

0.16.0

31 Aug 07:29
Compare
Choose a tag to compare
  • Adding default datadog-tag: source:lighter and user defined tags (#42)
  • Added datadog metric so the number of deployments can be counted (#43)

0.15.1

01 Jul 09:14
Compare
Choose a tag to compare
  • Improved error message when a list index override doesn't exist (#37)

0.15.0

15 Jun 11:03
Compare
Choose a tag to compare
  • Adding Marathon appid as Docker container label so that the Datadog agent can pick it up as a metrics tag

0.14.1

09 Jun 14:09
Compare
Choose a tag to compare
  • Don't warn for unencrypted key id patterns like AWS_ACCESS_KEY_ID

0.14.0

31 Mar 08:52
Compare
Choose a tag to compare
  • Support version range syntax in the regular version: for more intuitive version specifications. This deprecates but doesn't remove the resolve: tag (#35)

0.13.0

22 Mar 10:45
Compare
Choose a tag to compare
  • Added support for deep merge and json serialization for env vars (#34)
  • Fixed issue when env vars are parsed as non-strings (#34, #33)

0.12.2

21 Mar 09:14
Compare
Choose a tag to compare
  • Increased timeout since Bintray fails to respond within 1 seconds

0.12.1

18 Mar 13:42
Compare
Choose a tag to compare
  • Fixed response parsing with registry:2 which returns a custom content-type instead of application/json

0.12.0

24 Feb 12:49
Compare
Choose a tag to compare
  • Lighter now exits with an error if calls to Marathon fails (#32)

0.11.0

19 Feb 08:50
Compare
Choose a tag to compare
  • Raise an error at verification time for encrypted env vars that are not valid shell identifiers. This avoids runtime errors when the decryption fails because the decrypted env var can't be exported