Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

chore(main): Release v0.6.0 #230

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.6.0](https://github.com/cloudquery/cq-provider-k8s/compare/v0.5.25...v0.6.0) (2022-07-27)


### ⚠ BREAKING CHANGES

* Update SDK to v0.14.1 (#231)

### Features

* Add dashboards ([#244](https://github.com/cloudquery/cq-provider-k8s/issues/244)) ([3f1e8cd](https://github.com/cloudquery/cq-provider-k8s/commit/3f1e8cd4830529b60a1478f42dafa549a1daede7))


### Bug Fixes

* Default execution_time in policies ([#239](https://github.com/cloudquery/cq-provider-k8s/issues/239)) ([c0c2612](https://github.com/cloudquery/cq-provider-k8s/commit/c0c2612fc4ed6f9439e54821bae3b5088d5141f2))
* **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.14.2 ([#236](https://github.com/cloudquery/cq-provider-k8s/issues/236)) ([e75d84c](https://github.com/cloudquery/cq-provider-k8s/commit/e75d84c1b323de6dbd982e6ee69387a08d6ba51b))
* **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.14.3 ([#238](https://github.com/cloudquery/cq-provider-k8s/issues/238)) ([2828e6d](https://github.com/cloudquery/cq-provider-k8s/commit/2828e6d427dd7bf21c0b04cb84b6fb94032c8d6f))
* **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.14.4 ([#241](https://github.com/cloudquery/cq-provider-k8s/issues/241)) ([cbca1f5](https://github.com/cloudquery/cq-provider-k8s/commit/cbca1f543a93acaf0eab36da9486b73d1b703ef3))
* **deps:** Update Terraform nginx to v1.23.1 ([#243](https://github.com/cloudquery/cq-provider-k8s/issues/243)) ([e386de7](https://github.com/cloudquery/cq-provider-k8s/commit/e386de787857848d883cbcb2d58a47f01861b819))
* Policy minor fixes ([#237](https://github.com/cloudquery/cq-provider-k8s/issues/237)) ([bccf50b](https://github.com/cloudquery/cq-provider-k8s/commit/bccf50b933921f7576f06e790106e89052976ab2))


### Miscellaneous Chores

* Update SDK to v0.14.1 ([#231](https://github.com/cloudquery/cq-provider-k8s/issues/231)) ([424075e](https://github.com/cloudquery/cq-provider-k8s/commit/424075e0fd299207b9a8b5bd7e2416e3a0368ba3))

## [0.5.25](https://github.com/cloudquery/cq-provider-k8s/compare/v0.5.24...v0.5.25) (2022-07-18)


Expand Down