Skip to content

Releases: open-policy-agent/conftest

v0.5.3

17 May 08:26
Compare
Choose a tag to compare

Changelog

0d13e50 Formal docker images for conftest
fdef1ea Include conftest binary in the plugin to make install easier
8ca4397 Update plan for latest release candidate of Terraform
d662db5 update plugin name to conftest and update hash

v0.5.2

13 May 19:17
Compare
Choose a tag to compare

Changelog

8b72877 Krew guidelines suggest not using generic verbs so switching to tool name
ea38f18 use github archive for plugin to match path between versions

v0.5.1

13 May 15:50
Compare
Choose a tag to compare

Changelog

08d2139 Added Docker Compose example
317ad5f Example using Typescript generated data being tested with conftest/OPA
66275f8 Remove vendored pkg from oras
16f3c47 Show resource name for impoved error messages when running policy
8e69565 Updated docker cli and oras to latest, now oras types are correct
f776548 added initial test for a kubectl plugin
d014c41 debugging the krew installer
5acdd51 update dependencies
e1bd8df updated go dependencies

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