Skip to content

Commit 8d6e3f4

Browse files
authored
Add CHANGELOG for v0.29.0 (#240)
1 parent ca0b2b2 commit 8d6e3f4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.29.0 [2024-07-26]
2+
3+
_Enhancements_
4+
5+
- Updated the plugin to use fully qualified names while creating CRD tables to make sure that you can query the exact custom resource if there are multiple resources with the same singular name. ([#228](https://github.com/turbot/steampipe-plugin-kubernetes/pull/228)) (Thanks [@afarid](https://github.com/afarid) for the contribution!!)
6+
7+
_Bug fixes_
8+
9+
- Fixed the `kubernetes_custom_resource_definition` table to correctly list out all the CRDs on a cluuster instead of returning a truncated set. ([#235](https://github.com/turbot/steampipe-plugin-kubernetes/pull/235)) (Thanks [@afarid](https://github.com/afarid) for the contribution!!)
10+
111
## v0.28.1 [2024-06-17]
212

313
_Bug fixes_

0 commit comments

Comments
 (0)