Skip to content

v2.0.14

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 18:29
· 6 commits to main since this release
cf0b25e

⚠️ 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