Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the development branch for the v14 release by updating all version references from 13.0 to 14.0-dev across the toolkit. This is a routine version preparation task that happens after each release to set up the branch for the next development cycle.
Changes:
- Updated version numbers across all toolkit components (package files, templates, workbooks, PowerShell modules) to 14.0-dev
- Updated PowerShell integration tests to expect v14 as the planned release and added v13 to the list of known releases
- Created v14 section in the changelog with release date and links
Reviewed changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated version from 13.0.0 to 14.0.0-dev |
| package-lock.json | Updated version from 13.0.0 to 14.0.0-dev in two locations |
| src/workbooks/.scaffold/ftkver.txt | Updated version from 13.0 to 14.0-dev |
| src/templates/finops-workbooks/ftkver.txt | Updated version from 13.0 to 14.0-dev |
| src/templates/finops-hub/modules/fx/ftkver.txt | Updated version from 13.0 to 14.0-dev |
| src/templates/finops-hub/modules/fx/ftktag.txt | Updated tag from v13 to v14.0-dev |
| src/templates/finops-alerts/modules/ftkver.txt | Updated version from 13.0 to 14.0-dev |
| src/optimization-engine/ftkver.txt | Updated version from 13.0 to 14.0-dev |
| src/powershell/Private/Get-VersionNumber.ps1 | Updated return value from 13.0 to 14.0-dev |
| src/powershell/Tests/Integration/Toolkit.Tests.ps1 | Updated planned release to '14', added '13' to expected versions, reformatted function, added meeting invite file checks, added comment about FinOpsToolkitData.pbix |
| docs/_includes/ftkver.txt | Updated version from 13.0 to 14.0-dev |
| docs/_includes/ftktag.txt | Updated tag from v13 to v14.0-dev |
| docs-mslearn/toolkit/changelog.md | Added v14 section with release date and links |
Comment on lines
+42
to
+44
| > [Download](https://github.com/microsoft/finops-toolkit/releases/tag/v13) | ||
| > [!div class="nextstepaction"] | ||
| > [Full changelog](https://github.com/microsoft/finops-toolkit/compare/v12...v13) |
There was a problem hiding this comment.
The Download and Full changelog links are incorrect for v14. They currently point to v13 and v12...v13 respectively, but should point to v14 and v13...v14. These links need to be updated to match the new version.
Suggested change
| > [Download](https://github.com/microsoft/finops-toolkit/releases/tag/v13) | |
| > [!div class="nextstepaction"] | |
| > [Full changelog](https://github.com/microsoft/finops-toolkit/compare/v12...v13) | |
| > [Download](https://github.com/microsoft/finops-toolkit/releases/tag/v14) | |
| > [!div class="nextstepaction"] | |
| > [Full changelog](https://github.com/microsoft/finops-toolkit/compare/v13...v14) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🛠️ Description
Start the v14 release
📋 Checklist
🔬 How did you test this change?
🙋♀️ Do any of the following that apply?
📑 Did you update
docs/changelog.md?📖 Did you update documentation?