Update dependency open-policy-agent/conftest to v0.59.0 #395
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.57.0
->v0.59.0
Release Notes
open-policy-agent/conftest (open-policy-agent/conftest)
v0.59.0
Compare Source
Changelog
New Features
21e1163
: feat: add pre-commit hook support (#1077) (@thevilledev)OPA Changes
eac6f5e
: build(deps): bump github.com/open-policy-agent/opa from 1.2.0 to 1.3.0 (#1092) (@dependabot[bot])Other Changes
813f329
: build(deps): bump cuelang.org/go from 0.12.0 to 0.12.1 (#1094) (@dependabot[bot])45bf533
: build(deps): bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0 (#1089) (@dependabot[bot])19f1eaf
: build(deps): bump github.com/magiconair/properties from 1.8.9 to 1.8.10 (#1097) (@dependabot[bot])a20159b
: build(deps): bump github.com/moby/buildkit from 0.20.0 to 0.20.1 (#1083) (@dependabot[bot])32aac49
: build(deps): bump github.com/moby/buildkit from 0.20.1 to 0.20.2 (#1091) (@dependabot[bot])1b1ce3a
: build(deps): bump golang from 1.24.0-alpine to 1.24.1-alpine (#1086) (@dependabot[bot])cb88a17
: build(deps): bump golang from 1.24.1-alpine to 1.24.2-alpine (#1096) (@dependabot[bot])8c8b13f
: ci: Remove PR workflow access to all permissions from GITHUB_TOKEN (#1088) (@jalseth)688c88f
: deps: Bump hcl2json to v0.6.7 (#1074) (@jalseth)e9612c3
: refactor(ci): replace Makefile-based Docker builds with GitHub Action (#1082) (@Amamgbu)v0.58.0
Compare Source
Announcements
In the v0.59 release of conftest (in April 2025), we will bump the
hcl2json
library which is used by the HCL2 parser. This makes the behavior of the conversion more consistent by always using arrays for blocks that can be repeated. See https://github.com/open-policy-agent/conftest/pull/1074 and https://github.com/open-policy-agent/conftest/issues/1006 for more info.ℹ️ Breaking Changes Reminder ℹ️
In the v0.60 release of conftest (in May 2025), we will change the default version of Rego syntax from v0 to v1. This will be a breaking change if your Rego policies are not compatible with the v1 syntax.
import rego.v1
to the policy.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
4154949
: feat(test): Enable inter-query cache (#1073) (@jalseth)d62aa8d
: feat: add --absolute-paths flag to pull command (#1078) (@thevilledev)Bug Fixes
4435c65
: fix: Conftest can now successfully load files using a file URL (e.g.,file:///C:/path/to/data.yaml
) on windows (#999) (@pckvcode)OPA Changes
6424545
: build(deps): bump github.com/open-policy-agent/opa from 1.1.0 to 1.2.0 (#1080) (@dependabot[bot])Other Changes
8e0fdf2
: build(deps): bump alpine from 3.21.2 to 3.21.3 (#1072) (@dependabot[bot])6cb9d19
: build(deps): bump github.com/moby/buildkit from 0.19.0 to 0.20.0 (#1076) (@dependabot[bot])43264f4
: build(deps): bump golang from 1.23.6-alpine to 1.24.0-alpine (#1071) (@dependabot[bot])155cd3c
: chore: Change empty interface{} to any throughout the codebase (#1057) (@jalseth)278f735
: chore: Update all examples to OPA V1 syntax (#1058) (@jalseth)39bd5fc
: ci: Revert "replace Makefile-based Docker builds with GitHub Action… (#1075)" (#1081) (@jalseth)854183b
: refactor(ci): replace Makefile-based Docker builds with GitHub Action… (#1075) (@Amamgbu)cdd65ba
: refactor(output): Add CheckResults type and helpers (#1063) (@jalseth)Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.