From 2732dd01ae46e650ca2a97f07191eea1cc9e8606 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:22:28 +0300 Subject: [PATCH 1/2] chore(main): Release v0.5.11 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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) From f623ede485876479b3b11634176d966124a1b3bd Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Wed, 22 Jun 2022 14:37:08 +0300 Subject: [PATCH 2/2] Update policy_cq_config.hcl --- test/policy_cq_config.hcl | 3 --- 1 file changed, 3 deletions(-) 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"