Skip to content

Commit

Permalink
Add CHANGELOG for v0.18.1 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
misraved committed Apr 14, 2023
1 parent 1f0cd24 commit fd34ee9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.18.1 [2023-04-14]

_Bug fixes_

- The plugin will no longer fail to initialize when attempting to create dynamic custom resource tables and the client cannot be created. ([#130](https://github.com/turbot/steampipe-plugin-kubernetes/pull/130))
- Fixed the `selector_query` column of `kubernetes_replication_controller` table to correctly return data instead of an error. ([#127](https://github.com/turbot/steampipe-plugin-kubernetes/pull/127))
- Fixed `kubernetes_endpoint_slice`, `kubernetes_horizontal_pod_autoscaler`, `kubernetes_pod_disruption_budget` and `kubernetes_pod_security_policy` tables to correctly return data instead of an error by removing incompatible API dependencies. ([#126](https://github.com/turbot/steampipe-plugin-kubernetes/pull/126))

## v0.18.0 [2023-04-04]

_What's new?_
Expand Down

0 comments on commit fd34ee9

Please sign in to comment.