Skip to content

Commit d3c8787

Browse files
authored
Add CHANGELOG for v1.5.0 (#924)
1 parent 4d7d726 commit d3c8787

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## v1.5.0 [2025-08-01]
2+
3+
_Deprecations_
4+
5+
- The following columns of the `azure_security_center_contact` have now been deprecated due to the lack of API support:
6+
- `alert_notifications`
7+
- `alerts_to_admins`
8+
9+
_What's new?_
10+
11+
- New tables added
12+
- [azure_network_profile](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_network_profile) ([#892](https://github.com/turbot/steampipe-plugin-azure/pull/892))
13+
14+
_Enhancements_
15+
16+
- Added [rate-limiter tags](https://steampipe.io/docs/guides/limiter#concurrency--rate-limiting) to all tables which can be used to smooth request rates and limit the number of parallel requests to avoid hitting API rate limits. ([#904](https://github.com/turbot/steampipe-plugin-azure/pull/904))
17+
- Added `diagnostic_settings` column to `azure_app_service_web_app` table. ([#921](https://github.com/turbot/steampipe-plugin-azure/pull/921))
18+
- Added `default_blob_diagnostic_settings`, `default_file_diagnostic_settings`, `default_table_diagnostic_settings` and `default_queue_diagnostic_settings` columns to `azure_storage_account` table. ([#918](https://github.com/turbot/steampipe-plugin-azure/pull/918))
19+
- Added `key_policy` column to `azure_storage_account` table. ([#922](https://github.com/turbot/steampipe-plugin-azure/pull/922))
20+
21+
_Bug fixes_
22+
23+
- Fixed the `azure_storage_account` table to correctly handle the `no such host error for premium type storage account`. ([#922](https://github.com/turbot/steampipe-plugin-azure/pull/922))
24+
- Fixed the `diagnostic_settings` column in `azure_key_vault` table to correctly return data instead of null. ([#915](https://github.com/turbot/steampipe-plugin-azure/pull/915))
25+
- Fixed `azure_data_protection_backup_vault` and `azure_security_center_contact` tables to correctly return data instead of an error. ([#917](https://github.com/turbot/steampipe-plugin-azure/pull/917))
26+
- Fixed the `azure_security_center_contact` table to correctly return data instead of null. ([#902](https://github.com/turbot/steampipe-plugin-azure/pull/902))
27+
28+
_Dependencies_
29+
30+
- Recompiled plugin with Go version `1.24`. ([#912](https://github.com/turbot/steampipe-plugin-azure/pull/912))
31+
- Recompiled plugin with [steampipe-plugin-sdk v5.13.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5130-2025-07-21) that addresses critical and high vulnerabilities in dependent packages. ([#912](https://github.com/turbot/steampipe-plugin-azure/pull/912))
32+
133
## v1.4.0 [2025-05-09]
234

335
_Enhancements_

0 commit comments

Comments
 (0)