Skip to content

Commit

Permalink
Add CHANGELOG for v0.19.0 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
madhushreeray30 committed May 11, 2023
1 parent 22ea04e commit 2e444db
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
## v0.19.0 [2023-05-11]

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.4.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v541-2023-05-05) which fixes increased plugin initialization time due to multiple connections causing the schema to be loaded repeatedly. ([#134](https://github.com/turbot/steampipe-plugin-kubernetes/pull/134))

## 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))
- 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]

Expand Down

0 comments on commit 2e444db

Please sign in to comment.