Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 16:17
9efbe98

v2.2.0 - 2025-01-23

  • ci-and-build: Migrate to latest changie config, which should eliminate problems with go mod.
    Go modules seem to have issue in vendored supporting files having emoji in the file name.
    This will no longer occur with latest config.
  • ci-and-build: Add goreleaser config for releasing library, eliminating the need to chain multiple commands together.
    Now, push an updated changelog file by using the changie-trigger-release, merge that PR, and and the release workflow will release and tag.
  • ci-and-build: Remove vendor directory to support go work usage, which isolates the mage/build automation from the SBOM generation for the library.
  • new-product-feature: added simple caching for access tokens
  • new-product-feature: Add Azure authentication
  • dependencies: Maintenance release due to updated dependencies.

Released by GoReleaser.