Commit Graph

10441 Commits

Author SHA1 Message Date
PowerShell Team Bot
624d479add
[release/v7.4] Update branch for release - Transitive - true - minor (#24546)
* Update .NET SDK to latest version

* Update package references

* 7.4.6  isn't working for this test.

* try to fix named pipe test again

* Revert "try to fix named pipe test again"

This reverts commit 0966c6428f.

* Revert "7.4.6  isn't working for this test."

This reverts commit 238e3fc551.

* Revert one change to get the bulk of the updates

* Update test/tools/NamedPipeConnection/src/code/Microsoft.PowerShell.NamedPipeConnection.csproj

---------

Co-authored-by: Travis Plunk <github@ez13.net>
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2024-11-05 10:01:50 -08:00
Travis Plunk
37ef282738
[release/v7.4] Fix backport mistake in #24429 (#24545) 2024-11-04 14:34:14 -08:00
Travis Plunk
9a783789c2
Fix seed max value for Container Linux CI (#24510) (#24543)
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
2024-11-04 14:23:40 -08:00
Travis Plunk
72f8c58e6f
Add a way to use only NuGet feed sources (#24528) (#24542)
* Update build.psm1

* update default feeds

* fix issue with cgmanifest having duplicate existing entries

* update pattern
2024-11-04 13:38:37 -08:00
Aditya Patwardhan
0868a24041
Bump Microsoft.PowerShell.PSResourceGet to 1.0.6 (#24419) 2024-10-30 12:37:21 -07:00
Patrick Meinecke
15affc7e14 Merged PR 33083: Update path due to pool change
#### AI description  (iteration 1)
#### PR Classification
Code cleanup

#### PR Summary
This pull request updates the path references in the release upload build info script due to a change in the directory structure.
- `.pipelines/templates/release-upload-buildinfo.yml`: Updated path references for importing the `ci.psm1` module and accessing `metadata.json` to reflect the new directory structure.
2024-10-25 16:33:29 -04:00
Patrick Meinecke
8419685a35 Merged PR 33082: Update pool for "Publish BuildInfo" job
Temporary fix for firewall issue in OneBranch

----
#### AI description  (iteration 1)
#### PR Classification
Configuration update for the build pipeline.

#### PR Summary
This pull request updates the pool configuration for the "Publish BuildInfo" job to use a custom pool.
- `.pipelines/templates/release-upload-buildinfo.yml`: Changed the pool to `PowerShell1ES`, set `isCustom` to true, and added a demand for `ImageOverride` to equal `PSMMS2019-Secure`.
2024-10-25 16:33:29 -04:00
Patrick Meinecke
5890f7b0b4 Merged PR 33077: Add missing backports and new fixes
#### AI description  (iteration 1)
#### PR Classification
Bug fix and new feature implementation.

#### PR Summary
This pull request adds missing backports and introduces new fixes to the pipeline configurations.
- `.pipelines/PowerShell-vPack-Official.yml`: Replaces AzCopy installation and download steps with a package artifact download.
- `.pipelines/templates/release-MakeBlobPublic.yml`: Adds parameters for skipping PSInfra installers and modifies blob copy logic.
- `.pipelines/PowerShell-Release-Official.yml`: Adds a parameter to skip copying archives and installers to PSInfrastructure public location.
- `.pipelines/templates/release-symbols.yml` and `.pipelines/templates/release-upload-buildinfo.yml`: Ensures checkout is done at the beginning of the restore phase.
- `.pipelines/templates/release-publish-pmc.yml`: Changes `BlobFolderName` from `AzureVersion` to `ReleaseTag`.
2024-10-25 16:33:29 -04:00
Patrick Meinecke
bfed231d20 Merged PR 33055: Port copy blob changes
#### AI description  (iteration 1)
#### PR Classification
Code cleanup and configuration update.

#### PR Summary
This pull request updates the pipeline configuration for copying blobs to PSInfra storage.
- `.pipelines/templates/release-MakeBlobPublic.yml`: Added custom pool configuration and demands for `PowerShell1ES`. Simplified environment variable capture command.
2024-10-25 16:33:29 -04:00
Patrick Meinecke
feb8ec8092 Merged PR 33048: Update firewall to monitor
#### AI description  (iteration 1)
#### PR Classification
New feature

#### PR Summary
This pull request updates the firewall configuration to monitor network traffic.
- `.pipelines/PowerShell-Release-Official.yml`: Added feature flags for `LinuxHostVersion` and `WindowsHostVersion` to enable network monitoring.
2024-10-25 16:33:29 -04:00
Patrick Meinecke
ee35772235 Merged PR 33046: Fix typo in release-MakeBlobPublic.yml
Fix typo in release-MakeBlobPublic.yml

----
#### AI description  (iteration 1)
#### PR Classification
Bug fix

#### PR Summary
This pull request fixes a typo in the YAML configuration file for the release pipeline.
- Corrected indentation in `/.pipelines/templates/release-MakeBlobPublic.yml` for the `Capture Environment Variables` step.
2024-10-25 16:33:29 -04:00
Aditya Patwardhan
194ebf9a8f Merged PR 33040: Update change log for 7.4.6
Update change log for 7.4.6

----
#### AI description  (iteration 1)
#### PR Classification
Documentation update.

#### PR Summary
Updated the changelog for version 7.4.6 to reflect the latest changes and improvements.
- `CHANGELOG/7.4.md`: Updated the release date to 2024-10-22 and added an entry for copying to static site instead of making blob public.
2024-10-25 16:33:29 -04:00
Patrick Meinecke
278077e589 Merged PR 32983: Update changelog for v7.4.6 release
`textlint` runs clean for the new entry

----
#### AI description  (iteration 1)
#### PR Classification
Documentation update for the v7.4.6 release.

#### PR Summary
This pull request updates the changelog to document the changes and improvements made in the v7.4.6 release.
- `CHANGELOG/7.4.md`: Added a new section for v7.4.6 detailing build and packaging improvements, including updates to .NET SDK, new NuGet package sources, and various fixes and enhancements.
2024-10-25 16:33:29 -04:00
Aditya Patwardhan
408f6dbc45
Copy to static site instead of making blob public (#24269) (#24473) 2024-10-21 18:23:25 -07:00
Aditya Patwardhan
d71d4f122d
Add ability to capture MSBuild Binary logs when restore fails (#24128) (#24457) 2024-10-16 08:04:05 -07:00
Aditya Patwardhan
63fba30e4a
Keep the roff file when gzipping it. (#24450) (#24453)
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2024-10-16 07:53:02 -07:00
Aditya Patwardhan
55b929b017
Update PowerShell-Coordinated_Packages-Official.yml (#24449)
Fix typo with duplicate keys
2024-10-15 16:05:36 -07:00
Aditya Patwardhan
b8d6c9bbfc
Update and add new NuGet package sources for different environments. (#24264) (#24440) 2024-10-15 15:55:17 -07:00
Aditya Patwardhan
6cfa62364d
Add PMC mapping for debian 12 (bookworm) (#24413) (#24448) 2024-10-15 15:41:01 -07:00
Aditya Patwardhan
9e9fe79f09
[release/v7.4] Fixes to Azure Public feed usage (#24429) 2024-10-15 15:12:08 -07:00
Aditya Patwardhan
5aac2a7a29
Delete assets/AppImageThirdPartyNotices.txt (#24256) (#24438) 2024-10-15 14:13:22 -07:00
Aditya Patwardhan
8763e9ad23
Delete demos directory (#24258) (#24439) 2024-10-15 14:13:07 -07:00
Aditya Patwardhan
afd15e5206
Add specific path for issues in tsaconfig (#24244) (#24436) 2024-10-15 14:12:50 -07:00
Aditya Patwardhan
6026aeb8f3
Checkin generated manpage (#24423) (#24447) 2024-10-15 14:12:34 -07:00
Aditya Patwardhan
8f749a948d
add updated libicu dependency for debian packages (#24301) (#24444) 2024-10-15 14:12:20 -07:00
Aditya Patwardhan
123ac5946b
add mapping to azurelinux repo (#24290) (#24443) 2024-10-15 14:12:02 -07:00
Aditya Patwardhan
f3fb4218a6
Update vpack pipeline (#24281) (#24442) 2024-10-15 14:11:48 -07:00
Aditya Patwardhan
64b8a7053b
Add BaseUrl to buildinfo json file (#24376) (#24446) 2024-10-15 13:17:53 -07:00
Aditya Patwardhan
648adf15b4
Delete the msix blob if it's already there (#24353) (#24445) 2024-10-15 13:17:39 -07:00
Aditya Patwardhan
00feeff38c
Make some release tests run in a hosted pools (#24270) (#24441) 2024-10-15 13:17:07 -07:00
Aditya Patwardhan
1ef84faea9
Create new pipeline for compliance (#24252) (#24437) 2024-10-15 13:16:17 -07:00
Aditya Patwardhan
cd35442288
Use Managed Identity for APIScan authentication (#24243) (#24431) 2024-10-15 12:56:35 -07:00
Aditya Patwardhan
ba6f0705eb
Check Create and Submit in vPack build by default (#24181) (#24430) 2024-10-15 12:56:14 -07:00
Aditya Patwardhan
ddf0da51c0
Capture environment better (#24148) (#24428) 2024-10-15 12:55:54 -07:00
Aditya Patwardhan
ffd202270e
chore: Refactor Nuget package source creation to use New-NugetPackageSource function (#24104) (#24427) 2024-10-15 12:55:35 -07:00
Aditya Patwardhan
dd27b1a115
[release/v7.4] Make Microsoft feeds the default (#24426) 2024-10-15 12:06:01 -07:00
Aditya Patwardhan
99c673d3fe
Bump to .NET 8.0.403 and update dependencies (#24405) 2024-10-12 00:32:28 +00:00
Dongbo Wang
ae3f180145 Merged PR 32133: Update changelog for release v7.4.5
Update changelog for release v7.4.5

----
#### AI description  (iteration 1)
#### PR Classification
Documentation update for the release of version 7.4.5.

#### PR Summary
This pull request updates the changelog to document the changes and improvements made in version 7.4.5.
- `CHANGELOG/7.4.md`: Added entries for general cmdlet updates, test improvements, build and packaging enhancements, and documentation fixes.
2024-08-16 16:51:06 +00:00
Aditya Patwardhan
c26dd61425 Merged PR 32126: Add feature flags for removing network isolation
Add feature flags for removing network isolation

----
#### AI description  (iteration 1)
#### PR Classification
New feature: Adding feature flags for removing network isolation.

#### PR Summary
This pull request introduces feature flags to manage network isolation settings for different host versions.
- `.pipelines/PowerShell-Coordinated_Packages-Official.yml`: Added `featureFlags` for `LinuxHostVersion` and `WindowsHostVersion` to configure network settings.
2024-08-15 17:31:10 +00:00
Dongbo Wang
4d9059c52c
Update ThirdPartyNotices.txt for v7.4.5 (#24160) 2024-08-14 13:20:48 -07:00
Dongbo Wang
adad6a13a9
Update cgmanifest.json for v7.4.5 (#24159) 2024-08-14 11:22:18 -07:00
Dongbo Wang
a98134062d
Rewrite the mac syslog tests to make them less flaky (#21174) (#24152)
Co-authored-by: James Truher [MSFT] <jimtru@microsoft.com>
2024-08-14 09:53:47 -07:00
Dongbo Wang
4c5805da9a
Update .NET SDK to 8.0.400 (#24151) 2024-08-14 07:34:23 -07:00
Dongbo Wang
7f83001edd
Update docs sample nuget.config (#24109) (#24147)
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2024-08-13 16:06:51 -07:00
Dongbo Wang
b45be5c922
Cleanup unused csproj (#23951) (#24146)
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2024-08-13 16:06:29 -07:00
Dongbo Wang
35994915e6
Fix WebCmdlets when -Body is specified but ContentType is not (#23952) (#24145)
Co-authored-by: CarloToso <105941898+CarloToso@users.noreply.github.com>
2024-08-13 16:06:06 -07:00
Dongbo Wang
049a50b481
Fix up broken links in markdown files (#23863) (#24144) 2024-08-13 15:06:38 -07:00
Dongbo Wang
d2a0a0a477
Remember installation options and used them to initialize options for the next installation (#20420) (#24143) 2024-08-13 15:06:08 -07:00
Dongbo Wang
b617f2cb99
Fix failures in GitHub action markdown-link-check (#20996) (#24142) 2024-08-13 15:05:14 -07:00
Aditya Patwardhan
e0a344f395 Use correct signing certificates for RPM and DEBs (#21522) 2024-07-23 15:52:02 -07:00