Skip to content

Releases: yaorg/gradle-aws-sam-deployer-plugin

v1.6.0

24 Apr 21:47
Compare
Choose a tag to compare
  • Added new flag to deploy tasks logStackOutputs that enables logging of stack outputs after template execution.

v1.5.2

12 Apr 05:31
Compare
Choose a tag to compare
  • Fix bug where depending on how parameters are supplied not found errors could occur because a collection of GString's will return false for contains a String even thought toString() on both are the same.

v1.5.1

12 Apr 01:49
Compare
Choose a tag to compare
  • Add integration test for multi region package and deploy task and fix logic for choosing parameter overrides.

v1.5.0

11 Apr 20:49
Compare
Choose a tag to compare
  • Added new multi-region package and deploy custom task type for multi-region serverless application deploys.

v1.4.1

11 Apr 00:33
Compare
Choose a tag to compare
  • Refactored out deploySam task action logic into service for re-usability since you can't create task objects directly.

v1.4.0

11 Apr 00:08
Compare
Choose a tag to compare
  • Added new custom task type for multi-region sam deploy.

v1.3.1

10 Apr 22:10
Compare
Choose a tag to compare
  • Check for required props at task execution time as to not break builds when on projects that have the plugin applied but not configured

v1.3.0

10 Apr 22:00
Compare
Choose a tag to compare
  • Pass parameters into tasks as input so that custom tasks can be created in projects.

v1.2.2

10 Apr 18:20
Compare
Choose a tag to compare
  • Log the samTemplatePath variable name, not the variable value in log message, when value is null.

v1.2.1

11 Mar 04:08
Compare
Choose a tag to compare
  • Fixed bug where if a user used a SAM template that had a parameter that had a default value, but did not not define a parameter overrides map the plugin NPE'd. The Map is now initialized as empty.