Skip to content

Commit

Permalink
Add CHANGELOG for v0.65.0 (#837)
Browse files Browse the repository at this point in the history
Co-authored-by: misraved <[email protected]>
Co-authored-by: Ved misra <[email protected]>
  • Loading branch information
3 people authored Sep 3, 2024
1 parent 05c2459 commit 5a70a9b
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## v0.65.0 [2024-09-03]

_What's new?_

- New tables added
- [azure_key_vault_certificate](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_key_vault_certificate) ([#698](https://github.com/turbot/steampipe-plugin-azure/pull/698))
- [azure_web_application_firewall_policy](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_web_application_firewall_policy) ([#834](https://github.com/turbot/steampipe-plugin-azure/pull/834))

_Enhancements_

- Added `time_created` column to the `azure_compute_virtual_machine` table. ([#831](https://github.com/turbot/steampipe-plugin-azure/pull/831))
- Added `ip_configuration`, `linked_public_ip_address`, `nat_gateway` and `service_public_ip_address` columns to the `azure_public_ip` table. ([#836](https://github.com/turbot/steampipe-plugin-azure/pull/836))
- Added 20 new columns to the `azure_postgresql_flexible_server` table. ([#824](https://github.com/turbot/steampipe-plugin-azure/pull/824))

_Bug fixes_

- Fixed the `ip_configurations` column of the `azure_subnet` table to correctly return data instead of `null`. ([#822](https://github.com/turbot/steampipe-plugin-azure/pull/822))
- Fixed the `web_application_firewall_configuration` column of `azure_application_gateway` table to correctly return data instead of `null`. ([#835](https://github.com/turbot/steampipe-plugin-azure/pull/835))

_Dependencies_

- Recompiled plugin with Go version `1.22`. ([#832](https://github.com/turbot/steampipe-plugin-azure/pull/832))
- Recompiled plugin with [steampipe-plugin-sdk v5.10.4](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5104-2024-08-29) that fixes logging in the plugin export tools.
- Updated the `azure_mysql_flexible_server` and `azure_postgresql_flexible_server` tables to use the new Azure ARM Go package. ([#820](https://github.com/turbot/steampipe-plugin-azure/pull/820))

## v0.64.0 [2023-08-07]

_Enhancements_
Expand All @@ -24,7 +49,6 @@ _Bug fixes_
## v0.62.0 [2024-07-12]



- Added column `power_state` to the `azure_compute_virtual_machine_scale_set_vm` table. ([#800](https://github.com/turbot/steampipe-plugin-azure/pull/800)) (Thanks [@pdepdecatcat](https://github.com/pdecat) for the contribution!)

_Bug fixes_
Expand Down

0 comments on commit 5a70a9b

Please sign in to comment.