Path to this page:
./
devel/conftest,
Tests structured configuration data via OPA Rego query language
Branch: CURRENT,
Version: 0.56.0,
Package name: conftest-0.56.0,
Maintainer: leotConftest helps you write tests against structured configuration data.
Using Conftest you can write tests for your Kubernetes configuration,
Tekton pipeline definitions, Terraform code, Serverless configs or any
other config files.
Conftest uses the Rego language from Open Policy Agent for writing the
assertions.
Master sites:
Filesize: 150.539 KB
Version history: (Expand)
- (2024-10-20) Updated to version: conftest-0.56.0
- (2024-09-06) Updated to version: conftest-0.55.0nb2
- (2024-08-11) Updated to version: conftest-0.55.0nb1
- (2024-07-28) Updated to version: conftest-0.55.0
- (2024-07-17) Updated to version: conftest-0.54.0
- (2024-07-03) Updated to version: conftest-0.52.0nb3
CVS history: (Expand)
2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | |
Log message:
Revbump all Go packages after go121 update
|
2024-03-24 19:48:59 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
conftest: Update to 0.50.0
Changes:
v0.50.0
-------
### New Features
* feat: Use ORAS credentials
### Bug Fixes
* fix: Catch Google Artifact Registry URL during OCI detection
### OPA Changes
* Bump github.com/open-policy-agent/opa from 0.61.0 to 0.62.1
* cmd(verify): Enable show-builtin-errors by default
|
2024-02-23 23:32:04 by Leonardo Taccari | Files touched by this commit (3) | |
Log message:
conftest: Update to 0.49.1
Changes:
0.49.1
------
Dependencies updates.
0.49.0
------
Pontentially breaking change reminder: The show-builtin-errors flag
will be enabled by default in the next version of conftest.
New features
------------
- feat: Raise error when problematic use of the if keyword is encountered
Other changes
-------------
- Update to OPA 0.61.0
|
2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | |
Log message:
Revbump all Go packages after go121 update
|
2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | |
Log message:
Revbump all Go packages after go121 update
|
2024-01-07 11:36:10 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
conftest: Update to 0.48.0
Changes:
0.48.0
------
## Changelog
### New Features
* feat: Add show-builtin-errors flag for the verify command
:warning:
This flag will be enabled by default in a future version of
conftest
:warning:
### OPA Changes
* Update to OPA 0.60.0
|
2023-12-31 22:15:33 by Leonardo Taccari | Files touched by this commit (3) | |
Log message:
conftest: Update to 0.47.0
Changes:
v0.47.0
-------
Version 0.47.0 update conftest to OPA 0.59.0 and contains minor
improvements and bug fixes.
|
2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | |
Log message:
Revbump all Go packages after go121 update
|