Path to this page:
./
devel/conftest,
Tests structured configuration data via OPA Rego query language
Branch: CURRENT,
Version: 0.34.0,
Package name: conftest-0.34.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: 179.116 KB
Version history: (Expand)
- (2022-08-02) Updated to version: conftest-0.34.0
- (2022-07-13) Updated to version: conftest-0.32.1nb1
- (2022-06-06) Updated to version: conftest-0.32.1
- (2022-06-02) Updated to version: conftest-0.32.0nb1
- (2022-05-28) Updated to version: conftest-0.32.0
- (2022-05-12) Updated to version: conftest-0.31.0nb1
CVS history: (Expand)
2022-08-02 14:15:24 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
conftest: Update to 0.34.0
Changes:
## 0.34.0
### New Features
- Add `parse_config` and `parse_config_file` Rego functions to allow unit
testing using config file snippets. Find out how to use these at
<https://www.conftest.dev/#writing-unit-tests>.
## 0.33.2
### Other improvements
- Bump OPA to v0.42.2
## 0.33.1
### Other improvements
- Bump OPA to v0.42.1
## 0.33.0
### Bug fixes
- Fix 404 error when using conftest push
### Other improvements
- Bump OPA to v0.42.0
- Bump Go to v1.18.3
|
2022-07-13 18:03:09 by Benny Siegert | Files touched by this commit (110) |  |
Log message:
Revbump all Go packages after go118 update
|
2022-06-05 23:15:44 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
conftest: Update to 0.32.1
Changes:
0.32.1
------
This is a security release to patch critical host path traversal and command
injection vulnerabilities in the go-getter library.
|
2022-06-02 20:52:08 by Benny Siegert | Files touched by this commit (109) |  |
Log message:
Revbump all Go packages after go118 update
|
2022-05-28 18:09:59 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
conftest: Update to 0.32.0
Changes:
0.32.0
======
New Features
------------
Support for limiting the test engine's capabilities - thank you
@boranx!
Bug Fixes
---------
conftest push no longer creates different OCI images when run against
the same policy set - thanks @macox!
Other improvements
------------------
OPA bump from v0.39.0 to v0.40.0.
|
2022-05-11 21:26:30 by Benny Siegert | Files touched by this commit (106) |  |
Log message:
Revbump all Go packages after go118 update
|
2022-04-20 12:10:39 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
conftest: Update to 0.31.0
Potentially breaking changes:
- JUnit output now includes OPA namespace in test name for better grouping
- Output for parse command only emits valid JSON
New features:
- Support for JSONC files. Thank you @greggroth!
Other Improvements:
- Bump OPA to v0.39.0
- Bump Golang to v1.18.1
- Builds now include ppc64le architecture. Thank you @seth-priya!
|
2022-04-13 09:51:02 by Benny Siegert | Files touched by this commit (106) |  |
Log message:
Revbump all Go packages after go117 update
|