Releases: abcxyz/pkg
Releases · abcxyz/pkg
v0.3.0
What's Changed
- renderer: support rendering single assets by @sethvargo in #75
- Do not cache Go packages by @sethvargo in #76
- feat: terraform linter that validates against the abcxyz style guide by @bradegler in #77
- Deprecate jwtutil by @sethvargo in #79
- Disable golangci cache by @sethvargo in #80
- Update deps by @sethvargo in #81
- fix: issue when linter finds the end of the file while skipping tokens by @bradegler in #82
- fix: closes #83 issue with comments at end of identity tokens by @bradegler in #85
- fix: fixed unmarshal yaml bug by @capri-xiyue in #88
- feat: added terraform linting for hyphens and provider block ordering. closes #78 by @bradegler in #86
- fix: cleanup terraform lint errors by @bradegler in #89
- Get rid of yaml.v2 by @yolocs in #90
- fix: terraform linter - handled multiple top level attributes. closes #87 by @bradegler in #91
- fix: terraform linter issue with local block by @bradegler in #92
- feat: enabled terraform linter in reusable workflow by @bradegler in #93
- chore: added terraform linting to ci workflow by @bradegler in #94
- Input for golangci linter version to allow for pinning by @pdewilde in #96
- Stop using revive by @sethvargo in #97
- Fix an issue where the HTTP interceptor context isn't propagated by @sethvargo in #98
- Restore renderer method signatures from before changes made to make r… by @pdewilde in #99
- Add package for creating CLIs by @sethvargo in #100
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #63
- Update deps by @sethvargo in #65
- Update CODEOWNERS by @mattrandallbecker in #66
- Use recursive to check format and mark "in automation" by @sethvargo in #67
- add github token for terraform-lint by @verbanicm in #68
- add git creds by @verbanicm in #69
- secrets cant be using in if syntax by @verbanicm in #70
- revert token changes by @verbanicm in #71
- Add some module restrictions by @sethvargo in #72
- Add general purpose HTML and JSON rendering package by @sethvargo in #73
- Update deps by @sethvargo in #74
New Contributors
- @dependabot made their first contribution in #63
- @mattrandallbecker made their first contribution in #66
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- Fix typos that trigger presubmit warnings when imported to google by @drevell in #51
- feat: add a util to check if it's in an integration test by @yolocs in #52
- Move linter config into a file, add new linters by @sethvargo in #50
- fix: added more flexibility to the golang-lint regex for header. by @bradegler in #53
- Do not query metadata server on each interceptor call by @sethvargo in #54
- feat: added Proto conversion util by @capri-xiyue in #56
- timeutil: add helper for printing a duration by @sethvargo in #57
- Expand logging interceptors, move gcputil to a separate package by @sethvargo in #58
- fix terraform lint directories by @verbanicm in #59
- fix terraform lint by @verbanicm in #60
- feat: add UnmarshalYAML to protoutil by @yolocs in #61
New Contributors
- @bradegler made their first contribution in #53
Full Changelog: v0.1.1...v0.1.2