Announcements
⚠️ Breaking Changes ⚠️
We have set the default version of Rego syntax to v1. This is a breaking change if your Rego policies are not compatible with the v1 syntax.
- Individual policies can be updated gradually, by adding
import rego.v1
to the policy. - The
rego-version
flag will remain available indefinitely, and users who do not wish to update their Rego policies can continue to use v0 syntax by setting this flag tov0
.
For more information about upgrading to Rego v1 syntax, see the upstream docs at https://www.openpolicyagent.org/docs/latest/v0-upgrade/.
Changelog
New Features
- 06658d4: feat(output): redirect trace output to stderr (#1084) (@thevilledev)
- 18a0f14: feat(runner): add support for symlinks (#1098) (@siliconsheep)
OPA Changes
- 2797c99: build(deps): bump github.com/open-policy-agent/opa from 1.3.0 to 1.4.1 (#1113) (@dependabot[bot])
Other Changes
- 67a3c3e: build(deps): bump actions/setup-go from 4 to 5 (#1102) (@dependabot[bot])
- 609490f: build(deps): bump bats-core/bats-action from 1.5.4 to 3.0.1 (#1104) (@dependabot[bot])
- 9e56924: build(deps): bump github.com/google/go-jsonnet from 0.20.0 to 0.21.0 (#1120) (@dependabot[bot])
- 5ea0446: build(deps): bump github.com/moby/buildkit from 0.20.2 to 0.21.0 (#1101) (@dependabot[bot])
- 21a73eb: build(deps): bump github.com/moby/buildkit from 0.21.0 to 0.21.1 (#1111) (@dependabot[bot])
- b3d0491: build(deps): bump golangci/golangci-lint-action from 6 to 7 (#1103) (@dependabot[bot])
- e894c43: build(deps): bump golangci/golangci-lint-action from 7 to 8 (#1119) (@dependabot[bot])
- 3ae2e78: chore: Update Github Actions via Dependabot (#1100) (@mrueg)
- 4c5e5f5: ci: Move docker build to separate job in the PR workflow (#1105) (@jalseth)
- 3907482: cli: Make Rego v1 syntax the default (#1114) (@jalseth)