Releases: ydataai/aws-asg-tags-lambda
Releases · ydataai/aws-asg-tags-lambda
1.0.0 🤘
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
chore(actions): add missing permissions (#19)
0.1.0.1bdfce3
docs(readme): better documentation
0.1.0.0a3e4e0
chore(actions): fix released action (#18)
Co-authored-by: Luís Portela Afonso luis.portela@ydata.ai
0.1.0.d678c43
Update README.md
0.1.0.4a5ff92
Update README.md
0.1.0.34de7da
docs(readme): rewrite some parts (#17)
- rewrite the english
- update lambda role
0.1.0.cf7304a
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
fix(cloudformation): decode tags if present (#13)
0.1.0.cae2c17
fix(cloudformation): PUT request to terminate lambda