Skip to content

Releases: open-policy-agent/conftest

v0.11.0

09 Aug 18:12
Compare
Choose a tag to compare

Changelog

a734be8 Add TAP output support
4db3bd0 Added a list of supported formats to the README
ba52f7b Added automatic releases when tags are pushed
903dc26 Always pull the latest parent image when building the Docker image
3934b99 Improve the default output
a976c44 Merge pull request #47 from boranx/feat/Add-ini-support
5bd01a6 Merge pull request #48 from brendanjryan/bjr-res-errors
dee4fa3 Merge pull request #50 from brendanjryan/bjr-test-target
c447ccc Merge pull request #55 from brendanjryan/bjr-output-loggers
879fc8c Merge pull request #57 from instrumenta/split-ci-config
604d8e6 Merge pull request #58 from instrumenta/improve-cli-output
9f8dced Merge pull request #60 from brendanjryan/bjr-json-logger
30adbb2 Merge pull request #61 from boranx/fix/unnecessary-file-reads
0a84829 Merge pull request #62 from brendanjryan/bjr-output-control
1c5880c Merge pull request #64 from srenatus/sr/fix-some-lint-issues
b802b5c Merge pull request #67 from brendanjryan/bjr-json-output-expose
7a24c10 Merge pull request #68 from instrumenta/tap-output-support
6e197d4 Merge pull request #70 from boranx/feat/add-input-flag
5db840d Readd method removed accidentally
d74da63 Separate testing into separate jobs
170b4a1 Try and capture Go test output for display in CircleCI
cf5b312 Update to latest version in installation instructions
3ae7547 Update version of Go used in Goreleaser build step
d9cb274 add flag for controlling output format
2dba479 add ini support
b3f644d add input flag for parsing the stdin stream
b441e29 adds a new make target for running tests
93dbbf8 adds json output to stdout logger
ec9d0d0 cleanup
4334ed3 comment fix
945237a creates foundation for configurable output formats
22059b4 empty arrays as return val
b9fa9ea exposes json output to cli
ff9f736 fix lint issues reported by golangci-lint
26da0cc pass on stdin input
cafca09 refactor error handling
a33c71b remove unnecessary file reads in parsers

v0.10.0

25 Jul 14:47
cc3fdd4
Compare
Choose a tag to compare

Changelog

903dc26 Always pull the latest parent image when building the Docker image
32db102 Merge pull request #43 from boranx/feat/Add-cue-support
cc3fdd4 Merge pull request #46 from Blokje5/chore/add-slack-to-readme
ab52c72 add cue support
a3dbb07 chore: Update readme with slack channel

0.9.1

24 Jul 07:49
Compare
Choose a tag to compare

Changelog

d6e1620 Add test for pull command
6ebddd7 Fix issue with repeated output
1e1565b Fix version output
6838a79 Merge pull request #36 from jpreese/parser-split
2a3f17b Merge pull request #37 from jpreese/pull-test
098534c Other flag help is leading lower case
417f9fd Simplify policy package
d9113ca Split parsers
980e5bd Update dependencies

v0.9.0

19 Jul 19:24
Compare
Choose a tag to compare

Changelog

d81b389 Adding security checks to the build
7ff0160 Delete output.yaml
8f499a1 Fixes for building the Docker image post converstion to packages
4fced6b Initial command split
ed45368 Merge branch 'bjr-rule-multiple' of https://github.com/brendanjryan/conftest into brendanjryan-bjr-rule-multiple
0432325 Merge branch 'feat/add-color-disable-flag' of https://github.com/Blokje5/conftest into Blokje5-feat/add-color-disable-flag
e5dd30e Merge pull request #27 from instrumenta/snyk-test
81ac934 Merge pull request #28 from instrumenta/snyk-test
9aa2b16 Merge pull request #30 from jpreese/create-packages
f2bb061 Merge pull request #31 from xchapter7x/master
8e9b5bc Move Snyk instructions into commands
3827198 Move tf parser tests to new dir structure
325be9b Move to use the new Orb for the Snyk commands
4c49c58 Quick PR cleanup
51f1bd9 Try the latest workflow job
a382ec3 Update release config for new package layout
e3ff1c0 add acceptance test for terraform parser
5530659 add regex
be031f8 allow rules for be of any form that starts with warn or deny
cfded3b feat: Add --no-color flag to disable colored output
981a9a8 formatting cleanup
9c7435a support HCL .tf files
95759ce update modules

v0.8.1

05 Jul 18:15
Compare
Choose a tag to compare

Changelog

e505812 Fix decision for repositories including ports
5d14d02 Fix issue with using conftest via stdin
5802ba2 Merge pull request #19 from jpreese/patch-1
9b222d5 Merge pull request #22 from jpreese/patch-2
473cb4b Merge pull request #25 from kenfdev/fix-repository-name-with-tag
862c531 Update README.md
3fb60e9 Update labels.rego

v0.8.0

29 Jun 18:39
Compare
Choose a tag to compare

Changelog

26e9e3a Merge branch 'master' into feature/add-rego-file-support-to-policy-flag
5fac061 Merge pull request #11 from sublimino/patch-2
3ecbc29 Merge pull request #14 from boranx/master
01b2a86 Merge pull request #16 from Blokje5/feature/add-rego-file-support-to-policy-flag
b468b1f Merge pull request #17 from Blokje5/feat/include-toml-support
84d6130 added an example of testing standard Kubernetes app labels
407cafa feat: Add Parser interface. Edit processFile method to include use of new Parser interface. Include TOMLParser.
feba8b0 feat: Allow policy file to be specified for the policy flag
0835ac4 fix: Acceptance tests in dockerfile
0b30107 fix: typos
402cb72 update opa to 0.12.0 for new keywords, fix acceptance for reduced output for trace

v0.7.0

16 Jun 09:09
Compare
Choose a tag to compare

Changelog

a27d073 Added ability to push bundles to registries
f610824 An example of running Conftest in Tekton pipeline
47629c7 Changed the label name to the shorter trace and added docs
14dea61 Merge pull request #10 from sublimino/patch-1
1e2364b add CircleCI badge
751e611 add acceptance tests to CircleCI build
2c1644b add trace-query flag for rego
9d714a6 fix OPA tests for sample policy
9394170 fix issue with examples not capturing both labels
430239e fix the acceptance test for the flag name change
b589b63 testing out CirclCI for testing
cbe8c78 update dependencies

v0.6.0

20 May 07:40
Compare
Choose a tag to compare

Changelog

a27d073 Added ability to push bundles to registries
c2a9ddc correct README formatting
c857a70 improve message for warning example
8d409f8 update docs with working Docker example

v0.5.5

18 May 09:11
Compare
Choose a tag to compare

Changelog

4a139cb fix typo in kubectl plugin, and add -h flag for help

v0.5.4

17 May 17:26
Compare
Choose a tag to compare

Changelog

11d6c46 correct spelling of examples target
904c3a2 follow symlink for path to binary