Releases: telia-oss/sidecred
Releases · telia-oss/sidecred
v0.14.0
What's Changed
- Add github:dependabot store by @matthiasbruns in #79
New Contributors
- @matthiasbruns made their first contribution in #79 🥳
Full Changelog: v0.13.0...v0.14.0
v0.13.0
v0.12.0
This release fixes a bug in the config validation, which would cause a runtime failure when using list:
in your config (see #69 for details). The binary is now also built using Go 1.17 and released with Goreleaser 1.3.1.
Changelog
- b022128 Merge pull request #74 from telia-oss/remove-deprecated-linters
- 7897f36 Merge pull request #73 from telia-oss/fix-goreleaser
- 938749f Remove linters that will be deprecated (soon)
- 28d01de Fix multiple binaries in goreleaser archives
- 8511e4e Update goreleaser version to v1.3.1
- b97c6f6 Merge pull request #72 from telia-oss/add-linter
- 562197d (chore) Fix misspell findings
- 284a9eb (chore) Fix gocritic findings
- 81cc21d (chore) Fix findings from exhaustive
- 3b968cd (chore) Fix errorlint findings
- b163e47 (chore) Fix errcheck findings
- 661e505 (chore) Format code using gofumpt
- 559f199 (chore) Sort imports using gci
- ca30bd8 Add golangci-lint
- c18b821 Merge pull request #71 from telia-oss/update-go-build-directive
- 61b6983 Upgrade to go 1.17 and go mod tidy
- fbc81df Format YAML files
- 4743b2f Fix build directives
- 6be4381 Fix flatten to avoid mutating config on validation (#70)