Changelog
Fixes
- 8de09c7: fix: rely on AWS SDK error propagation for missing credentials (@mkubaczyk)
Chore
- 24fa1e9: chore(build): add github summary to goreleaser and build jobs (@mkubaczyk)
- a857cf9: chore(build): do not run tests on push, rely on build workflow executing them instead (@mkubaczyk)
- 4a3823a: chore(ci): add autogenerated release notes with goreleases (@mkubaczyk)
- e5632c3: chore(ci): fix build skipped on push to master (@mkubaczyk)
- 28f7f23: chore(ci): run commitlint together with tests (@mkubaczyk)
- 0544f2d: chore(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0 (@dependabot[bot])
Others
- 28e3140: Add installing eyaml to tests execution (@mkubaczyk)
- bb7fa18: Build Docker image for both 3.x and 4.x helm versions, with 4.x being latest now (@mkubaczyk)
- 3947542: Do not run test pipeline separately; use --verify flag only for helm 4.x (@mkubaczyk)
- dca3b11: Fix Dockerfile for helm 3.x; update README.md on docker image tags available (@mkubaczyk)
- 4f35049: Fix eyaml tests (@mkubaczyk)
- 9843ce8: Move tests to GHA, optimize Docker build, reduce release process steps (@mkubaczyk)
- 987272f: doc: update the README (@luisdavim)