diff --git a/docs-mslearn/toolkit/changelog.md b/docs-mslearn/toolkit/changelog.md index a74212f41..abf392554 100644 --- a/docs-mslearn/toolkit/changelog.md +++ b/docs-mslearn/toolkit/changelog.md @@ -35,6 +35,17 @@ The following section lists features and enhancements that are currently in deve
+## v0.10 + +_Released April 2025_ + +> [!div class="nextstepaction"] +> [Download](https://github.com/microsoft/finops-toolkit/releases/tag/v0.10) +> [!div class="nextstepaction"] +> [Full changelog](https://github.com/microsoft/finops-toolkit/compare/v0.9...v0.10) + +
+ ## v0.9 Update 1 _Released April 7, 2025_ diff --git a/docs/_includes/ftkver.txt b/docs/_includes/ftkver.txt index 9a7d84f2a..439513398 100644 --- a/docs/_includes/ftkver.txt +++ b/docs/_includes/ftkver.txt @@ -1 +1 @@ -0.9 \ No newline at end of file +0.10-dev \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 45d523ce1..ccdd59c8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ftk", - "version": "0.9.0", + "version": "0.10.0-dev", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ftk", - "version": "0.9.0", + "version": "0.10.0-dev", "license": "MIT", "devDependencies": { "all-contributors-cli": "^6.26.1" diff --git a/package.json b/package.json index 7ca510ffa..f0b192e8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ftk", - "version": "0.9.0", + "version": "0.10.0-dev", "description": "Starter kits, scripts, and advanced solutions to accelerate your FinOps journey in the Microsoft Cloud.", "main": "index.js", "directories": { diff --git a/src/optimization-engine/ftkver.txt b/src/optimization-engine/ftkver.txt index 9a7d84f2a..439513398 100644 --- a/src/optimization-engine/ftkver.txt +++ b/src/optimization-engine/ftkver.txt @@ -1 +1 @@ -0.9 \ No newline at end of file +0.10-dev \ No newline at end of file diff --git a/src/powershell/Private/Get-VersionNumber.ps1 b/src/powershell/Private/Get-VersionNumber.ps1 index dfbf6af2a..d15d977e8 100644 --- a/src/powershell/Private/Get-VersionNumber.ps1 +++ b/src/powershell/Private/Get-VersionNumber.ps1 @@ -4,5 +4,5 @@ function Get-VersionNumber { param() - return '0.9' + return '0.10-dev' } diff --git a/src/powershell/Tests/Integration/Toolkit.Tests.ps1 b/src/powershell/Tests/Integration/Toolkit.Tests.ps1 index 729107753..d2f656292 100644 --- a/src/powershell/Tests/Integration/Toolkit.Tests.ps1 +++ b/src/powershell/Tests/Integration/Toolkit.Tests.ps1 @@ -6,8 +6,8 @@ Describe 'Get-FinOpsToolkitVersion' { It 'Should return all known releases' { # Arrange - $plannedRelease = '0.9' - $expected = @('0.8', '0.7', '0.6', '0.5', '0.4', '0.3', '0.2', '0.1.1', '0.1', '0.0.1') + $plannedRelease = '0.10' + $expected = @('0.9', '0.8', '0.7', '0.6', '0.5', '0.4', '0.3', '0.2', '0.1.1', '0.1', '0.0.1') # Act $result = Get-FinOpsToolkitVersion @@ -35,6 +35,7 @@ Describe 'Get-FinOpsToolkitVersion' { $verStr | Should -BeIn (@($plannedRelease) + $expected) -Because "version '$verStr' should be added to the verification test" # Templates + CheckFile "finops-alerts-v$verStr.zip" '0.9' $null CheckFile "finops-hub-dashboard.json" '0.8' $null CheckFile "finops-hub-v$verStr.zip" $null $null CheckFile "finops-workbooks-v$verStr.zip" '0.6' $null diff --git a/src/templates/finops-hub/modules/ftkver.txt b/src/templates/finops-hub/modules/ftkver.txt index 9a7d84f2a..439513398 100644 --- a/src/templates/finops-hub/modules/ftkver.txt +++ b/src/templates/finops-hub/modules/ftkver.txt @@ -1 +1 @@ -0.9 \ No newline at end of file +0.10-dev \ No newline at end of file diff --git a/src/templates/finops-workbooks/ftkver.txt b/src/templates/finops-workbooks/ftkver.txt index 9a7d84f2a..439513398 100644 --- a/src/templates/finops-workbooks/ftkver.txt +++ b/src/templates/finops-workbooks/ftkver.txt @@ -1 +1 @@ -0.9 \ No newline at end of file +0.10-dev \ No newline at end of file diff --git a/src/workbooks/.scaffold/ftkver.txt b/src/workbooks/.scaffold/ftkver.txt index 9a7d84f2a..439513398 100644 --- a/src/workbooks/.scaffold/ftkver.txt +++ b/src/workbooks/.scaffold/ftkver.txt @@ -1 +1 @@ -0.9 \ No newline at end of file +0.10-dev \ No newline at end of file