From f45340805779775c804ab841f83bf22de64fb885 Mon Sep 17 00:00:00 2001 From: Ved misra <47312748+misraved@users.noreply.github.com> Date: Thu, 9 May 2024 13:01:16 +0530 Subject: [PATCH] Add CHANGELOG for v0.28.0 (#220) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e87d5..dfda5a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v0.28.0 [2024-05-09] + +_Enhancements_ + +- The `context_name` column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Kubernetes connections. ([#217](https://github.com/turbot/steampipe-plugin-kubernetes/pull/217)) +- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package. ([#219](https://github.com/turbot/steampipe-plugin-kubernetes/pull/219)) +- Added the `version` flag to the plugin's Export tool. ([#65](https://github.com/turbot/steampipe-export/pull/65)) + +_Dependencies_ + +- Recompiled plugin with [steampipe-plugin-sdk v5.10.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5100-2024-04-10) that adds support for connection key columns. ([#217](https://github.com/turbot/steampipe-plugin-kubernetes/pull/217)) +- Recompiled plugin with [github.com/hashicorp/go-getter v1.7.4](https://github.com/hashicorp/go-getter/releases/tag/v1.7.4). ([#218](https://github.com/turbot/steampipe-plugin-kubernetes/pull/218)) + ## v0.27.0 [2024-01-22] _Enhancements_