Skip to content

Update dependency conftest to v0.67.0#205

Open
minchine wants to merge 1 commit intomainfrom
renovate/conftest-0.x
Open

Update dependency conftest to v0.67.0#205
minchine wants to merge 1 commit intomainfrom
renovate/conftest-0.x

Conversation

@minchine
Copy link
Contributor

@minchine minchine commented Oct 30, 2025

This PR contains the following updates:

Package Update Change
conftest minor 0.55.0 -> 0.67.0

Release Notes

open-policy-agent/conftest (conftest)

v0.67.0

Compare Source

Changelog

Bug Fixes
OPA Changes
Other Changes

v0.66.0

Compare Source

Changelog

OPA Changes
Other Changes

v0.65.0

Compare Source

Changelog

New Features
Bug Fixes
OPA Changes
Other Changes

v0.64.0

Compare Source

Changelog

New Features
Bug Fixes
OPA Changes
Other Changes

v0.63.0

Compare Source

Changelog

New Features
Bug Fixes
OPA Changes
Other Changes

v0.62.0

Compare Source

Changelog

OPA Changes
Other Changes

v0.61.2

Compare Source

Changelog

Other Changes

v0.61.1

Compare Source

Changelog

OPA Changes

v0.61.0

Compare Source

Changelog

Bug Fixes
OPA Changes
Other Changes

v0.60.0

Compare Source

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 to v0.

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
OPA Changes
Other Changes

v0.59.0

Compare Source

Announcements

Breaking Changes ⚠️
  • Bump hcl2json - This makes the behavior of the conversion more consistent by always using arrays for blocks that can be repeated. See #​1074 and #​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.

  • 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 to v0.

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
OPA Changes
Other Changes

v0.58.0

Compare Source

Announcements

⚠️ Upcoming Breaking Changes ⚠️

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 #​1074 and #​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.

  • 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 to v0.

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
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
Other Changes

v0.57.0

Compare Source

Announcements

⚠️ Upcoming Breaking Changes ⚠️

In the May 2025 release of conftest, 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.

  • With this release of conftest, users may opt-in to this behavior early by setting the --rego-version flag to v1.
  • 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 to v0.

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
Bug Fixes
OPA Changes
Other Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@minchine minchine added the dependencies Updates dependencies label Oct 30, 2025
@minchine minchine force-pushed the renovate/conftest-0.x branch 3 times, most recently from 3537956 to 25b4d70 Compare November 6, 2025 16:53
@minchine minchine force-pushed the renovate/conftest-0.x branch from 25b4d70 to a535919 Compare November 9, 2025 03:35
@minchine minchine changed the title Update dependency conftest to v0.63.0 Update dependency conftest to v0.64.0 Nov 9, 2025
@minchine minchine force-pushed the renovate/conftest-0.x branch from a535919 to ce0fde4 Compare November 11, 2025 10:16
@minchine minchine force-pushed the renovate/conftest-0.x branch from ce0fde4 to bed35a0 Compare November 27, 2025 04:48
@minchine minchine changed the title Update dependency conftest to v0.64.0 Update dependency conftest to v0.65.0 Nov 27, 2025
@minchine minchine force-pushed the renovate/conftest-0.x branch from bed35a0 to e15f3a5 Compare December 22, 2025 00:57
@minchine minchine changed the title Update dependency conftest to v0.65.0 Update dependency conftest to v0.66.0 Dec 22, 2025
@minchine minchine force-pushed the renovate/conftest-0.x branch from e15f3a5 to 9c781f8 Compare December 23, 2025 15:46
@minchine minchine force-pushed the renovate/conftest-0.x branch 5 times, most recently from 2d5a815 to 8f3d710 Compare January 8, 2026 16:58
@minchine minchine force-pushed the renovate/conftest-0.x branch 2 times, most recently from 7f74b8c to cb145b9 Compare January 13, 2026 21:45
@minchine minchine force-pushed the renovate/conftest-0.x branch 3 times, most recently from 7e804df to b22f430 Compare February 17, 2026 17:51
@minchine minchine changed the title Update dependency conftest to v0.66.0 Update dependency conftest to v0.66.0 - autoclosed Mar 7, 2026
@minchine minchine closed this Mar 7, 2026
@minchine minchine deleted the renovate/conftest-0.x branch March 7, 2026 15:42
@minchine minchine changed the title Update dependency conftest to v0.66.0 - autoclosed Update dependency conftest to v0.66.0 Mar 7, 2026
@minchine minchine reopened this Mar 7, 2026
@minchine minchine force-pushed the renovate/conftest-0.x branch 3 times, most recently from 9ae31ee to 3fd4ed9 Compare March 10, 2026 11:52
@minchine minchine force-pushed the renovate/conftest-0.x branch 3 times, most recently from a3bc97f to e499e0d Compare March 12, 2026 09:08
@minchine minchine force-pushed the renovate/conftest-0.x branch from e499e0d to a4cf938 Compare March 13, 2026 23:48
@minchine minchine changed the title Update dependency conftest to v0.66.0 Update dependency conftest to v0.67.0 Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updates dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants