Commit Graph

10751 Commits

Author SHA1 Message Date
Anam Navied
dd6bb31b67
add updated libicu dependency for debian packages (#24301)
* add updated libicu dependency for debian packages specifically ubuntu24.04

* add mapping for ubuntu noble PMC repo
2024-09-19 15:24:23 -07:00
Jordan Borean
3e3d83cfa4
Treat large Enum values as numbers in ConvertTo-Json (#20999) 2024-09-19 17:24:20 +00:00
Anam Navied
805e621517
add mapping to azurelinux repo (#24290) 2024-09-18 09:30:38 -07:00
Dongbo Wang
0b3709b1e1
Remove the MD5 branch in the strong name signing token calculation (#24288) 2024-09-17 17:09:53 -07:00
James Truher [MSFT]
4fdc02b698
Add telemetry to track the use of features (#24247) 2024-09-16 16:28:19 -07:00
Aditya Patwardhan
9303de597d
Bump .NET 9 to 9.0.100-rc.1.24452.12 (#24273) 2024-09-12 12:10:07 -07:00
Travis Plunk
a42e5dbd1d
Ensure the official build files CodeQL issues (#24278)
* Enable and Disable CodeQL in the right places during the official build

* fix codeql condition

* fix syntax error

* Enable codeQL issue filing

* use parameter instead of branch to force codeql

* try to name the build better

* Update .pipelines/PowerShell-Coordinated_Packages-Official.yml

* add debugging to display name of debugging parameters

* fix spacing

* Update .pipelines/PowerShell-Coordinated_Packages-Official.yml
2024-09-12 10:11:55 -07:00
PowerShell Team Bot
50e99a2489
Update experimental-feature json files (#24271) 2024-09-10 22:52:28 +00:00
Travis Plunk
a9f81c5803
Make some release tests run in a hosted pools (#24270) 2024-09-10 14:48:39 -07:00
Aditya Patwardhan
de0c8d21f4
Do not build the exe for Global tool shim project (#24263) 2024-09-10 20:47:23 +00:00
Dongbo Wang
7e27e63456
Handle global tool specially when prepending PSHome to PATH (#24228) 2024-09-10 13:01:27 -07:00
Steve Lee
4a47d3582e
Fix how processor architecture is validated in Import-Module (#24265) 2024-09-10 12:59:40 -07:00
Travis Plunk
3097c1862e
Update and add new NuGet package sources for different environments. (#24264)
* Update nuget.config

* Update build.psm1

* Update build.psm1

---------

Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
2024-09-10 19:41:53 +00:00
Ikko Eltociear Ashimine
b428e1a393
Fix typos in ShowModuleControl.xaml.cs (#24248) 2024-09-09 12:28:03 -07:00
Steve Lee
ecb2ea6d44
Make features PSCommandNotFoundSuggestion, PSCommandWithArgs, and PSModuleAutoLoadSkipOfflineFiles stable (#24246) 2024-09-09 11:19:09 -07:00
PowerShell Team Bot
c0aca665c4
Update to the latest NOTICES file (#24259) 2024-09-09 09:45:10 -07:00
dependabot[bot]
8e4c15c06a
Bump skitionek/notify-microsoft-teams (#24261) 2024-09-09 09:44:34 -07:00
Travis Plunk
fbf214ac92
Delete demos directory (#24258) 2024-09-06 18:46:28 +00:00
Travis Plunk
849ba1c027
Delete assets/AppImageThirdPartyNotices.txt (#24256) 2024-09-06 11:38:18 -07:00
dependabot[bot]
0b33361d18
Bump actions/upload-artifact from 4.3.6 to 4.4.0 (#24240)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](834a144ee9...50769540e7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2024-09-06 16:25:56 +00:00
dependabot[bot]
7e3672e2e0
Bump github/codeql-action from 3.26.5 to 3.26.6 (#24231)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.5 to 3.26.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](2c779ab0d0...4dd16135b6)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-06 09:24:41 -07:00
Travis Plunk
92825b7710
Create new pipeline for compliance (#24252)
* Set up CI with Start Right

* remove deadcode and add copyright notice

* Update .pipelines/templates/compliance/apiscan.yml

* Apply suggestions from code review

* fix syntax
2024-09-05 22:16:57 +00:00
Travis Plunk
c83bd87e4f
Capture environment better (#24148)
* Capture environment better

* Capture env better
2024-09-05 14:49:23 -07:00
MartinGC94
22e8fed058
Write type data to the pipeline instead of collecting it (#24236) 2024-09-05 10:01:18 +05:00
Travis Plunk
552b87b42c
Add specific path for issues in tsaconfig (#24244) 2024-09-04 10:06:57 -07:00
Aditya Patwardhan
d6555adccb
Use Managed Identity for APIScan authentication (#24243)
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
2024-09-03 21:24:40 +00:00
Aditya Patwardhan
04672bfdd6
Add windows signing for pwsh.exe (#24219)
* Add windows signing for pwsh.exe

* Use CP code for signing pwsh.exe

* Fix typo

* Update signing cert

* Add signing test
2024-09-03 14:20:47 -07:00
dependabot[bot]
5395d0ad81
Bump super-linter/super-linter from 7.0.0 to 7.1.0 (#24223) 2024-08-29 10:39:33 -07:00
Steve Lee
9ceae0c544
Add support to Get-Error to handle BoundParameters (#20640)
* Add support to `Get-Error` to handle BoundParameters

* sort the keys

* change to generalize for all dictionaries

* address Patrick's comment to generalize and use one codepath for dictionaries

* address codefactor
2024-08-26 19:25:16 -04:00
Steve Lee
bb204e25b3
Update the changelog preview.md (#24213) 2024-08-26 15:41:18 -07:00
Thomas Nieto
9b4e7fe9c6
Update changelog readme with 7.4 (#24182) 2024-08-26 15:40:37 -07:00
Justin Chung
1d96ae6bf5
Fix markdown linting error (#24204) 2024-08-26 15:22:44 -07:00
dependabot[bot]
0a0548ba69
Bump github/codeql-action from 3.26.2 to 3.26.5 (#24207) 2024-08-26 15:21:27 -07:00
Steve Lee
59bce18372
Fix Get-FormatData to not cast a type incorrectly (#21157) 2024-08-26 13:32:09 -07:00
Dongbo Wang
5bcda5d060
Update the URLs used in nuget.config files (#24203) 2024-08-23 22:25:23 +00:00
Justin Chung
8e26b0722d
Merged PR 32131: Updated changelog for v7.2.23 (#24196)
Updated changelog for v7.2.23

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

#### PR Summary
Updated the changelog for version 7.2.23 with build and packaging improvements, and documentation updates.
- `CHANGELOG/7.2.md`: Added details for version 7.2.23, including .NET bump to 6.0.425, feature flags for network isolation, and various fixes and improvements in build steps and signing certificates. Updated documentation sample `nuget.config`.

Co-authored-by: Justin Chung <t-juchung@microsoft.com>
2024-08-22 13:15:56 -05:00
Dongbo Wang
9417f6e86c
Update changelog and metadata.json for v7.4.5 release (#24183) 2024-08-20 16:12:59 -07:00
Travis Plunk
c47db95c51
Check Create and Submit in vPack build by default (#24181) 2024-08-20 15:43:20 -07:00
Travis Plunk
cbb61b31d4
Bring 7.2 changelogs back to master (#24158)
* Bring 7.2 changelogs back to master

* Update 7.2.md

* fix ci failures
2024-08-20 13:59:06 -07:00
Ilya
5153f9ba63
Replace PSVersion source generator with incremental one (#23815) 2024-08-19 21:45:45 -07:00
SpyGod
be59e5e80e
Delay progress bar in Copy-Item and Remove-Item cmdlets (#24013) 2024-08-20 08:18:58 +05:00
Armaan Mcleod
07f0798026
Add -Force parameter to Resolve-Path and Convert-Path cmdlets to support wildcard hidden files (#20981)
* Added -Force parameter to Resolve-Path

* Added -Force parameter to Convert-Path

* Added tests

* Handle hidden file prefix for unix

* Use OS automatic variables and cleanup test setup code

* Add missing file prefix
2024-08-19 18:16:32 -07:00
Steve Lee
5eacbadb66
Use host exe to determine $PSHOME location when SMA.dll location is not found (#24072) 2024-08-19 23:13:50 +00:00
Steve Lee
73bdc2bcb2
Remove old code that downloads msix for win-arm64 (#24175)
* Remove old code that downloads msix for win-arm64

* address Travis' comment on missing check for arm64
2024-08-19 22:59:29 +00:00
Steve Lee
ba043c4c27
Fix Test-ModuleManifest so it can use a UNC path (#24115) 2024-08-19 15:40:31 -07:00
Raffaele Zippo
68a18d46b6
Save man files in /usr/share/man instead of /usr/local/share/man (#23855) 2024-08-19 13:44:08 -07:00
dependabot[bot]
79366d6dbf
Bump github/codeql-action from 3.26.0 to 3.26.2 (#24166) 2024-08-19 10:31:14 -07:00
dependabot[bot]
741796bcd4
Bump super-linter/super-linter from 6.8.0 to 7.0.0 (#24169) 2024-08-19 10:30:59 -07:00
Jay Bazuzi
de44505297
Fix a typo in the build doc (#24172) 2024-08-19 10:30:25 -07:00
Patrick Meinecke
f69a4b542b
Update cgmanifest (#24163) 2024-08-15 10:16:47 -07:00