Skip to content

aksd: Update version to 0.9.0#764

Open
gambtho wants to merge 4 commits into
mainfrom
rc-0.9.0
Open

aksd: Update version to 0.9.0#764
gambtho wants to merge 4 commits into
mainfrom
rc-0.9.0

Conversation

@gambtho

@gambtho gambtho commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

Description

Brief description of the changes made in this PR.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance improvement
  • Code refactoring
  • CI/CD changes
  • Other: **___**

Related Issues

Closes #[issue number]
Related to #[issue number]

Changes Made

  • List the specific changes made
  • Include any architectural decisions
  • Mention any dependencies added/removed

Testing

  • Unit tests pass
  • Integration tests pass
  • Manual testing completed
  • Performance tested (if applicable)
  • Accessibility tested (if applicable)

Test Cases

Describe the test cases that were run:

  1. Test case 1
  2. Test case 2
  3. Test case 3

Screenshots/Videos

If applicable, add screenshots or videos to demonstrate the changes.

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Breaking Changes

If this is a breaking change, describe:

  • What breaks
  • How to migrate
  • Timeline for deprecation

Performance Impact

  • No performance impact
  • Performance improved
  • Performance degraded (explain why this is acceptable)

Documentation Updates

  • README.md updated
  • API documentation updated
  • Code comments updated
  • User guide updated
  • No documentation updates needed

Reviewer Notes

Any specific areas you'd like reviewers to focus on or questions you have.

Copilot AI review requested due to automatic review settings July 14, 2026 13:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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-monorepo version to 0.9.0.
  • Bumped plugins/aks-desktop plugin version to 0.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.

Comment thread package.json
{
"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",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

running npm i in root and in plugins/aks-desktop should update it. also just manually editing in the package-lock should work

Copilot AI review requested due to automatic review settings July 14, 2026 16:21

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

Comment thread package.json
{
"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",
Copilot AI review requested due to automatic review settings July 14, 2026 18:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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",

Comment thread package.json
Comment on lines 1 to +3
{
"name": "aks-desktop-monorepo",
"version": "0.3.0-beta",
"version": "0.9.0",
Comment on lines 1 to +3
{
"name": "aks-desktop",
"version": "0.3.0-beta",
"version": "0.9.0",
Comment on lines 156 to +157
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)
Copilot AI review requested due to automatic review settings July 16, 2026 14:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 5 out of 7 changed files in this pull request and generated 2 comments.

Files not reviewed (1)
  • plugins/aks-desktop/package-lock.json: Generated file

Comment on lines 156 to +157
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",
Copilot AI review requested due to automatic review settings July 16, 2026 20:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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",

Comment on lines 156 to +157
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)
Copilot AI review requested due to automatic review settings July 16, 2026 20:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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

Comment thread .github/workflows/1es-pipeline.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants