Skip to content

Prep branch for v14#2003

Open
flanakin wants to merge 1 commit intofeatures/hubs-recsfrom
flanakin/v14-starter
Open

Prep branch for v14#2003
flanakin wants to merge 1 commit intofeatures/hubs-recsfrom
flanakin/v14-starter

Conversation

@flanakin
Copy link
Collaborator

🛠️ Description

Start the v14 release

📋 Checklist

🔬 How did you test this change?

  • 🤏 Lint tests
  • 🤞 PS -WhatIf / az validate
  • 👍 Manually deployed + verified
  • 💪 Unit tests
  • 🙌 Integration tests

🙋‍♀️ Do any of the following that apply?

  • 🚨 This is a breaking change.
  • 🤏 The change is less than 20 lines of code.

📑 Did you update docs/changelog.md?

  • ✅ Updated changelog (required for dev PRs)
  • ➡️ Will add log in a future PR (feature branch PRs only)
  • ❎ Log not needed (small/internal change)

📖 Did you update documentation?

  • ✅ Public docs in docs (required for dev)
  • ✅ Public docs in docs-mslearn (required for dev)
  • ✅ Internal dev docs in docs-wiki (required for dev)
  • ✅ Internal dev docs in src (required for dev)
  • ➡️ Will add docs in a future PR (feature branch PRs only)
  • ❎ Docs not needed (small/internal change)

Copilot AI review requested due to automatic review settings February 13, 2026 11:22
@microsoft-github-policy-service microsoft-github-policy-service bot added Micro PR 🔬 Very small PR that should be especially easy for newcomers Needs: Review 👀 PR that is ready to be reviewed labels Feb 13, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Copilot uses AI. Check for mistakes.
@flanakin flanakin added this to the v14 milestone Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Micro PR 🔬 Very small PR that should be especially easy for newcomers Needs: Review 👀 PR that is ready to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants