Skip to content

Releases: developmentseed/kes

v2.2.8

Choose a tag to compare

@markdboyd markdboyd released this 04 Apr 18:16
a052ede
  • Changed utils.determineKesClass() to throw errors when Kes class override files are found, but cannot be loaded
  • Added utils.loadKesOverride() to attempt loading all Kes class override files

v2.2.7

Choose a tag to compare

@markdboyd markdboyd released this 03 Apr 15:19
d115750
  • fix a bug where Kes class overrides were not picked up. #70

v2.2.6

Choose a tag to compare

@scisco scisco released this 10 Dec 19:43
449b418
  • fix how p-retry handles exceptions
  • add ifEquals and ifNotEquals helpers to handlerbar

v2.2.5

Choose a tag to compare

@scisco scisco released this 18 Oct 16:32
a79237d
  • Add support for arbitrary parameters in the API Gateway methods
  • retry CF describe calls for five times if the request is throttled

v2.2.4

Choose a tag to compare

@scisco scisco released this 18 Oct 16:32
9424e5d
  • Add support for .zip file as source

v2.2.3

Choose a tag to compare

@scisco scisco released this 27 Jul 18:39
f567536
  • Fix a bug where corrupt zip files were created and uploaded to S3 when the source file didn't exist

v2.2.1

Choose a tag to compare

@scisco scisco released this 14 May 15:03
05c4d95
  • fix a bug where config.bucket was set as object when the config did not include a string

v2.2.0

Choose a tag to compare

@scisco scisco released this 09 May 20:23
47957f1
  • show proper logs when the template merging fails due to a yaml error
  • a new flag --showOutputs will show the output of a CloudFormation template
  • add cloudformation delete functionality
  • support system_bucket as the variable for for holding the bucket name used in deployment

v2.1.1

Choose a tag to compare

@scisco scisco released this 08 Feb 21:32
171226e
  • fix a bug where uploaded lambda file was corrupted due to race condition
  • add lambda name to zip file

v2.1.0

Choose a tag to compare

@scisco scisco released this 05 Feb 21:23
022e27a
  • add support for nested cloudformation templates