Skip to content

Commit

Permalink
Add CHANGELOG for v0.57.0 (#757)
Browse files Browse the repository at this point in the history
Co-authored-by: Ved misra <47312748+misraved@users.noreply.github.com>
  • Loading branch information
khushboo9024 and misraved authored May 13, 2024
1 parent 10e1b74 commit adcb203
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.57.0 [2024-05-13]

_Enhancements_

- The Plugin and the Steampipe Anywhere binaries are now built with the `netgo` package. ([#756](https://github.com/turbot/steampipe-plugin-azure/pull/756))

_Bug fixes_

- Fixed the `server_properties` column in the `azure_postgresql_flexible_server` table to correctly return data instead of `nil`. ([#754](https://github.com/turbot/steampipe-plugin-azure/pull/754))

_Dependencies_

- Recompiled plugin with [azure-sdk-for-go v68.0.0+incompatible](https://github.com/Azure/azure-sdk-for-go/releases/tag/v68.0.0). ([#747](https://github.com/turbot/steampipe-plugin-azure/pull/747))
- Recompiled plugin with [steampipe-plugin-sdk v5.10.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5101-2024-05-09) which ensures that `QueryData` passed to `ConnectionKeyColumns` value callback is populated with `ConnectionManager`. ([#755](https://github.com/turbot/steampipe-plugin-azure/pull/755))

## v0.56.0 [2024-04-30]

_What's new?_
Expand Down

0 comments on commit adcb203

Please sign in to comment.