v1.0.0
Breaking Changes
This release reorganizes the insights-cli commands and flags. Highlights of this release include:
policy sync
has becomepush all|opa|rules
.policy list
has becomelist all|opa|rules
.- A new
validate opa
command accepts an OPA Policy and Kubernetes manifest as input to validate the OPA and resulting Insights action item. - A docker image is available at
quay.io/fairwinds/insights-cli
.
Changelog
- 56bc843 Avoid dirting the repo for goreleaser (#50)
- 4e29580 Bump github.com/imroc/req from 0.3.0 to 0.3.2 (#31)
- cacdfb1 Bump github.com/spf13/cobra from 1.1.3 to 1.2.1 (#20)
- ca16a88 Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#39)
- 11827b3 Bump github.com/thoas/go-funk from 0.8.0 to 0.9.1 (#23)
- 3c8dab0 Delete .github/ISSUE_TEMPLATE/bug.yaml
- 21e897d Delete .github/ISSUE_TEMPLATE/bug_report.md
- efa4983 Delete .github/ISSUE_TEMPLATE/bug_report.md
- d456c26 Delete .github/stale.yml
- 8bc7e17 FWI-108 - [cli] send version header to API (#38)
- 6e19a49 FWI-1452 - Update the Insights CLI to list V2 CustomChecks (#33)
- b69a5fc FWI-1486 - Update the Insights CLI to sync V2 CustomChecks (#35)
- dcc5940 FWI-1659 - Add OPA policy validation to the Insights CLI (#41)
- 3989268 FWI-1687 - Rename and break out Insights CLI
policy sync
(#43) - 4b20f4e FWI-1749 - Update the Insights CLI to bulk-validate OPA for use in CI (#47)
- 28c0f4a FWI-1766 - Update Insights CLI to process .rego files other than policy as V2 OPA (#48)
- d86c942 FWI-184 - [cli] fix
--help
+ addpolicy sync
success output (#42) - 6d35597 FWI-469 - Add a docker image for the CLI (#40)
- 2c6f51e Fix directory-scanning for automation rules that was broken in commit 28c0f4a (updating logic to process more .rego files) (#49)
- dc961c0 No longer require configuration env var / file for
insights-cli version
(#34)