Releases: getsocial-rnd/ecs-drain-lambda
Releases · getsocial-rnd/ecs-drain-lambda
v1.0.9
What's Changed
- Update module github.com/aws/aws-sdk-go to v1.51.1 by @renovate in #22
- Update actions/checkout action to v4 by @renovate in #24
- Update goreleaser/goreleaser-action action to v5 by @renovate in #26
- Update actions/setup-go action to v5 by @renovate in #25
- Update module github.com/aws/aws-lambda-go to v1.46.0 by @renovate in #21
- always test on stable version by @taraspos in #27
New Contributors
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Update to provided.al2 runtime by @drocco007 in #16
- README: mention the terraform module by @nabeken in #14
- allow compiling for alternative architectures by @jlambert121 in #17
- Bump golang.org/x/net from 0.8.0 to 0.17.0 by @dependabot in #18
- dependencies update by @trane9991 in #19
New Contributors
- @drocco007 made their first contribution in #16
- @jlambert121 made their first contribution in #17
- @dependabot made their first contribution in #18
Full Changelog: v1.0.7...v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
Improve draining for tasks in DEACTIVATING state
-
Use
ListTasks
andDescribeTasks
to get a list of running tasks
instead of relying onRunningTasksCount
to be able
to handle better tasks inDEACTIVATING
,DEPROVISIONING
, etc. states -
Update dependencies