Skip to content

Commit

Permalink
Add CHANGELOG for v0.13.0 closes turbot#171
Browse files Browse the repository at this point in the history
  • Loading branch information
cbruno10 committed Jul 13, 2021
1 parent d4c6326 commit dcfa455
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## v0.13.0 [2021-07-13]

_What's new?_

- New tables added
- [azure_compute_disk_metric_read_ops](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_compute_disk_metric_read_ops) ([#166](https://github.com/turbot/steampipe-plugin-azure/pull/166))
- [azure_compute_disk_metric_read_ops_daily](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_compute_disk_metric_read_ops_daily) ([#166](https://github.com/turbot/steampipe-plugin-azure/pull/166))
- [azure_compute_disk_metric_read_ops_hourly](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_compute_disk_metric_read_ops_hourly) ([#166](https://github.com/turbot/steampipe-plugin-azure/pull/166))
- [azure_compute_disk_metric_write_ops](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_compute_disk_metric_write_ops) ([#166](https://github.com/turbot/steampipe-plugin-azure/pull/166))
- [azure_compute_disk_metric_write_ops_daily](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_compute_disk_metric_write_ops_daily) ([#166](https://github.com/turbot/steampipe-plugin-azure/pull/166))
- [azure_compute_disk_metric_write_ops_hourly](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_compute_disk_metric_write_ops_hourly) ([#166](https://github.com/turbot/steampipe-plugin-azure/pull/166))
- [azure_compute_virtual_machine_metric_cpu_utilization](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_compute_virtual_machine_metric_cpu_utilization) ([#166](https://github.com/turbot/steampipe-plugin-azure/pull/166))
- [azure_compute_virtual_machine_metric_cpu_utilization_daily](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_compute_virtual_machine_metric_cpu_utilization_daily) ([#166](https://github.com/turbot/steampipe-plugin-azure/pull/166))
- [azure_compute_virtual_machine_metric_cpu_utilization_hourly](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_compute_virtual_machine_metric_cpu_utilization_hourly) ([#166](https://github.com/turbot/steampipe-plugin-azure/pull/166))
- [azure_data_factory](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_data_factory) ([#158](https://github.com/turbot/steampipe-plugin-azure/pull/158))
- [azure_data_factory_dataset](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_data_factory_dataset) ([#168](https://github.com/turbot/steampipe-plugin-azure/pull/168))
- [azure_express_route_circuit](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_express_route_circuit) ([#170](https://github.com/turbot/steampipe-plugin-azure/pull/170))
- [azure_virtual_network_gateway](https://hub.steampipe.io/plugins/turbot/azure/tables/azure_virtual_network_gateway) ([#157](https://github.com/turbot/steampipe-plugin-azure/pull/157))

_Enhancements_

- Updated: `azure-sdk-for-go` to `v55.4.0+incompatible` ([#166](https://github.com/turbot/steampipe-plugin-azure/pull/166))
- Updated: Change several metric table function names to be consistent with naming standards ([#173](https://github.com/turbot/steampipe-plugin-azure/pull/173))

_Bug fixes_

- Fixed: Integration tests for several tables and remove unused integration tests ([#175](https://github.com/turbot/steampipe-plugin-azure/pull/175))

## v0.12.0 [2021-07-01]

_Enhancements_
Expand Down

0 comments on commit dcfa455

Please sign in to comment.