Skip to content

Releases: ydataai/aws-asg-tags-lambda

1.0.0 🤘

01 Jul 10:10
2cedff3
Compare
Choose a tag to compare

What's Changed

  • chore(pipelines): initial setup by @portellaa in #2
  • chore(pipelines): fix access token for cancel previous by @portellaa in #6
  • feat: ASG Tag lambda function by @portellaa in #7
  • chore(pipelines): fix docker registries path by @portellaa in #8
  • fix(dockerfile): remove copy of Tests folder by @portellaa in #9
  • feat(tags): make them optional and propagateAtLaunch by @portellaa in #10
  • fix(docker): push to AWS private ECR by @portellaa in #11
  • fix(tags): decode bool from a string by @portellaa in #12
  • fix(cloudformation): decode tags if present by @portellaa in #13
  • fix(logging): add logs to terminate CloudFormation request by @portellaa in #14
  • feat(cfn-response): always send an id if not provided by @portellaa in #15
  • feat(event): do not create/update tags during delete by @portellaa in #16
  • docs(readme): rewrite some parts by @portellaa in #17
  • chore(actions): fix released action by @andre-lx in #18
  • chore(actions): add missing permissions by @andre-lx in #19

New Contributors

Full Changelog: 0.0.0...1.0.0

0.1.0.2cedff3

01 Jul 10:01
2cedff3
Compare
Choose a tag to compare
0.1.0.2cedff3 Pre-release
Pre-release

chore(actions): add missing permissions (#19)

0.1.0.1bdfce3

30 Jun 16:24
1bdfce3
Compare
Choose a tag to compare
0.1.0.1bdfce3 Pre-release
Pre-release

docs(readme): better documentation

0.1.0.0a3e4e0

30 Jun 16:11
0a3e4e0
Compare
Choose a tag to compare
0.1.0.0a3e4e0 Pre-release
Pre-release

chore(actions): fix released action (#18)

Co-authored-by: Luís Portela Afonso luis.portela@ydata.ai

0.1.0.d678c43

28 Jun 10:34
d678c43
Compare
Choose a tag to compare
0.1.0.d678c43 Pre-release
Pre-release

Update README.md

0.1.0.4a5ff92

28 Jun 10:35
4a5ff92
Compare
Choose a tag to compare
0.1.0.4a5ff92 Pre-release
Pre-release

Update README.md

0.1.0.34de7da

25 Jun 12:45
34de7da
Compare
Choose a tag to compare
0.1.0.34de7da Pre-release
Pre-release

docs(readme): rewrite some parts (#17)

  • rewrite the english
  • update lambda role

0.1.0.cf7304a

24 Jun 19:06
cf7304a
Compare
Choose a tag to compare
0.1.0.cf7304a Pre-release
Pre-release

feat(event): do not create/update tags during delete (#16)

  • process event requestType to not run when delete
  • add taints example to documentation
  • add examples with multiple tags combination
  • add docker tag documentation

0.1.0.cc0963a

24 Jun 10:49
cc0963a
Compare
Choose a tag to compare
0.1.0.cc0963a Pre-release
Pre-release

fix(cloudformation): decode tags if present (#13)

0.1.0.cae2c17

24 Jun 12:17
cae2c17
Compare
Choose a tag to compare
0.1.0.cae2c17 Pre-release
Pre-release

fix(cloudformation): PUT request to terminate lambda