Skip to content

Commit

Permalink
Add CHANGELOG for v0.28.0 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
misraved committed May 9, 2024
1 parent 15ffcbb commit f453408
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down

0 comments on commit f453408

Please sign in to comment.