Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 16:28
· 23 commits to main since this release
6e259e9

New Features

Breaking Changes

  • --format option became the sub-command option (plan and delete).
    • ecrm --format xxx plan ... does not work. Use ecrm plan --format xxx instead.
  • When ecrm runs as a lambda handler, delete --force is disabled by default. To set the flag, ECRM_FORCE=true environment variable.

What's Changed

update dependencies

  • Bump github.com/Songmu/prompter from 0.5.0 to 0.5.1 by @dependabot in #29
  • Bump github.com/google/go-containerregistry from 0.16.1 to 0.20.0 by @dependabot in #28
  • Bump the aws-sdk-go-v2 group with 5 updates by @dependabot in #25
  • Bump github.com/aws/aws-lambda-go from 1.32.0 to 1.47.0 by @dependabot in #27
  • Bump github.com/fatih/color from 1.13.0 to 1.17.0 by @dependabot in #26
  • Bump goreleaser/goreleaser-action from 2 to 6 by @dependabot in #24
  • Bump actions/checkout from 3 to 4 by @dependabot in #23
  • Bump github.com/samber/lo from 1.26.0 to 1.47.0 by @dependabot in #38
  • Bump github.com/fujiwara/logutils from 1.1.0 to 1.1.2 by @dependabot in #35
  • Bump github.com/k1LoW/duration from 1.1.0 to 1.2.0 by @dependabot in #33
  • Bump the aws-sdk-go-v2 group across 1 directory with 5 updates by @dependabot in #47

New Contributors

Full Changelog: v0.4.0...v0.5.0