Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package 0.7 #1157

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_includes/ftkver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7-dev
0.7
73 changes: 40 additions & 33 deletions docs/_resources/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,20 @@ Legend:
πŸͺ›β¬†οΈ Update
🌱 Pre-release

πŸ“— FinOps guide
🏦 FinOps hubs
πŸ“Š Power BI reports
πŸ“’ FinOps workbooks
πŸ” Optimization engine
πŸ–₯️ PowerShell
🦾 Bicep modules
🌐 Open data

βž• Added
✏️ Changed
πŸ› οΈ Fixed
🚫 Deprecated
πŸ—‘οΈ Removed

πŸ“’ Workbook
🏦 FinOps hubs
πŸ–₯️ PowerShell
-->

## πŸ”„οΈ Unreleased
Expand All @@ -62,16 +67,9 @@ Legend:

> βž• Added:
>
> 2. Auto-backfill – Backfill historical data from Microsoft Cost Management.
> 3. Retention – Configure how long you want to keep Cost Management exports and normalized data in storage.
> 4. ETL pipelile – Add support for parquet files created by Cost Management exports.
> 5. Private endpoints support.
> - Added private endpoints for storage account, Azure Data Explorer & Keyvault.
> - Added managed virtual network & storage endpoint for Azure Data Factory Runtime.
> - All data processing now happens within a vNet.
> - Added param to disable external access to Azure Data Lake and Azure Data Explorer.
> - Added param to specify subnet range of vnet - minumum size = /26
> 6. Infrastructure encryption - Added an optional enableInfrastructureEncryption template parameter to support storage account infrastructure encryption.
> 1. Auto-backfill – Backfill historical data from Microsoft Cost Management.
> 1. Retention – Configure how long you want to keep Cost Management exports and normalized data in storage.
> 1. ETL pipelile – Add support for parquet files created by Cost Management exports.

πŸ“Š Power BI reports
{: .fs-5 .fw-500 .mt-4 mb-0 }
Expand All @@ -89,27 +87,19 @@ Legend:
> 1. Cost Management export modules for subscriptions and resource groups.
>

<br><a name="latest"></a>

## 🚚 v0.7

<sup>Released November 2024</sup>

πŸ“— FinOps guide
{: .fs-5 .fw-500 .mt-4 mb-0 }

> ✏️ Changed:
>
> 1. Added Enterprise App Patterns links resources to the architecting for the cloud section.

πŸ” Optimization engine
{: .fs-5 .fw-500 .mt-4 mb-0 }

> πŸ› οΈ Fixed:
>
> 1. Exports ingestion issues in cases where exports come with empty lines ([#998](https://github.com/microsoft/finops-toolkit/issues/998))
> 1. Missing columns in EA savings plans exports ([#1026](https://github.com/microsoft/finops-toolkit/issues/1026))

<br><a name="latest"></a>

## 🚚 v0.7

<sup>Released November 2024</sup>

πŸ“Š Power BI reports
{: .fs-5 .fw-500 .mt-4 mb-0 }

Expand Down Expand Up @@ -152,12 +142,16 @@ Legend:
> 1. Option to ingest data into an Azure Data Explorer cluster.
> 1. Set missing reservation list and contracted prices/cost columns for EA and MCA accounts (Data Explorer only).
> - Requires the price sheet export to be configured.
> 12. Fix EffectiveCost for savings plan purchases to work around a bug in exported data (Data Explorer only).
> - The same fix was applied to Power BI reports for those not using Data Explorer. The underlying data has not changed however.
> 3. Support for FOCUS 1.0r2 exports.
> 1. Support for FOCUS 1.0r2 exports.
> - The 1.0r2 dataset only differs in date formatting. There are no functional differences compared to 1.0.
> - The 1.0r2 dataset is only needed when ingesting data into a system that requires date/time values to include seconds (for example, "2024-01-01T00:00:00Z" where the last "00" is seconds).

> 1. Support for private endpoints via an optional template parameter.
> - Added private endpoints for storage account, Azure Data Explorer & Keyvault.
> - Added managed virtual network & storage endpoint for Azure Data Factory Runtime.
> - All data processing now happens within a vNet.
> - Added param to disable external access to Azure Data Lake and Azure Data Explorer.
> - Added param to specify subnet range of vnet - minumum size = /26
> 1. Support for storage account infrastructure encryption.
>
> ✏️ Changed:
>
Expand All @@ -171,8 +165,13 @@ Legend:
> - For reservation recommendations, use "Recommendations".
> - For reservation transactions, use "Transactions".
> 1. Renamed the `msexports_FileAdded` trigger to `msexports_ManifestAdded`.
>
> πŸ› οΈ Fixed:
>
> 1. Fix EffectiveCost for savings plan purchases to work around a bug in exported data (Data Explorer only).
> - The same fix was applied to Power BI reports for those not using Data Explorer. The underlying data has not changed however.

πŸ“’ Azure Monitor workbooks
πŸ“’ FinOps workbooks
{: .fs-5 .fw-500 .mt-4 mb-0 }

> βž• Added:
Expand All @@ -192,6 +191,14 @@ Legend:
> 1. On the Database tab, removed the idle SQL databases query.
> - This query will be re-evaluated and added again in a future release.

πŸ” Optimization engine
{: .fs-5 .fw-500 .mt-4 mb-0 }

> πŸ› οΈ Fixed:
>
> 1. Exports ingestion issues in cases where exports come with empty lines ([#998](https://github.com/microsoft/finops-toolkit/issues/998))
> 1. Missing columns in EA savings plans exports ([#1026](https://github.com/microsoft/finops-toolkit/issues/1026))

🌐 Open data
{: .fs-5 .fw-500 .mt-4 mb-0 }

Expand Down
Loading
Loading