Releases: karl-cardenas-coding/go-lambda-cleanup
Releases · karl-cardenas-coding/go-lambda-cleanup
v2.0.19
v2.0.18
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
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
v2.0.15
v2.0.14
⚠️ 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