This patch release fixes a bug found since v0.34.0 as well as it bumps the OPA dependency to the v1.5.1 patch also released today. While Regal's own policies were not affected by the regression in walk
, custom linter rules could very well be.
- OPA v1.5.0 -> v1.5.1
- Go 1.23 -> 1.24
- Fix false positive in sprintf-arguments-mismatch when the
%-*s
pattern was used for padding.
Changelog
- b5ce411: Go 1.23 -> 1.24 (#1573) (@anderseknert)
- aed72f0: Fix deprecated notices in .goreleaser.yaml (#1570) (@anderseknert)
- be86c30: build(deps): bump ossf/scorecard-action in the dependencies group (#1576) (@dependabot[bot])
- 0c605cc: fix: consider padding pattern in sprintf-arguments-mismatch (#1575) (@anderseknert)
- 72f0510: [create-pull-request] automated change (#1577) (@github-actions[bot])
- 72fb730: docs: Update to allow better regal docs generation (#1578) (@charlieegan3)
- af14e8d: deps: Revert 47c70f0 tablewriter changes (#1579) (@charlieegan3)
- 31284f0: docs: Update typo in link (#1581) (@charlieegan3)
- f4e4bc3: OPA v1.5.1 and some perf tweaks (#1580) (@anderseknert)