Skip to content

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

v2.0.16

28 Dec 17:17
2d86482
Compare
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
Compare
Choose a tag to compare

Changelog

v2.0.14

17 Aug 18:29
cf0b25e
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

2.0.10 (2023-11-03)

Bug Fixes

v2.0.9

03 Nov 22:08
Compare
Choose a tag to compare

2.0.9 (2023-11-03)

Bug Fixes

v2.0.8

21 Jul 02:49
Compare
Choose a tag to compare

2.0.8 (2023-07-21)

Bug Fixes

  • updated dependencies and fixed version bug (#98) (e289209)

v2.0.7

06 Jun 01:39
Compare
Choose a tag to compare

2.0.7 (2023-06-06)

Bug Fixes