Releases: karl-cardenas-coding/go-lambda-cleanup
Releases · karl-cardenas-coding/go-lambda-cleanup
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