diff --git a/CHANGELOG.md b/CHANGELOG.md index 828af31..2d10e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.11](https://github.com/cloudquery/cq-provider-k8s/compare/v0.5.10...v0.5.11) (2022-06-22) + + +### Features + +* YAML config support ([#182](https://github.com/cloudquery/cq-provider-k8s/issues/182)) ([e58d2cf](https://github.com/cloudquery/cq-provider-k8s/commit/e58d2cf35d50714b37a929bfa80290d63f84cfeb)) + ## [0.5.10](https://github.com/cloudquery/cq-provider-k8s/compare/v0.5.9...v0.5.10) (2022-06-20) diff --git a/test/policy_cq_config.hcl b/test/policy_cq_config.hcl index c4de965..5c0ce96 100644 --- a/test/policy_cq_config.hcl +++ b/test/policy_cq_config.hcl @@ -1,8 +1,5 @@ // Configuration AutoGenerated by CloudQuery CLI cloudquery { - plugin_directory = "./cq/providers" - policy_directory = "./cq/policies" - provider "k8s" { source = "cloudquery/k8s" version = "latest"