Skip to content

Commit fb929f6

Browse files
authored
Update version for next release (#1491)
1 parent f0e3496 commit fb929f6

File tree

10 files changed

+23
-11
lines changed

10 files changed

+23
-11
lines changed

docs-mslearn/toolkit/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ The following section lists features and enhancements that are currently in deve
4040

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

43+
## v0.10
44+
45+
_Released April 2025_
46+
47+
> [!div class="nextstepaction"]
48+
> [Download](https://github.com/microsoft/finops-toolkit/releases/tag/v0.10)
49+
> [!div class="nextstepaction"]
50+
> [Full changelog](https://github.com/microsoft/finops-toolkit/compare/v0.9...v0.10)
51+
52+
<br>
53+
4354
## v0.9 Update 1
4455

4556
_Released April 7, 2025_

docs/_includes/ftkver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9
1+
0.10-dev

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ftk",
3-
"version": "0.9.0",
3+
"version": "0.10.0-dev",
44
"description": "Starter kits, scripts, and advanced solutions to accelerate your FinOps journey in the Microsoft Cloud.",
55
"main": "index.js",
66
"directories": {

src/optimization-engine/ftkver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9
1+
0.10-dev

src/powershell/Private/Get-VersionNumber.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
function Get-VersionNumber
55
{
66
param()
7-
return '0.9'
7+
return '0.10-dev'
88
}

src/powershell/Tests/Integration/Toolkit.Tests.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Describe 'Get-FinOpsToolkitVersion' {
77
It 'Should return all known releases' {
88
# Arrange
9-
$plannedRelease = '0.9'
10-
$expected = @('0.8', '0.7', '0.6', '0.5', '0.4', '0.3', '0.2', '0.1.1', '0.1', '0.0.1')
9+
$plannedRelease = '0.10'
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')
1111

1212
# Act
1313
$result = Get-FinOpsToolkitVersion
@@ -35,6 +35,7 @@ Describe 'Get-FinOpsToolkitVersion' {
3535
$verStr | Should -BeIn (@($plannedRelease) + $expected) -Because "version '$verStr' should be added to the verification test"
3636

3737
# Templates
38+
CheckFile "finops-alerts-v$verStr.zip" '0.9' $null
3839
CheckFile "finops-hub-dashboard.json" '0.8' $null
3940
CheckFile "finops-hub-v$verStr.zip" $null $null
4041
CheckFile "finops-workbooks-v$verStr.zip" '0.6' $null
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9
1+
0.10-dev
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9
1+
0.10-dev

src/workbooks/.scaffold/ftkver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9
1+
0.10-dev

0 commit comments

Comments
 (0)