Skip to content

Releases: cythral/cfn-build-tasks

v0.5.4

09 Dec 17:45
6eadbc0
Compare
Choose a tag to compare

Fixes an issue where the AWS::CloudFormation::Stack::TemplateURL property was using an S3 URL instead of an HTTPS S3 URL.

v0.5.3

09 Dec 01:29
c7abfed
Compare
Choose a tag to compare

Adds AWS::CloudFormation::Stack::TemplateURL to the list of packable properties.

v0.5.2

12 Aug 02:25
c450527
Compare
Choose a tag to compare
  • Includes 3rd Party Dependency Updates Only

v0.5.1

10 May 17:48
d9b4faf
Compare
Choose a tag to compare
  • Includes 3rd Party Dependency Updates Only

v0.5.0

24 Feb 17:29
7d5244e
Compare
Choose a tag to compare

This release introduces a task for getting stack output values.

v0.4.2

30 Dec 19:23
2ea8ed0
Compare
Choose a tag to compare

This release fixes an issue that resulting in package failure if templates did not have a metadata section.

v0.4.1

30 Dec 18:58
9afc6b6
Compare
Choose a tag to compare

This release introduces the following:

  • Fixes an issue where non-URL safe characters were being added to sha256 sums (including '/' and '+'). If multiple '/' were present at the beginning of the object key, CloudFormation would be denied access to the object.
  • Upgrades the project to use .NET SDK 5.0.101 and MSBuild 16.8.

v0.4.0

07 Dec 18:44
605e6bb
Compare
Choose a tag to compare

This release upgrades the project to .NET 5.

v0.3.2

03 Dec 18:02
98a65e7
Compare
Choose a tag to compare

This fixes an issue where SAM metadata for ReadmeUrl and LicenseUrl were not being packaged.

v0.3.1

26 Nov 19:40
dfe841f
Compare
Choose a tag to compare

This fixes an issue with stack status detection once deleting the stack is complete.