Skip to content

Releases: open-policy-agent/conftest

v0.5.0

04 May 11:38
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Changelog

49e6d59 Ability to download policies from OCI registries
45b6817 Added CUE testing examples
5307472 Added a Terraform example using Terraform 0.12 beta
dba75ad Added a serverless config testing example
83effd2 Added acceptance tests demonstraing configuration file usage
6b12629 Demonstrate policy organisation into modules with different namespaces
ff4037a Move test to a subcommand
fbdc780 Support configuration of the namespace to find rules
102bb91 Support updating and testing in one command
5be1a15 Use shared contexts throughout rather than recreating
85c378d added a kustomize example
65d364e added homebrew formula publishing
34dca77 added links to examples in README
c824df1 added scoop package publishing
6de1e93 demonstrate writing tests for the policies
00b9b83 fix error in usagee instructions
35c183c make clearer how to run Kustomize example
d9f4095 updated dependencies
81bab71 updates to README with install instructions

v0.4.2

19 Apr 16:24
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Changelog

c824df1 added scoop package publishing
d9f4095 updated dependencies

v0.4.1

19 Apr 15:59
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Changelog

65d364e added homebrew formula publishing
5d865c9 moe testdata to examples, add add additional tests
d51b528 update dependent modules
991d879 updated README with installation and usage details

v0.4.0

13 Apr 07:27
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changelog

2b727d2 use deny to fail tests in keeping with other OPA examples

v0.3.0

11 Apr 09:20
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Changelog

4d8ffed support stdin for passing files

v0.2.0

01 Apr 10:49
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changelog

bc332de add concept of warnings
b67f75a added an explicit license
95cb114 exit with non-zero exit code on failures or flagged warnings
d3039d4 nicer version information
408fee9 prettier formatting of errors and warnings
63ef92f usage information in the README

v0.1.0

30 Mar 16:56
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release for anyone super interested in trying out conftest. Testing is very rudimentary at present so expect bugs, and the project needs examples to explain why and how you might want to use it.

Changelog

f250c17 added a basic readme
4df84c9 added automatic releases using goreleaser
dde41bd convert to using Go modules
6e9c8e3 initial version of conftest
858d3fb scaffold for acceptance tests in GitHub actions
3588a98 support switching policy directory