Roll out 1.45.0 to 100% - #9148
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 5ac12042-9631-4792-b18f-f90eecf350d5
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 5ac12042-9631-4792-b18f-f90eecf350d5
|
Copilot resolve the merge conflicts in this pull request |
….45.0-rollout-100 # Conflicts: # version/version.json Co-authored-by: charan-kamasani <156611911+charan-kamasani@users.noreply.github.com>
Match the documented rule (Update-Infrastructure.md) and prior 100% rollouts (#9026, #8991), which all keep cleanInstall true. Only the default rollout percentage advances to 100%. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 790aac27-b53e-404e-bd5f-1c24fdb5ce4f
There was a problem hiding this comment.
Pull request overview
Completes the phased rollout configuration for Azure Storage Explorer 1.45.0 by moving the “default” update group from a partial rollout to full availability.
Changes:
- Updated the 1.45.0
defaultupdate group rollout percentage from 50% → 100%.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Note on This branch hit a merge conflict with Merge is blocked only because I was the last pusher, so it needs one approval from someone other than me. Craig Alvord (@craxal) / preethikurup, could you approve? |
5153c75
into
main
Problem
Completes the 1.45.0 phased rollout. Assumes the 50% increment has been merged and monitored with no issues.
Fix
Advance the 1.45.0 default update group to 100% (full rollout) and set
cleanInstalltofalse, since a clean install is only required during the initial rollout phase.Dependencies
Stacked on the 50% rollout PR (#9147). Once #9147 merges, this PR's diff reduces to the 50% to 100% change. Merge after #9147.