-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update open-policy-agent/conftest to v0.58.0 #49
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This PR contains the following updates:
v0.57.0
->v0.58.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-policy-agent/conftest (open-policy-agent/conftest)
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.
--rego-version
flag tov1
.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 - At any time (no schedule defined), 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.