Merged
Conversation
Update Download and Full changelog URLs to point to v14 instead of v13. 🤖 Generated with [Claude Code](https://claude.ai/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Starts the v14 development cycle by bumping toolkit version references to 14.0-dev and extending Update-Version.ps1 to automate updating the changelog and integration test version expectations during future version bumps.
Changes:
- Bumped version markers across templates, docs includes, PowerShell, and NPM metadata to
14.0-dev. - Added changelog + integration-test auto-update logic to
src/scripts/Update-Version.ps1. - Updated integration test expectations for the next planned release and added checks for new release artifacts.
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/workbooks/.scaffold/ftkver.txt | Bumps scaffolded workbook version marker to 14.0-dev. |
| src/templates/finops-workbooks/ftkver.txt | Updates workbook template version marker to 14.0-dev. |
| src/templates/finops-hub/modules/fx/ftkver.txt | Updates hubs module version marker to 14.0-dev. |
| src/templates/finops-hub/modules/fx/ftktag.txt | Updates hubs module tag marker to v14.0-dev. |
| src/templates/finops-alerts/modules/ftkver.txt | Updates alerts module version marker to 14.0-dev. |
| src/scripts/Update-Version.ps1 | Adds automation to insert a new changelog section and update integration test version variables during version bumps. |
| src/powershell/Tests/Integration/Toolkit.Tests.ps1 | Updates planned release/expected versions and adds checks for calendar invite artifacts. |
| src/powershell/Private/Get-VersionNumber.ps1 | Updates PowerShell-reported version to 14.0-dev. |
| src/optimization-engine/ftkver.txt | Updates optimization engine version marker to 14.0-dev. |
| package.json | Bumps NPM version to 14.0.0-dev. |
| package-lock.json | Syncs lockfile version to 14.0.0-dev. |
| docs/_includes/ftkver.txt | Updates docs site version include to 14.0-dev. |
| docs/_includes/ftktag.txt | Updates docs site tag include to v14.0-dev. |
| docs-mslearn/toolkit/changelog.md | Adds a new v14 section at the top of the changelog. |
Collaborator
Author
|
🤖 [AI][Claude] PR Update Summary Addressed: 2 thread(s)
Copilot suggested replacing |
RolandKrummenacher
approved these changes
Feb 24, 2026
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 cycle. Updates all version references from 13.0 to 14.0-dev and automates the changelog and integration test updates in
Update-Version.ps1so future version bumps don't require manual edits.Version bump (automated by Update-Version.ps1):
New automation in Update-Version.ps1:
$plannedReleaseand$expectedversion array14.0-dev→v14)This is based on PR #2003
📋 Checklist
🔬 How did you test this change?
🙋♀️ Do any of the following that apply?
📑 Did you update
docs/changelog.md?📖 Did you update documentation?