-
Notifications
You must be signed in to change notification settings - Fork 8k
Comparing changes
Open a pull request
base repository: PowerShell/PowerShell
base: v7.5.3
head repository: PowerShell/PowerShell
compare: v7.5.4
- 18 commits
- 81 files changed
- 9 contributors
Commits on Sep 6, 2025
-
[release/v7.5] Add LinuxHost Network configuration to PowerShell Pack…
…ages pipeline (#26002) Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 653e93d - Browse repository at this point
Copy the full SHA 653e93dView commit details
Commits on Sep 8, 2025
-
[release/v7.5] Add v7.5.3 Changelog (#26015)
Co-authored-by: Justin Chung <124807742+jshigetomi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5ad67e1 - Browse repository at this point
Copy the full SHA 5ad67e1View commit details -
[release/v7.5] Fix variable reference for release environment in pipe…
…line (#26013) Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for a77962d - Browse repository at this point
Copy the full SHA a77962dView commit details
Commits on Sep 10, 2025
-
[release/v7.5] Update Ev2 Shell Extension Image to AzureLinux 3 for P…
…MC Release (#26032) Co-authored-by: Anam Navied <anam.naviyou@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ca3365b - Browse repository at this point
Copy the full SHA ca3365bView commit details
Commits on Sep 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for af70e9e - Browse repository at this point
Copy the full SHA af70e9eView commit details
Commits on Sep 22, 2025
-
[release/v7.5] Suppress false positive PSScriptAnalyzer warnings in t…
…ests and build scripts (#26059) Co-authored-by: Patrick Meinecke <SeeminglyScience@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8272044 - Browse repository at this point
Copy the full SHA 8272044View commit details
Commits on Oct 9, 2025
-
[release/v7.5] Ensure that socket timeouts are set only during the to…
…ken validation (#26079)
Configuration menu - View commit details
-
Copy full SHA for ce08de8 - Browse repository at this point
Copy the full SHA ce08de8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a40434 - Browse repository at this point
Copy the full SHA 0a40434View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf11519 - Browse repository at this point
Copy the full SHA bf11519View commit details -
[release/v7.5] add CodeQL suppressions for UpdatableHelp and NativeCo…
…mmandProcessor methods (#26171)
Configuration menu - View commit details
-
Copy full SHA for 559291f - Browse repository at this point
Copy the full SHA 559291fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf33058 - Browse repository at this point
Copy the full SHA cf33058View commit details
Commits on Oct 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 423fd19 - Browse repository at this point
Copy the full SHA 423fd19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 083f2ca - Browse repository at this point
Copy the full SHA 083f2caView commit details -
[release/v7.5.4] Fix checks for local user config file paths (#112)
* Fix checks for local user config file paths - Use the `DoNotVerify` option with `Environment.GetFolderPath`, ensuring the configured location will be returned regardless of if it has been created already - If we get an empty string, null or whitespace from `GetFolderPath`, consider that as disabled and skip loading or processing further for that location. * Add logic for if `SHGetKnownFolderPath` gives null --------- Co-authored-by: Patrick Meinecke <seeminglyscience@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b85ee4f - Browse repository at this point
Copy the full SHA b85ee4fView commit details -
Merged PR 37168: Backport Release Pipeline Changes
#### AI description (iteration 1) #### PR Classification Backport release pipeline configuration updates to improve channel-specific publishing and build environment initialization. #### PR Summary This pull request backports multiple pipeline enhancements to streamline the release process. Key changes include: - **`/.pipelines/templates/release-MSIX-Publish.yml`**: Updated publishing tasks to conditionally handle LTS, Stable, and Preview channels with refined conditions and logging. - **`/.pipelines/templates/package-create-msix.yml`**: Improved XML namespace handling for updating the AppStoreName, revised task inputs, and added a failure log upload task. - **`/.pipelines/templates/release-githubNuget.yml`**: Modified tag pattern matching and regex logic for constructing the git push tag command. - **`/.pipelines/PowerShell-Release-Official.yml` & release validation templates**: Adjusted stage dependencies, enhanced environment initialization using the build module, and updated the Linux SDK validation image. - **`/.pipelines/store/SBConfig.json` & `/.pipelines/templates/channelSelection.yml`**: Revised configuration inclusions and updated metadata file paths for better consistency. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
Configuration menu - View commit details
-
Copy full SHA for 79ba97e - Browse repository at this point
Copy the full SHA 79ba97eView commit details
Commits on Oct 16, 2025
-
Merged PR 37175: [release/7.5.4] Update network isolation policy
Update network isolation policy ---- #### AI description (iteration 1) #### PR Classification This pull request is a configuration update that revises network isolation settings. #### PR Summary The changes update several PowerShell pipeline YAML files to replace the network feature flag value KS3 with KS4, ensuring consistency across both Linux and Windows configurations. - `/.pipelines/PowerShell-Coordinated_Packages-Official.yml`: Updated Linux and Windows host version network flags from KS3 to KS4. - `/.pipelines/PowerShell-Packages-Official.yml`: Changed network values for both Linux and Windows host versions from KS3 to KS4. - `/.pipelines/PowerShell-Release-Official.yml`: Replaced the Windows network flag from KS3 to KS4 and refined dependency formatting. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
Configuration menu - View commit details
-
Copy full SHA for 2c85bf3 - Browse repository at this point
Copy the full SHA 2c85bf3View commit details -
Merged PR 37183: [release/v7.5] Update vPack name (#26221)
[release/v7.5] Update vPack name (#26221) ---- #### AI description (iteration 1) #### PR Classification This pull request is a configuration update for the release pipeline. #### PR Summary The changes update the pipeline parameter for the vPack name to align with new naming conventions. - In `/.pipelines/PowerShell-vPack-Official.yml`, the default value for `vPackName` is changed from `'PowerShell'` to `'PowerShell.BuildTool'` and the new value is added to the list of valid options. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
Configuration menu - View commit details
-
Copy full SHA for 00b8b2e - Browse repository at this point
Copy the full SHA 00b8b2eView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 7c8d9e7 - Browse repository at this point
Copy the full SHA 7c8d9e7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.5.3...v7.5.4