Conversation
There was a problem hiding this comment.
Pull request overview
Updates the monorepo and AKS Desktop plugin package versions to 0.9.0 to reflect a new release version across the primary published package surfaces.
Changes:
- Bumped root
aks-desktop-monorepoversion to0.9.0. - Bumped
plugins/aks-desktopplugin version to0.9.0.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Updates the monorepo package version to 0.9.0. |
| plugins/aks-desktop/package.json | Updates the AKS Desktop plugin package version to 0.9.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { | ||
| "name": "aks-desktop-monorepo", | ||
| "version": "0.3.0-beta", | ||
| "version": "0.9.0", |
| { | ||
| "name": "aks-desktop", | ||
| "version": "0.3.0-beta", | ||
| "version": "0.9.0", |
There was a problem hiding this comment.
running npm i in root and in plugins/aks-desktop should update it. also just manually editing in the package-lock should work
| { | ||
| "name": "aks-desktop-monorepo", | ||
| "version": "0.3.0-beta", | ||
| "version": "0.9.0", |
| { | ||
| "name": "aks-desktop", | ||
| "version": "0.3.0-beta", | ||
| "version": "0.9.0", |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Comments suppressed due to low confidence (1)
.config/guardian/.gdnbaselines:23
- This baseline entry was updated to target the 0.9.0 executable, but the same entry’s
expirationDate(line 26) is 2026-04-26, which is already in the past relative to the current date. If Guardian enforces baseline expiration, this may cause the pipeline to start failing; please refresh/regenerate the baseline so the expiration and justification reflect the new baseline time window.
"target": "file:///C:/a/_work/1/aks-desktop-exe-unsigned/aks-desktop-0.9.0-win-x64.exe",
"memberOf": [
"default"
],
"tool": "binskim",
| { | ||
| "name": "aks-desktop-monorepo", | ||
| "version": "0.3.0-beta", | ||
| "version": "0.9.0", |
| { | ||
| "name": "aks-desktop", | ||
| "version": "0.3.0-beta", | ||
| "version": "0.9.0", |
| echo "Finding built .exe file..." | ||
| EXE_PATH=$(find headlamp/app/dist -type f -name "aks-desktop*.exe" -print -quit) | ||
| EXE_PATH=$(find headlamp/app/dist -type f -name "aks-desktop-*-win-x64.exe" -print -quit) |
| echo "Finding built .exe file..." | ||
| EXE_PATH=$(find headlamp/app/dist -type f -name "aks-desktop*.exe" -print -quit) | ||
| EXE_PATH=$(find headlamp/app/dist -type f -name "aks-desktop-*-win-x64.exe" -print -quit) |
| "09484848b5db84a7bad081ef7803ed2a91c61ff1270728a8dce1f1a81a086d6b" | ||
| ], | ||
| "target": "file:///C:/a/_work/1/aks-desktop-exe-unsigned/aks-desktop-0.2.0-alpha-win-x64.exe", | ||
| "target": "file:///C:/a/_work/1/aks-desktop-exe-unsigned/aks-desktop-0.9.0-win-x64.exe", |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- plugins/aks-desktop/package-lock.json: Generated file
Comments suppressed due to low confidence (1)
.config/guardian/.gdnbaselines:23
- This Guardian baseline entry was updated to point at the new 0.9.0 unsigned exe, but the metadata in the same entry still indicates an old baseline window (createdDate 2025-11-07) and an expirationDate (2026-04-26) that is already in the past. If Guardian enforces expirations, this can start failing CI; consider regenerating/renewing the baseline so dates/justification match the new signature+target.
"target": "file:///C:/a/_work/1/aks-desktop-exe-unsigned/aks-desktop-0.9.0-win-x64.exe",
"memberOf": [
"default"
],
"tool": "binskim",
| echo "Finding built .exe file..." | ||
| EXE_PATH=$(find headlamp/app/dist -type f -name "aks-desktop*.exe" -print -quit) | ||
| EXE_PATH=$(find headlamp/app/dist -type f -name "aks-desktop-*-win-x64.exe" -print -quit) |
Description
Brief description of the changes made in this PR.
Type of Change
Related Issues
Closes #[issue number]
Related to #[issue number]
Changes Made
Testing
Test Cases
Describe the test cases that were run:
Screenshots/Videos
If applicable, add screenshots or videos to demonstrate the changes.
Checklist
Breaking Changes
If this is a breaking change, describe:
Performance Impact
Documentation Updates
Reviewer Notes
Any specific areas you'd like reviewers to focus on or questions you have.