Skip to content

Commit

Permalink
Add CHANGELOG for v0.29.0 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
misraved authored Jul 26, 2024
1 parent ca0b2b2 commit 8d6e3f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.29.0 [2024-07-26]

_Enhancements_

- 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!!)

_Bug fixes_

- 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!!)

## v0.28.1 [2024-06-17]

_Bug fixes_
Expand Down

0 comments on commit 8d6e3f4

Please sign in to comment.