Skip to content

Releases: getsocial-rnd/ecs-drain-lambda

v1.0.9

16 Mar 11:40
70fcdac
Compare
Choose a tag to compare

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

27 Dec 16:02
f90897a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

25 Mar 14:22
Compare
Choose a tag to compare
  • Disable CGO #12
  • Update AWS/Lambda SDK

v1.0.6

01 Mar 21:14
Compare
Choose a tag to compare

Update go version and dependencies

v1.0.5

30 May 21:48
Compare
Choose a tag to compare
  • Update dependencies
  • Use go 1.18.x

v1.0.4

19 Feb 18:49
Compare
Choose a tag to compare
  • Update regexp to fetch ECS_CLUSTER=xxxx #8 and add tests #9
  • Update dependencies

v1.0.3

25 Mar 16:47
Compare
Choose a tag to compare
  • Update dependencies
  • Fix error when ListTasks returns no running tasks

v1.0.2

30 Nov 20:39
58890e6
Compare
Choose a tag to compare

Changelog

58890e6 Release binary with goreleaser (#7)

Improve draining for tasks in DEACTIVATING state

21 May 15:00
Compare
Choose a tag to compare
  • Use ListTasks and DescribeTasks to get a list of running tasks
    instead of relying on RunningTasksCount to be able
    to handle better tasks in DEACTIVATING, DEPROVISIONING, etc. states

  • Update dependencies