Skip to content

Releases: karl-cardenas-coding/go-lambda-cleanup

v2.0.19

07 Mar 04:56
c591145

Choose a tag to compare

Changelog

  • c591145 fix: add transparent rate limiting to prevent AWS API throttling (#240)

v2.0.18

16 Feb 02:00
23aff94

Choose a tag to compare

Changelog

  • 9f9f8ad chore: bump actions/checkout from 4 to 5 (#209)
  • 5eda1d5 chore: bump actions/checkout from 5 to 6 (#228)
  • 2e9f678 chore: bump actions/setup-go from 5 to 6 (#220)
  • 9a6f794 chore: bump actions/upload-artifact from 4.6.1 to 4.6.2 (#191)
  • fc76fc2 chore: bump actions/upload-artifact from 4.6.2 to 5.0.0 (#225)
  • b75e91b chore: bump codecov/codecov-action from 5.4.0 to 5.4.2 (#195)
  • 6d8bf43 chore: bump codecov/codecov-action from 5.4.2 to 5.4.3 (#198)
  • 68f2738 chore: bump codecov/codecov-action from 5.4.3 to 5.5.0 (#211)
  • f54dc9a chore: bump codecov/codecov-action from 5.5.0 to 5.5.1 (#219)
  • f8f50b4 chore: bump docker/setup-qemu-action from 3.3.0 to 3.7.0 (#229)
  • 6f0a51a chore: bump github.com/aws/aws-sdk-go-v2 from 1.36.3 to 1.39.2 (#214)
  • a3d2e9f chore: bump github.com/aws/aws-sdk-go-v2/service/lambda (#188)
  • 9e1d0ae chore: bump github.com/testcontainers/testcontainers-go/modules/localstack (#197)
  • 1411530 chore: bump github/codeql-action from 3 to 4 (#226)
  • e001b92 chore: bump golang.org/x/crypto from 0.37.0 to 0.45.0 (#227)
  • 7a7b077 chore: bump golang.org/x/net from 0.35.0 to 0.36.0 (#185)
  • 70c4738 chore: upgrade dependencies (#194)
  • 23aff94 fix: update svu in CI (#233)
  • eb9c7fa fix: upgrade to Go 1.26 (#232)

v2.0.17

03 Mar 02:33
b0f1897

Choose a tag to compare

Changelog

  • 5e301a9 chore: bump actions/upload-artifact from 4.4.3 to 4.5.0 (#165)
  • 7768817 chore: bump actions/upload-artifact from 4.5.0 to 4.6.0 (#167)
  • 597004d chore: bump actions/upload-artifact from 4.6.0 to 4.6.1 (#183)
  • 0c49e5a chore: bump codecov/codecov-action from 5.0.7 to 5.1.2 (#164)
  • b20bf8c chore: bump codecov/codecov-action from 5.1.2 to 5.3.1 (#169)
  • efe8e78 chore: bump codecov/codecov-action from 5.3.1 to 5.4.0 (#182)
  • 381d024 chore: bump docker/setup-qemu-action from 3.2.0 to 3.3.0 (#171)
  • 316e463 chore: bump github.com/aws/aws-sdk-go-v2/service/lambda (#166)
  • 91646d1 chore: bump golangci/golangci-lint-action from 6.1.0 to 6.2.0 (#170)
  • 103eac0 chore: bump golangci/golangci-lint-action from 6.2.0 to 6.5.0 (#181)
  • 0fdc89b ci: CI Prune Logic Fix (#162)
  • b0f1897 fix: go 1.24 upgrade (#184)

v2.0.16

28 Dec 17:17
2d86482

Choose a tag to compare

Changelog

  • 866361e chore(deps): updated dependencies for the month of November
  • 4920922 chore: bump actions/upload-artifact from 4.3.3 to 4.4.3 (#148)
  • b2d6295 chore: bump codecov/codecov-action from 4.6.0 to 5.0.7 (#155)
  • 2d86482 fix: Updated dependencies and added nightly release (#161)

v2.0.15

06 Oct 16:04
0d324f8

Choose a tag to compare

Changelog

v2.0.14

17 Aug 18:29
cf0b25e

Choose a tag to compare

⚠️ Breaking Changes

The release of the Docker images now contains a version prefix v. For example, v2.0.14. Update your CI actions or any scripts that may pull down a version of the Docker image.

Improvements

This release introduces no code change. The primary purpose is to upgrade to Go 1.23. Other changes include:

  • Removed Node.js dependencies.
  • Migrated to Goreleaser
  • Updated deprecated AWS Go SDK functions to non-deprecated functions (Test code)
  • Updated deprecated Localstack functions to non-deprecated functions (Test code)
  • Updated YAML validation to use v3
  • Updated Contribution doc.
  • Updated CI to use Goreleaser.
  • Added GitHub Actions to dependabot checks.
  • Updated Dockerfile to use Go 1.23 and Alpine 3.20

Changelog

v2.0.13

04 May 18:37

Choose a tag to compare

2.0.13 (2024-05-04)

⚠️ Breaking Changes

  • The next release of the Docker images will includfe a version prefix v. For example, v2.0.14. Update your CI actions or any scripts that may pull down a version of the Docker image.

Bug Fixes

v2.0.12

04 Feb 00:05

Choose a tag to compare

2.0.12 (2024-02-04)

Bug Fixes

  • skip alias flag not catching all instances (07c6875)

v2.0.11

27 Nov 03:42

Choose a tag to compare

2.0.11 (2023-11-27)

Bug Fixes

  • updated dependencies, improved coverage, and minor fixes (8e67800)

v2.0.10

03 Nov 22:18

Choose a tag to compare

2.0.10 (2023-11-03)

Bug Fixes