You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+10
Original file line number
Diff line number
Diff 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!!)
0 commit comments