Skip to content

Releases: eddmann/serverless-fargate

0.0.12

11 Jul 07:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.11...0.0.12

0.0.11

11 Nov 17:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.10...0.0.11

0.0.10

23 Aug 09:28
Compare
Choose a tag to compare

🐛 Resolves an issue with ARN schema validation introduced in 0.0.9 - #27

Full Changelog: 0.0.9...0.0.10

0.0.9

22 Aug 21:57
Compare
Choose a tag to compare

What's Changed

  • Add config to control log retention by @mars-lan in #25
  • add support for dependsOn by @rpgannon in #23
  • [Fix] Allow to use "!GetAtt" function for executionRoleArn & taskRoleArn. by @ruzia in #15

New Contributors

Full Changelog: 0.0.8...0.0.9

0.0.8

25 Jul 17:27
Compare
Choose a tag to compare

Features

  • Added the ability to specify the CPU arch. at both a global and task level (thanks @ruzia for the PR #14!)
  • Added the ability to supply additional CloudFormation properties within compiled resources - this provides a scalable means in which to specify custom configurations such as #17)

0.0.7

27 May 10:23
Compare
Choose a tag to compare

Features

  • Add the ability to supply a custom Cluster name #12 (thanks @gordonwade for the PR!)
  • Add ability to enable/disable CloudWatch Container Insights

Bugfixes

  • Fix new IAM role statements configuration #11

0.0.6

20 Apr 13:42
Compare
Choose a tag to compare

Include provider environment variables within tasks #6

This ensures that provider environment variables are included within the defined tasks. You can optionally still include/over-ride environment variables at the Fargate config. and task level.

Update VPC configuration #7

⚠️ Breaking change!

This aligns the securityGroupIds and subnetIds keys with how Serverless defines them.
It also defaults to using the provider defined VPC configuration if one is present.

0.0.5

13 Apr 12:50
ac1a8a1
Compare
Choose a tag to compare
  • Add custom log group name config.

0.0.4

12 Apr 13:17
Compare
Choose a tag to compare

0.0.3

04 Mar 20:29
Compare
Choose a tag to compare
  • Fix task role generation with no iamRoleStatements