File conftest.changes of Package conftest
-------------------------------------------------------------------
Sat May 31 06:06:08 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.61.0:
* Bug Fixes
- ed0ff0a: fix(test): clean updated policies after test run
(#1109) (@kirecek)
- f82f556: fix: Use v1 as rego version for fmt, too (#1128)
(@msw-kialo)
* OPA Changes
- bcba55e: build(deps): bump github.com/open-policy-agent/opa
from 1.4.2 to 1.5.0 (#1134) (@dependabot[bot])
* Other Changes
- a826a0b: build(deps): bump cuelang.org/go from 0.12.1 to
0.13.0 (#1131) (@dependabot[bot])
- d44b480: build(deps): bump github.com/moby/buildkit from
0.21.1 to 0.22.0 (#1129) (@dependabot[bot])
- f09428f: build(deps): bump golang from 1.24.2-alpine to
1.24.3-alpine (#1124) (@dependabot[bot])
- 1e43dc0: deps: update jsonc import path (#1133) (@st3penta)
- docs: update examples to v1 syntax (#1126)
- docs: Update README.md to make it compatible with v1 syntax
(#1122)
-------------------------------------------------------------------
Sat May 10 09:03:21 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.60.0:
* Breaking Changes
We have set the default version of Rego syntax to v1. This is a
breaking change if your Rego policies are not compatible with
the v1 syntax.
- Individual policies can be updated gradually, by adding
import rego.v1 to the policy.
- The rego-version flag will remain available indefinitely, and
users who do not wish to update their Rego policies can
continue to use v0 syntax by setting this flag to v0.
For more information about upgrading to Rego v1 syntax, see the
upstream docs at
https://www.openpolicyagent.org/docs/latest/v0-upgrade/.
* New Features
- 06658d4: feat(output): redirect trace output to stderr
(#1084) (@thevilledev)
- 18a0f14: feat(runner): add support for symlinks (#1098)
(@siliconsheep)
* OPA Changes
- 2797c99: build(deps): bump github.com/open-policy-agent/opa
from 1.3.0 to 1.4.1 (#1113) (@dependabot[bot])
* Other Changes
- 67a3c3e: build(deps): bump actions/setup-go from 4 to 5
(#1102) (@dependabot[bot])
- 609490f: build(deps): bump bats-core/bats-action from 1.5.4
to 3.0.1 (#1104) (@dependabot[bot])
- 9e56924: build(deps): bump github.com/google/go-jsonnet from
0.20.0 to 0.21.0 (#1120) (@dependabot[bot])
- 5ea0446: build(deps): bump github.com/moby/buildkit from
0.20.2 to 0.21.0 (#1101) (@dependabot[bot])
- 21a73eb: build(deps): bump github.com/moby/buildkit from
0.21.0 to 0.21.1 (#1111) (@dependabot[bot])
- b3d0491: build(deps): bump golangci/golangci-lint-action from
6 to 7 (#1103) (@dependabot[bot])
- e894c43: build(deps): bump golangci/golangci-lint-action from
7 to 8 (#1119) (@dependabot[bot])
- 3ae2e78: chore: Update Github Actions via Dependabot (#1100)
(@mrueg)
- 4c5e5f5: ci: Move docker build to separate job in the PR
workflow (#1105) (@jalseth)
- 3907482: cli: Make Rego v1 syntax the default (#1114)
(@jalseth)
-------------------------------------------------------------------
Sat Apr 12 17:39:03 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.59.0:
* refactor(ci): replace Makefile-based Docker builds with GitHub
Action (#1082)
* deps: Bump hcl2json to v0.6.7 (#1074)
* build(deps): bump github.com/magiconair/properties from 1.8.9
to 1.8.10 (#1097)
* build(deps): bump cuelang.org/go from 0.12.0 to 0.12.1 (#1094)
* build(deps): bump golang from 1.24.1-alpine to 1.24.2-alpine
(#1096)
* build(deps): bump github.com/open-policy-agent/opa from 1.2.0
to 1.3.0 (#1092)
* build(deps): bump github.com/moby/buildkit from 0.20.1 to
0.20.2 (#1091)
* ci: Remove PR workflow access to all permissions from
GITHUB_TOKEN (#1088)
* build(deps): bump github.com/BurntSushi/toml from 1.4.0 to
1.5.0 (#1089)
* build(deps): bump golang from 1.24.0-alpine to 1.24.1-alpine
(#1086)
* feat: add pre-commit hook support (#1077)
* docs: add documentation feature to the navigation bar (#1087)
* build(deps): bump github.com/moby/buildkit from 0.20.0 to
0.20.1 (#1083)
-------------------------------------------------------------------
Sun Mar 02 07:41:35 UTC 2025 - opensuse_buildservice@ojkastl.de
- Update to version 0.58.0:
* ci: Revert "replace Makefile-based Docker builds with GitHub
Action… (#1075)" (#1081)
* fix: Conftest can now successfully load files using a file URL
(e.g., `file:///C:/path/to/data.yaml`) on windows (#999)
* docs: clarify --trace flag behavior with --output flag (#1060)
* feat: add --absolute-paths flag to pull command (#1078)
* build(deps): bump golang from 1.23.6-alpine to 1.24.0-alpine
(#1071)
* refactor(ci): replace Makefile-based Docker builds with GitHub
Action… (#1075)
* build(deps): bump github.com/moby/buildkit from 0.19.0 to
0.20.0 (#1076)
* build(deps): bump alpine from 3.21.2 to 3.21.3 (#1072)
* build(deps): bump github.com/open-policy-agent/opa from 1.1.0
to 1.2.0 (#1080)
* feat(test): Enable inter-query cache (#1073)
* refactor(output): Add CheckResults type and helpers (#1063)
* chore: Update all examples to OPA V1 syntax (#1058)
* chore: Change empty interface{} to any throughout the codebase
(#1057)
-------------------------------------------------------------------
Sun Feb 16 08:51:23 UTC 2025 - opensuse_buildservice@ojkastl.de
- Update to version 0.57.0:
* feat: Implement SARIF output (#1042)
* test(plugin): add comprehensive plugin package tests (#1056)
* feat(parser): handle UTF-8 BOM in JSON input (#1065)
* engine: Refactor to allow for Rego version to be specified
(#1059)
* feat(engine): add query metadata to evaluation results (#1061)
* build(deps): bump golang from 1.23.5-alpine to 1.23.6-alpine
(#1062)
* build(deps): bump github.com/open-policy-agent/opa from 0.70.0
to 1.1.0 (#1050)
* test(policy): improve engine test coverage (#1055)
* feature: Documentation command (#1009)
* test(registry): add test for credentials store init failure
* chore: add nilness check to govet linter
* fix: correct linters-settings in .golangci.yaml to enable
misspell
* feat: enable relative jsonnet imports by setting a path-aware
importer
* chore: optimize yaml document separator handling
* build(deps): bump github.com/hashicorp/go-getter from 1.7.6 to
1.7.8
* build(deps): bump alpine from 3.21.0 to 3.21.2
* build(deps): bump github.com/moby/buildkit from 0.18.1 to
0.19.0
* build(deps): bump cuelang.org/go from 0.11.0 to 0.12.0
* fix: max stack size already set by jsonnet.MakeVM()
* fix: prevent policy file overwrite on downloads (#1039)
* build(deps): bump golang from 1.23.4-alpine to 1.23.5-alpine
* fix: remove redundant error check in push command
* fix: add output and tests for GitHub and Azure DevOps
* fix: improve handling for YAML version directives
* fix: set jsonnet VM stack limits and add test coverage
* build(deps): bump github.com/CycloneDX/cyclonedx-go from 0.9.1
to 0.9.2 (#1028)
* build(deps): bump github.com/magiconair/properties from 1.8.7
to 1.8.9 (#1027)
* build(deps): bump alpine from 3.20.3 to 3.21.0 (#1026)
* build(deps): bump golang from 1.23.3-alpine to 1.23.4-alpine
(#1025)
* build(deps): bump github.com/moby/buildkit from 0.18.0 to
0.18.1 (#1024)
* build(deps): bump github.com/moby/buildkit from 0.17.2 to
0.18.0 (#1023)
* build(deps): bump github.com/moby/buildkit from 0.17.1 to
0.17.2 (#1021)
* build(deps): bump cuelang.org/go from 0.10.1 to 0.11.0 (#1020)
* build(deps): bump golang from 1.23.2-alpine to 1.23.3-alpine
(#1019)
* build(deps): bump github.com/moby/buildkit from 0.16.0 to
0.17.1 (#1018)
* build(deps): bump github.com/open-policy-agent/opa from 0.69.0
to 0.70.0 (#1016)
* fix: make sure lookup_ip_addr throwing builtin-err in test
(#1017)
* build(deps): bump cuelang.org/go from 0.10.0 to 0.10.1 (#1013)
-------------------------------------------------------------------
Thu Oct 17 19:03:11 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.56.0:
* build(deps): bump golang from 1.23.1-alpine to 1.23.2-alpine
(#1012)
* build(deps): bump github.com/open-policy-agent/opa from 0.68.0
to 0.69.0 (#1010)
* build(deps): bump github.com/CycloneDX/cyclonedx-go from 0.9.0
to 0.9.1 (#1005)
* chore: Bump Go to 1.23 (#1004)
* build(deps): bump github.com/moby/buildkit from 0.15.2 to
0.16.0 (#1003)
* build(deps): bump alpine from 3.20.2 to 3.20.3 (#1002)
* build(deps): bump golang from 1.23.0-alpine to 1.23.1-alpine
(#1001)
* build(deps): bump cuelang.org/go from 0.9.2 to 0.10.0 (#994)
* build(deps): bump golang from 1.22.6-alpine to 1.23.0-alpine
(#995)
* bump: update go to 1.22 to get on par with toolchain (#1000)
* build(deps): bump github.com/open-policy-agent/opa from 0.67.1
to 0.68.0 (#996)
* build(deps): bump github.com/moby/buildkit from 0.15.1 to
0.15.2 (#993)
* build(deps): bump github.com/hashicorp/go-getter from 1.7.5 to
1.7.6 (#992)
* build(deps): bump golang from 1.22.5-alpine to 1.22.6-alpine
(#990)
* fix: missing space causing printing error on azuredevops (#988)
* build(deps): bump github.com/open-policy-agent/opa from 0.67.0
to 0.67.1 (#980)
* build(deps): bump alpine from 3.20.1 to 3.20.2 (#978)
-------------------------------------------------------------------
Sat Jul 27 08:16:30 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.55.0:
* build(deps): bump github.com/moby/buildkit from 0.14.1 to
0.15.1 (#976)
* build(deps): bump github.com/open-policy-agent/opa from 0.66.0
to 0.67.0 (#977)
* fix: update regex to excape the dot in it (#975)
* ci: Bump golang-ci action to v6 (#974)
* build(deps): bump golang from 1.22.4-alpine to 1.22.5-alpine
(#970)
* ci: Pin goreleaser to v1 (#969)
* ci: Bump Docker login to v3 (#968)
-------------------------------------------------------------------
Thu Jul 11 18:40:42 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.54.0:
* build(deps): bump github.com/open-policy-agent/opa from 0.65.0
to 0.66.0 (#966)
* build(deps): bump github.com/spdx/tools-golang from 0.5.4 to
0.5.5 (#965)
* build(deps): bump cuelang.org/go from 0.9.1 to 0.9.2 (#964)
* build(deps): bump alpine from 3.20.0 to 3.20.1 (#963)
* build(deps): bump github.com/hashicorp/go-getter from 1.7.4 to
1.7.5 (#962) (fix boo#1227012 CVE-2024-6257)
* build(deps): bump github.com/moby/buildkit from 0.14.0 to
0.14.1 (#961)
* build(deps): bump cuelang.org/go from 0.9.0 to 0.9.1 (#960)
* build(deps): bump github.com/moby/buildkit from 0.13.2 to
0.14.0 (#959)
* build(deps): bump golang from 1.22.3-alpine to 1.22.4-alpine
(#958)
-------------------------------------------------------------------
Fri Jun 07 19:40:27 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.53.0:
* tests: extend hcl cases: tag verification (#955)
* build(deps): bump cuelang.org/go from 0.8.1 to 0.9.0 (#956)
* build(deps): bump github.com/CycloneDX/cyclonedx-go from 0.8.0
to 0.9.0 (#954)
* build(deps): bump github.com/open-policy-agent/opa from 0.64.1
to 0.65.0 (#953)
* build(deps): bump alpine from 3.19.1 to 3.20.0 (#951)
* build(deps): bump github.com/BurntSushi/toml from 1.3.2 to
1.4.0 (#950)
* build(deps): bump golang from 1.22.2-alpine to 1.22.3-alpine
(#949)
-------------------------------------------------------------------
Tue Apr 30 10:58:14 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.52.0:
* build(deps): bump github.com/open-policy-agent/opa from 0.64.0
to 0.64.1 (#947)
* build(deps): bump github.com/hashicorp/go-getter from 1.7.3 to
1.7.4 (#948)
* ci: Allow Dependabot to update github.com/hashicorp/go-getter
(#946)
* build(deps): bump github.com/moby/buildkit from 0.13.1 to
0.13.2 (#944)
* build(deps): bump github.com/open-policy-agent/opa from 0.63.0
to 0.64.0 (#943)
* build(deps): bump github.com/spdx/tools-golang from 0.5.3 to
0.5.4 (#941)
* build(deps): bump github.com/docker/docker from
v25.0.3+incompatible to v25.0.5+incompatible (#932)
* build(deps): bump golang from 1.22.1-alpine to 1.22.2-alpine
(#938)
* build(deps): bump cuelang.org/go from 0.8.0 to 0.8.1 (#937)
-------------------------------------------------------------------
Wed Apr 03 17:25:26 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.51.0:
* fix: Only raise problematic if error when rule has no name set
(#935)
* build(deps): bump github.com/open-policy-agent/opa from 0.62.1
to 0.63.0 (#933)
* ci: Pin bats version to work around broken CI (#936)
* build(deps): bump github.com/moby/buildkit from 0.13.0 to
0.13.1 (#931)
* build(deps): bump cuelang.org/go from 0.7.1 to 0.8.0 (#930)
* build(deps): bump golang from 1.22.0-alpine to 1.22.1-alpine
(#929)
-------------------------------------------------------------------
Fri Mar 15 22:20:27 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.50.0:
* build(deps): bump github.com/moby/buildkit from 0.12.5 to
0.13.0 (#926)
* build(deps): bump github.com/open-policy-agent/opa from 0.62.0
to 0.62.1 (#927)
* build(deps): bump github.com/open-policy-agent/opa from 0.61.0
to 0.62.0 (#925)
* cmd(verify): Enable show-builtin-errors by default (#922)
* fix: Catch Google Artifact Registry URL during OCI detection
(#921)
* docs: Use the right command to pull policies from OCI registry
(#920)
* feat: Use ORAS credentials (#917)
* chore: Update setup-regal and golangci-lint actions to latest
(#918)
* build(deps): bump cuelang.org/go from 0.7.0 to 0.7.1 (#916)
* build: Bump Go to 1.22.x (#915)
* Update workflow action versions (#914)
* build(deps): bump golang from 1.21.6-alpine to 1.22.0-alpine
(#913)
-------------------------------------------------------------------
Thu Feb 08 11:53:19 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.49.1:
* chore: Update buildkit and allow dependabot (#911)
-------------------------------------------------------------------
Thu Feb 01 06:25:10 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.49.0:
* fix: Add tls flag to test command (#908)
* build(deps): bump alpine from 3.19.0 to 3.19.1 (#910)
* build(deps): bump github.com/open-policy-agent/opa from 0.60.0
to 0.61.0 (#909)
* build(deps): bump golang from 1.21.5-alpine to 1.21.6-alpine
(#906)
* feat: Raise error when problematic use of the if keyword is
encountered (#902)
* ci: s390x architecture added in the goarch list (#905)
-------------------------------------------------------------------
Thu Jan 04 17:51:20 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.48.0:
* feat: Add show-builtin-errors flag for the verify command
(#901)
* build(deps): bump github.com/hashicorp/go-getter to v1.7.3
(#899)
* build(deps): bump github.com/open-policy-agent/opa from 0.59.0
to 0.60.0 (#900)
* misc: Clean up generics usage in parse_config builtins (#898)
* fix: Fix regexp for Goreleaser groups (#892)
* build(deps): bump golang from 1.21.4-alpine to 1.21.5-alpine
(#897)
* build(deps): bump alpine from 3.18.4 to 3.19.0 (#896)
* build(deps): bump cuelang.org/go from 0.6.0 to 0.7.0 (#894)
* build(deps): bump github.com/CycloneDX/cyclonedx-go from 0.7.2
to 0.8.0 (#895)
-------------------------------------------------------------------
Fri Dec 01 05:59:23 UTC 2023 - kastl@b1-systems.de
- Update to version 0.47.0:
* build(deps): bump github.com/open-policy-agent/opa from 0.58.0
to 0.59.0 (#891)
* ci: Bump Go to 1.21.x (#890)
* ci: Bump setup-go and checkout to v4 (#889)
* ci: Have Dependabot auto-update upstream parser libraries
(#886)
* fix: Unmarshal error for Dockerfile in parse_config builtins
(#887)
* build(deps): bump golang from 1.21.3-alpine to 1.21.4-alpine
(#884)
* docts: update install.md (#883)
* build(deps): bump github.com/open-policy-agent/opa from 0.57.1
to 0.58.0 (#882)
* feat: Implement option for custom output destinations (#877)
* build(deps): bump github.com/open-policy-agent/opa from 0.57.0
to 0.57.1 (#880)
* feat: Use Regal for Rego linting (#881)
* build(deps): bump golang from 1.21.1-alpine to 1.21.3-alpine
(#878)
* build(deps): bump alpine from 3.18.3 to 3.18.4 (#875)
-------------------------------------------------------------------
Thu Oct 5 14:23:58 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- change source URL to not generate a superfluous tarball
-------------------------------------------------------------------
Mon Oct 02 05:29:15 UTC 2023 - kastl@b1-systems.de
- Update to version 0.46.0:
* build(deps): bump github.com/open-policy-agent/opa from 0.56.0
to 0.57.0 (#873)
* chore: Update github.com/spdx/tools-golang to current version
(#868)
* fix: examples documentation (#869)
* fix: cover built-in errors with a flag, suppress unless it's
passed (#871)
* build(deps): bump golang from 1.21.0-alpine to 1.21.1-alpine
(#867)
* fix: `--strict` flag when using `conftest verify` (#866)
* chore: Update dependencies (#863)
-------------------------------------------------------------------
Tue Sep 05 14:24:06 UTC 2023 - kastl@b1-systems.de
- Update to version 0.45.0:
* chore: Replace ghodss/yaml with sigs.k8s.io/yaml (#858)
* build(deps): bump github.com/open-policy-agent/opa from 0.55.0
to 0.56.0 (#860)
* cleanup: Use generics to simplify code for parse_config and
related builtins (#857)
* ci: Bump Go to 1.21.0 (#855)
* build(deps): bump alpine from 3.18.2 to 3.18.3 (#851)
* build(deps): bump golang from 1.20.7-alpine to 1.21.0-alpine
(#850)
* feat: added support for Azure DevOps output (#853)
* build(deps): bump golang from 1.20.6-alpine to 1.20.7-alpine
(#849)
* build(deps): bump github.com/open-policy-agent/opa from 0.54.0
to 0.55.0 (#848)
* fix: Use Bool instead of BoolP for three flags (#847)
* docs: Fix typo in options docs (#846)
* build(deps): bump golang from 1.20.5-alpine to 1.20.6-alpine
(#845)
* ci: Check GoReleaser config before performing any release
actions (#843)
-------------------------------------------------------------------
Sun Jul 09 12:43:41 UTC 2023 - kastl@b1-systems.de
- (skipping non-existent release 0.44.0)
- Update to version 0.44.1:
* ci: Migrate off of deprecated GoReleaser options (#842)
* fix: examples/compose - a deny rule was incorrectly implemented
(#841)
* build(deps): bump github.com/open-policy-agent/opa from 0.53.1
to 0.54.0 (#838)
* fix: pretty print the built-in err structure (#839)
* fix(tests): typo for hcl2 (#836)
* build(deps): bump alpine from 3.18.0 to 3.18.2 (#835)
* build(deps): bump golang from 1.20.4-alpine to 1.20.5-alpine
(#834)
-------------------------------------------------------------------
Mon Jun 12 20:08:18 UTC 2023 - kastl@b1-systems.de
- Update to version 0.43.1:
* build(deps): bump github.com/open-policy-agent/opa from 0.53.0
to 0.53.1 (#833)
* build: Bump hashicorp/go-getter to v1.7.1 (#825)
-------------------------------------------------------------------
Mon Jun 12 20:01:35 UTC 2023 - kastl@b1-systems.de
- Update to version 0.43.0:
* build(deps): bump github.com/open-policy-agent/opa from 0.52.0
to 0.53.0 (#830)
* feat: Add textproto support (#828)
* build(deps): bump alpine from 3.17.3 to 3.18.0 (#827)
* docs: typo (#826)
-------------------------------------------------------------------
Mon May 08 04:32:42 UTC 2023 - kastl@b1-systems.de
- Update to version 0.42.1:
* build: Bump hashicorp/go-getter to v1.7.1 (#825)
* build: Bump Go to 1.20.4 (#824)
* build(deps): bump github.com/open-policy-agent/opa from 0.51.0
to 0.52.0 (#821)
* fix: plugins install command (#822)
* feat: added quiet command to standard test output (#785)
* docs: mention test-example in the readme (#819)
* feat: Add exceptions to GitHub output (#818)
* fix: Fixes a broken emoji in the NOTES section under
Testing/Verifying Policies (#816)
* build(deps): bump golang from 1.20.2-alpine to 1.20.3-alpine
(#810)
* fix: handle builtin errors returned from the rego evaluation
(#812)
-------------------------------------------------------------------
Mon May 08 04:30:45 UTC 2023 - kastl@b1-systems.de
- Update to version 0.42.1:
* build: Bump hashicorp/go-getter to v1.7.1 (#825)
-------------------------------------------------------------------
Mon May 08 04:28:59 UTC 2023 - kastl@b1-systems.de
- Update to version 0.42.0:
* build: Bump Go to 1.20.4 (#824)
* build(deps): bump github.com/open-policy-agent/opa from 0.51.0
to 0.52.0 (#821)
* fix: plugins install command (#822)
* feat: added quiet command to standard test output (#785)
* docs: mention test-example in the readme (#819)
* feat: Add exceptions to GitHub output (#818)
* fix: Fixes a broken emoji in the NOTES section under
Testing/Verifying Policies (#816)
* build(deps): bump golang from 1.20.2-alpine to 1.20.3-alpine
(#810)
* fix: handle builtin errors returned from the rego evaluation
(#812)
* build(deps): bump alpine from 3.17.2 to 3.17.3 (#809)
-------------------------------------------------------------------
Mon Apr 03 12:19:11 UTC 2023 - kastl@b1-systems.de
- Update to version 0.41.0:
* bump-up(docker): update parser to the latest to be able to
parse all keywords (#805)
* build(deps): bump github.com/open-policy-agent/opa from 0.50.2
to 0.51.0 (#808)
* fix: detect regardless of port and loopback (#806)
* docs: fix verify docs/example code (#801)
-------------------------------------------------------------------
Fri Mar 24 05:42:35 UTC 2023 - kastl@b1-systems.de
- Update to version 0.40.0:
* fix: Use docker buildx for multi-platform builds (#804)
* Use docker buildx for multi-platform builds
* fix: no policies found (#794)
* fix: Remove scheme from OCI URL before parsing it (#796)
* feat: add strict compilation rules to policies being evaluated
(#798)
* build(deps): bump github.com/open-policy-agent/opa from 0.49.2
to 0.50.2 (#797)
* cleanup: Address issues from golang-lint (#799)
* build(deps): bump golang from 1.20.1-alpine to 1.20.2-alpine
(#792)
* feat: support multi-arch docker build (linux/arm64 and
linux/amd64) (#789)
* feat: Add --config-file, -c; allow users to set the config file
(#787)
* feat: upgrade to ORAS Go v2 (#788)
* build(deps): bump github.com/open-policy-agent/opa from 0.49.1
to 0.49.2 (#784)
* docs: bump github/action to v3 (#780)
* build(deps): bump github.com/open-policy-agent/opa from 0.49.0
to 0.49.1 (#779)
* ci: Bump Go in CI to v1.20.1 (#778)
* build(deps): bump golang from 1.19.5-alpine to 1.20.1-alpine
(#777)
* build(deps): bump alpine from 3.17.1 to 3.17.2 (#774)
-------------------------------------------------------------------
Fri Mar 03 21:05:35 UTC 2023 - kastl@b1-systems.de
- Update to version 0.39.2:
* build(deps): bump github.com/open-policy-agent/opa from 0.49.1
to 0.49.2 (#784)
-------------------------------------------------------------------
Fri Mar 03 21:03:09 UTC 2023 - kastl@b1-systems.de
- Update to version 0.39.1:
* ci: Bump Go in CI to v1.20.1 (#778)
* build(deps): bump alpine from 3.17.1 to 3.17.2 (#774)
* build(deps): bump golang from 1.19.5-alpine to 1.20.1-alpine
(#777)
* build(deps): bump github.com/open-policy-agent/opa from 0.49.0
to 0.49.1 (#779)
-------------------------------------------------------------------
Fri Mar 03 21:01:19 UTC 2023 - kastl@b1-systems.de
- Update to version 0.39.0:
* build(deps): bump github.com/open-policy-agent/opa from 0.48.0
to 0.49.0 (#773)
* build(deps): bump golang from 1.19.4-alpine to 1.19.5-alpine
(#770)
* build: support arm64 architecture (#768)
-------------------------------------------------------------------
Sat Jan 21 11:28:14 UTC 2023 - dmueller@suse.com
- Update to version 0.38.0:
* ci: Require commits to have conventional commit prefix (#766)
* build(deps): bump github.com/open-policy-agent/opa from 0.47.4 to 0.48.0 (#767)
* misc: Improve generated changelog (#765)
* build(deps): bump github.com/open-policy-agent/opa from 0.47.3 to 0.47.4 (#764)
* Added helper method to load combined config files for Rego unit tests (#762)
* build(deps): bump github.com/open-policy-agent/opa from 0.47.2 to 0.47.3 (#760)
* build(deps): bump golang from 1.18.5-alpine to 1.19.4-alpine (#761)
* Bump OPA to 0.47.2 (#759)
* Allow data-only bundles (#754)
* build(deps): bump github.com/open-policy-agent/opa from 0.47.0 to 0.47.1 (#758)
* build(deps): bump github.com/open-policy-agent/opa from 0.46.1 to 0.47.0 (#757)
* build(deps): bump alpine from 3.16.3 to 3.17.0 (#756)
-------------------------------------------------------------------
Fri Dec 16 22:47:31 UTC 2022 - Robert Munteanu <rombert@apache.org>
- Up-to-date syntax for supplements
-------------------------------------------------------------------
Fri Dec 16 09:43:19 UTC 2022 - rombert@apache.org
- Update to version 0.36.0:
* ci: [draft/test] fix runtime to 3.8 as it's default in focal (#755)
* build(deps): bump alpine from 3.16.2 to 3.16.3 (#753)
* fix: preserve metadata annotations on OCI registry push (#750)
* Adding data flag to conftest push (#749)
* build(deps): bump github.com/open-policy-agent/opa from 0.45.0 to 0.46.1 (#751)
* Detect Quay.io OCI registry in downloader (#747)
* workflow: update set-output usage (#745)
* build(deps): bump github.com/open-policy-agent/opa from 0.44.0 to 0.45.0
* Bump x/net and opa to patch CVEs (#743)
* build(deps): bump github.com/open-policy-agent/opa from 0.43.0 to 0.44.0 (#739)
* build(deps): bump alpine from 3.16.1 to 3.16.2 (#736)
* Bump Go to v1.18.5 (#735)
* build(deps): bump github.com/open-policy-agent/opa from 0.42.2 to 0.43.0 (#732)
* docs: Add instructions for installing from source (#730)
* docs: Fix 'polciies' -> 'policies' typo (#729)
* Use pkg.go.dev for constants reference (#728)
* Bump alpine from 3.16.0 to 3.16.1 (#727)
* Add parse_config and parse_config_file builtins (#726)
* Bump golang from 1.18.3-alpine to 1.18.4-alpine (#724)
* Bump github.com/open-policy-agent/opa from 0.42.1 to 0.42.2 (#723)
* Bump github.com/open-policy-agent/opa from 0.42.0 to 0.42.1 (#722)
* Add OCI Push and Pull tests to CI (#718)
* bug: Fix 404 error when using the push command (#721)
* Bump github.com/open-policy-agent/opa from 0.41.0 to 0.42.0 (#720)
* Update golang 1.18.3 (#719)
* Bump golang from 1.18.2-alpine to 1.18.3-alpine (#714)
* Bump github.com/open-policy-agent/opa from 0.40.0 to 0.41.0 (#713)
* Bump github.com/hashicorp/go-getter to v1.6.1 (#712)
* Bump golang from 1.18.1-alpine to 1.18.2-alpine (#710)
* Bump alpine from 3.15.4 to 3.16.0 (#711)
* Bump github.com/hashicorp/go-getter from 1.5.10 to 1.5.11 (#708)
* Bump github.com/open-policy-agent/opa from 0.39.0 to 0.40.0 (#706)
* Update oras-go to v1.1.1 (#702)
* feat: add capabilities feature to conftest (#704)
* Bump Go version in GHA workflows to 1.18.1 (#703)
* Only emit valid JSON when using the parse command (#686)
* Bump golang from 1.17.8-alpine to 1.18.1-alpine (#701)
* Refactor JUnit output formatting (#699)
* Update install.md - Fix install command (#692)
* Bump OPA to 0.39.0
* Make runner package public
* Bump mkdocs to 1.3.0
* Bump alpine to 3.15.4 for release image
* Add parser for JSONC documents (#691)
* Bump alpine from 3.15.0 to 3.15.1 (#688)
* Bump github.com/open-policy-agent/opa from 0.38.0 to 0.38.1 (#685)
* Bump golang from 1.17.7-alpine to 1.17.8-alpine (#683)
* Bump github.com/open-policy-agent/opa from 0.37.2 to 0.38.0 (#681)
* Install latest conftest version (#673)
* Update Go version in pipelines to 1.17.7 (#679)
* Bump golang from 1.17.6-alpine to 1.17.7-alpine (#678)
* Add OPA version to --version output (#674)
* Bump github.com/open-policy-agent/opa from 0.37.1 to 0.37.2 (#677)
* Adding ppc64le support (#676)
* Bump github.com/open-policy-agent/opa from 0.37.0 to 0.37.1 (#672)
* Bump github.com/open-policy-agent/opa from 0.36.1 to 0.37.0 (#670)
* docs: Update security link to point to new default branch (#668)
* Bump Go to 1.17.6 in pull_request and release workflows (#665)
* Bump github.com/open-policy-agent/opa from 0.36.0 to 0.36.1 (#664)
* Bump golang from 1.17.5-alpine to 1.17.6-alpine (#663)
* Prepare v0.30.0 release (#662)
* Update containerd to v1.5.9 (#661)
* Always use ORAS context when interacting with registry (#660)
* Update dependencies (#659)
* Add check flag to fmt command (#655)
* Fix bug to allow for multiple plugins (#657)
* Update Building and Testing documentation (#654)
* Add new parser for .env files. (#653)
* feat: add quiet flag to verify (#652)
* Bump Dockerfile to alpine 1.17.5 (#651)
* fix(exception): support empty string (#589)
* Bump golang from 1.17.3-alpine to 1.17.4-alpine (#648)
* feat: spdx parser (#636)
* Add parser name to cyclonedx acceptance test otherwise json would be used (#646)
* feat: cyclonedx parser (#637)
* Bump alpine from 3.14.3 to 3.15.0 (#645)
* add file path information in returned error message (#641)
* Support for terragrunt default config files (#639)
* chore: replace part of linter from golint to revive, fixed warning wh… (#635)
* Update dependencies (#643)
* Bump alpine from 3.14.2 to 3.14.3 (#638)
* Bump github.com/open-policy-agent/opa from 0.34.0 to 0.34.2 (#634)
* Bump golang from 1.17.2-alpine to 1.17.3-alpine (#633)
* chore: point to the right channel (#630)
* engine+reporter: enable `print()` output (#629)
* Bump github.com/open-policy-agent/opa from 0.33.1 to 0.34.0 (#627)
* DEVELOPMENT.md: bats -> bats-core (#628)
* (chore) Bump Go to 1.17.2 (#625)
* Bump mkdocs from 1.1 to 1.2.3 (#624)
* upgrade Oras to oras-go v0.4.0 (#617)
* Remove old examples (#620)
* Bump nltk from 3.5 to 3.6.5 (#619)
* Bump golang from 1.17.1-alpine to 1.17.2-alpine (#618)
* Bump github.com/open-policy-agent/opa from 0.33.0 to 0.33.1 (#616)
* Bump github.com/open-policy-agent/opa from 0.32.1 to 0.33.0 (#615)
-------------------------------------------------------------------
Tue Oct 19 08:21:38 UTC 2021 - Robert Munteanu <rombert@apache.org>
- Initial pacakge