Releases: open-policy-agent/conftest
Releases · open-policy-agent/conftest
v0.40.0
Changelog
OPA Changes
- 70810f1: build(deps): bump github.com/open-policy-agent/opa from 0.49.0 to 0.49.1 (#779) (@dependabot[bot])
- 3392e21: build(deps): bump github.com/open-policy-agent/opa from 0.49.1 to 0.49.2 (#784) (@dependabot[bot])
- dfefaf4: build(deps): bump github.com/open-policy-agent/opa from 0.49.2 to 0.50.2 (#797) (@dependabot[bot])
Other Changes
- 0e6576a: Use docker buildx for multi-platform builds (@jalseth)
- 72667ce: build(deps): bump alpine from 3.17.1 to 3.17.2 (#774) (@dependabot[bot])
- 7b4d18d: build(deps): bump golang from 1.19.5-alpine to 1.20.1-alpine (#777) (@dependabot[bot])
- c0ef54f: build(deps): bump golang from 1.20.1-alpine to 1.20.2-alpine (#792) (@dependabot[bot])
- 2d6f453: ci: Bump Go in CI to v1.20.1 (#778) (@jalseth)
- ff9edd1: cleanup: Address issues from golang-lint (#799) (@jalseth)
- e6c5bac: feat: Add --config-file, -c; allow users to set the config file (#787) (@s33dunda)
- 3de2c90: feat: add strict compilation rules to policies being evaluated (#798) (@boranx)
- 496585f: feat: support multi-arch docker build (linux/arm64 and linux/amd64) (#789) (@vtorikianupgrade)
- 347708d: feat: upgrade to ORAS Go v2 (#788) (@zregvart)
- 13c4bed: fix: Remove scheme from OCI URL before parsing it (#796) (@lcarva)
- a9b07e7: fix: Use docker buildx for multi-platform builds (#804) (@jalseth)
- 96c44d3: fix: no policies found (#794) (@boranx)
v0.39.2
Changelog
OPA Changes
- 0c20ce4: build(deps): bump github.com/open-policy-agent/opa from 0.49.1 to 0.49.2 (#784) (@dependabot[bot])
v0.39.1
Changelog
OPA Changes
- da2f447: build(deps): bump github.com/open-policy-agent/opa from 0.49.0 to 0.49.1 (#779) (@dependabot[bot])
Other Changes
- ced4268: build(deps): bump alpine from 3.17.1 to 3.17.2 (#774) (@dependabot[bot])
- 1a60bb2: build(deps): bump golang from 1.19.5-alpine to 1.20.1-alpine (#777) (@dependabot[bot])
- afcbe23: ci: Bump Go in CI to v1.20.1 (#778) (@jalseth)
v0.39.0
Changelog
OPA Changes
- 74583df: build(deps): bump github.com/open-policy-agent/opa from 0.48.0 to 0.49.0 (#773) (@dependabot[bot])
Other Changes
- 5583449: build(deps): bump golang from 1.19.4-alpine to 1.19.5-alpine (#770) (@dependabot[bot])
- 2aec436: build: support arm64 architecture (#768) (@fengshunli)
v0.38.0
Changelog
OPA Changes
- 04c24a0: build(deps): bump github.com/open-policy-agent/opa from 0.47.3 to 0.47.4 (#764) (@dependabot[bot])
- efe8033: build(deps): bump github.com/open-policy-agent/opa from 0.47.4 to 0.48.0 (#767) (@dependabot[bot])
Other Changes
v0.37.0
Changelog
- 03626f5 Added helper method to load combined config files for Rego unit tests (#762)
- 3d77256 Allow data-only bundles (#754)
- 70bee0f Bump OPA to 0.47.2 (#759)
- 6675693 build(deps): bump alpine from 3.16.3 to 3.17.0 (#756)
- b2f1368 build(deps): bump github.com/open-policy-agent/opa from 0.46.1 to 0.47.0 (#757)
- 7420b77 build(deps): bump github.com/open-policy-agent/opa from 0.47.0 to 0.47.1 (#758)
- dcb2c52 build(deps): bump github.com/open-policy-agent/opa from 0.47.2 to 0.47.3 (#760)
- 39cf509 build(deps): bump golang from 1.18.5-alpine to 1.19.4-alpine (#761)
v0.36.0
Changelog
- df0b7b1 Adding data flag to conftest push (#749)
- f6d9e05 Detect Quay.io OCI registry in downloader (#747)
- f5980ad build(deps): bump alpine from 3.16.2 to 3.16.3 (#753)
- cbe257c build(deps): bump github.com/open-policy-agent/opa from 0.45.0 to 0.46.1 (#751)
- eb7ef1a ci: [draft/test] fix runtime to 3.8 as it's default in focal (#755)
- f18b7bb fix: preserve metadata annotations on OCI registry push (#750)
v0.35.0
Changelog
- 8ba562b Bump Go to v1.18.5 (#735)
- f13022c Bump x/net and opa to patch CVEs (#743)
- 733e102 Merge pull request #744 from open-policy-agent/dependabot/go_modules/github.com/open-policy-agent/opa-0.45.0
- 6771fdf build(deps): bump alpine from 3.16.1 to 3.16.2 (#736)
- 108edfe build(deps): bump github.com/open-policy-agent/opa from 0.43.0 to 0.44.0 (#739)
- 3532e7f build(deps): bump github.com/open-policy-agent/opa from 0.44.0 to 0.45.0
- 92735d0 workflow: update set-output usage (#745)
v0.34.0
New Features
- Add
parse_config
andparse_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.
Changelog
- 6c782e8 Add parse_config and parse_config_file builtins (#726)
- 0f2537f Bump alpine from 3.16.0 to 3.16.1 (#727)
- b671542 Bump golang from 1.18.3-alpine to 1.18.4-alpine (#724)
- 25abb63 Use pkg.go.dev for constants reference (#728)
- 3aada8c build(deps): bump github.com/open-policy-agent/opa from 0.42.2 to 0.43.0 (#732)