mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 01:34:19 +08:00
2d092b1ea6
* Merged PR 32689: Fix typo in release-MakeBlobPublic.yml Fix typo in release-MakeBlobPublic.yml * Merged PR 32696: Fixed Test Scenario for Compress-PSResource The test was failing because a relative path was provided to parameter -DestinationPath. Should update Compress-PSResource to accept relative paths for -DestinationPath. ---- #### AI description (iteration 1) #### PR Classification Bug fix for a failing test scenario. #### PR Summary This pull request fixes the test scenario for the `Compress-PSResource` function. - `Microsoft.PowerShell.PSResourceGet.Tests.ps1`: Updated the path resolution for `$PublishedNupkgs` using `Resolve-Path` and added a missing line break in the test for compressing a module. * Merged PR 32709: Changelog for v7.5.0-preview.5 Added 7.5.0-preview.5 change log ---- Changelog update for the new preview release. This pull request updates the changelog for the v7.5.0-preview.5 release, documenting breaking changes, engine updates, new features, and other improvements. - `ConvertTo-Json`: Treat large Enum values as numbers. - `Import-Module`: Fix processor architecture validation. - `Resolve-Path` and `Convert-Path`: Add `-Force` parameter to support wildcard hidden files. - `PSResourceGet` test: Fix cleanup. - Various build and packaging improvements, including updates to dependencies and test scenarios. * added ks2 to release pipeline * Merged PR 32752: Copy global tools to static site Rather than an intermediate folder that must be manually copied into the static site. ---- #### AI description (iteration 1) #### PR Classification Code modification to enhance functionality. #### PR Summary This pull request updates the release pipeline to copy global tools to a static site. - Changes in `/.pipelines/templates/release-MakeBlobPublic.yml` to set `prefix` and `destinationPrefix` for blob copying. - Adjusted destination container name to use `$web` and updated blob naming conventions. * Merged PR 32759: Switch to single quotes for container name in global tool copy #### AI description (iteration 1) #### PR Classification Code cleanup #### PR Summary This pull request updates the container name string to use single quotes for consistency. - Changes in `/.pipelines/templates/release-MakeBlobPublic.yml` to switch `$destinationContainerName` from double quotes to single quotes. * Added condition for make blob public * moved conditional from global tools to copy * conditional as a paramter instead of var * removed dependency * blob folder name to release Tag --------- Co-authored-by: Aditya Patwardhan <adityap@microsoft.com> Co-authored-by: Justin Chung <t-juchung@microsoft.com> Co-authored-by: Justin Chung <chungjustin@microsoft.com> Co-authored-by: Patrick Meinecke <pmeinecke@microsoft.com> Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
26 KiB
26 KiB
Preview Changelog
7.5.0-preview.5 - 2024-10-01
Breaking Changes
- Treat large
Enum
values as numbers inConvertTo-Json
(#20999) (#24304)
Engine Updates and Fixes
- Fix how processor architecture is validated in
Import-Module
(#24265) (#24317)
Experimental Features
General Cmdlet Updates and Fixes
- Add
-Force
parameter toResolve-Path
andConvert-Path
cmdlets to support wildcard hidden files (#20981) (#24344) - Add telemetry to track the use of features (#24247) (#24331)
- Treat large
Enum
values as numbers inConvertTo-Json
(#20999) (#24304) - Make features
PSCommandNotFoundSuggestion
,PSCommandWithArgs
, andPSModuleAutoLoadSkipOfflineFiles
stable (#24246) (#24310) - Handle global tool when prepending
$PSHome
toPATH
(#24228) (#24307)
Tests
- Fix cleanup in
PSResourceGet
test (#24339) (#24345)
Build and Packaging Improvements
Bump .NET SDK to 9.0.100-rc.1.24452.12
- Fixed Test Scenario for
Compress-PSResource
(Internal 32696) - Add back local NuGet source for test packages (Internal 32693)
- Fix typo in
release-MakeBlobPublic.yml
(Internal 32689) - Copy to static site instead of making blob public (#24269) (#24343)
- Update
Microsoft.PowerShell.PSResourceGet
to1.1.0-preview2
(#24300) (#24337) - Remove the MD5 branch in the strong name signing token calculation (#24288) (#24321)
- Update experimental-feature json files (#24271) (#24319)
- Add updated
libicu
dependency for Debian packages (#24301) (#24324) - Add mapping to
AzureLinux
repo (#24290) (#24322) - Update and add new NuGet package sources for different environments. (#24264) (#24316)
- Bump .NET 9 to
9.0.100-rc.1.24452.12
(#24273) (#24320) - Make some release tests run in a hosted pools (#24270) (#24318)
- Do not build the exe for Global tool shim project (#24263) (#24315)
- Delete
assets/AppImageThirdPartyNotices.txt
(#24256) (#24313) - Create new pipeline for compliance (#24252) (#24312)
- Add specific path for issues in tsaconfig (#24244) (#24309)
- Use Managed Identity for APIScan authentication (#24243) (#24308)
- Add Windows signing for
pwsh.exe
(#24219) (#24306) - Check
Create and Submit
in vPack build by default (#24181) (#24305)
Documentation and Help Content
- Delete demos directory (#24258) (#24314)
7.5.0-preview.4 - 2024-08-28
Engine Updates and Fixes
- RecommendedAction: Explicitly start and stop ANSI Error Color (#24065) (Thanks @JustinGrote!)
- Improve .NET overload definition of generic methods (#21326) (Thanks @jborean93!)
- Optimize the
+=
operation for a collection when it's an object array (#23901) (Thanks @jborean93!) - Allow redirecting to a variable as experimental feature
PSRedirectToVariable
(#20381)
General Cmdlet Updates and Fixes
- Change type of
LineNumber
toulong
inSelect-String
(#24075) (Thanks @Snowman-25!) - Fix
Invoke-RestMethod
to allow-PassThru
and-Outfile
work together (#24086) (Thanks @jshigetomi!) - Fix Hyper-V Remoting when the module is imported via implicit remoting (#24032) (Thanks @jborean93!)
- Add
ConvertTo-CliXml
andConvertFrom-CliXml
cmdlets (#21063) (Thanks @ArmaanMcleod!) - Add
OutFile
property inWebResponseObject
(#24047) (Thanks @jshigetomi!) - Show filename in
Invoke-WebRequest -OutFile -Verbose
(#24041) (Thanks @jshigetomi!) Set-Acl
: Do not fail on untranslatable SID (#21096) (Thanks @jborean93!)- Fix the extent of the parser error when a number constant is invalid (#24024)
- Fix
Move-Item
to throw error when moving into itself (#24004) - Fix up .NET method invocation with
Optional
argument (#21387) (Thanks @jborean93!) - Fix progress calculation on
Remove-Item
(#23869) (Thanks @jborean93!) - Fix WebCmdlets when
-Body
is specified butContentType
is not (#23952) (Thanks @CarloToso!) - Enable
-NoRestart
to work withRegister-PSSessionConfiguration
(#23891) - Add
IgnoreComments
andAllowTrailingCommas
options toTest-Json
cmdlet (#23817) (Thanks @ArmaanMcleod!) - Get-Help may report parameters with
ValueFromRemainingArguments
attribute as pipeline-able (#23871)
Code Cleanup
We thank the following contributors!
@xtqqczze, @eltociear
- Minor cleanup on local variable names within a method (#24105)
- Remove explicit
IDE1005
suppressions (#21217) (Thanks @xtqqczze!) - Fix a typo in
WebRequestSession.cs
(#23963) (Thanks @eltociear!)
Tools
- devcontainers: mount workspace in /PowerShell (#23857) (Thanks @rzippo!)
Tests
- Add debugging to the MTU size test (#21463)
Build and Packaging Improvements
We thank the following contributors!
@bosesubham2011
- Update third party notices (Internal 32128)
- Update cgmanifest (#24163)
- Fixes to Azure Public feed usage (#24149)
- Add support for back porting PRs from GitHub or the Private Azure Repos (#20670)
- Move to
9.0.0-preview.6.24327.7
(#24133) - update path (#24134)
- Update to the latest NOTICES file (#24131)
- Fix semver issue with updating cgmanifest (#24132)
- Add ability to capture MSBuild Binary logs when restore fails (#24128)
- add ability to skip windows stage (#24116)
- chore: Refactor Nuget package source creation to use New-NugetPackageSource function (#24104)
- Make Microsoft feeds the default (#24098)
- Cleanup unused csproj (#23951)
- Add script to update SDK version during release (#24034)
- Enumerate over all signed zip packages (#24063)
- Update metadata.json for PowerShell July releases (#24082)
- Add macos signing for package files (#24015)
- Update
install-powershell.sh
to support azure-linux (#23955) (Thanks @bosesubham2011!) - Skip build steps that do not have exe packages (#23945)
- Update metadata.json for PowerShell June releases (#23973)
- Create
powershell.config.json
forPowerShell.Windows.x64
global tool (#23941) - Fix error in the vPack release, debug script that blocked release (#23904)
- Add vPack release (#23898)
- Fix exe signing with third party signing for WiX engine (#23878)
- Update wix installation in CI (#23870)
- Add checkout to fix TSA config paths (#23865)
- Merge the
v7.5.0-preview.3
release branch to GitHub master branch - Update
metadata.json
for thev7.5.0-preview.3
release (#23862) - Bump
PSResourceGet
to1.1.0-preview1
(#24129) - Bump
github/codeql-action
from 3.25.8 to 3.26.0 (#23953) (#23999) (#24053) (#24069) (#24095) (#24118) - Bump
actions/upload-artifact
from 4.3.3 to 4.3.6 (#24019) (#24113) (#24119) - Bump
agrc/create-reminder-action
from 1.1.13 to 1.1.15 (#24029) (#24043) - Bump
agrc/reminder-action
from 1.0.12 to 1.0.14 (#24028) (#24042) - Bump
super-linter/super-linter
from 5.7.2 to 6.8.0 (#23809) (#23856) (#23894) (#24030) (#24103) - Bump
ossf/scorecard-action
from 2.3.1 to 2.4.0 (#23802) (#24096) - Bump
actions/dependency-review-action
from 4.3.2 to 4.3.4 (#23897) (#24046) - Bump
actions/checkout
from 4.1.5 to 4.1.7 (#23813) (#23947) - Bump
github/codeql-action
from 3.25.4 to 3.25.8 (#23801) (#23893)
Documentation and Help Content
- Update docs sample nuget.config (#24109)
- Update Code of Conduct and Security Policy (#23811)
- Update working-group-definitions.md for the Security WG (#23884)
- Fix up broken links in Markdown files (#23863)
- Update Engine Working Group Members (#23803) (Thanks @kilasuit!)
- Remove outdated and contradictory information from
README
(#23812)
7.5.0-preview.3 - 2024-05-16
Breaking Changes
- Remember installation options and used them to initialize options for the next installation (#20420) (Thanks @reduckted!)
ConvertTo-Json
: SerializeBigInteger
as a number (#21000) (Thanks @jborean93!)
Engine Updates and Fixes
- Fix generating
OutputType
when running in Constrained Language Mode (#21605) - Revert the PR #17856 (Do not preserve temporary results when no need to do so) (#21368)
- Make sure the assembly/library resolvers are registered at early stage (#21361)
- Fix PowerShell class to support deriving from an abstract class with abstract properties (#21331)
- Fix error formatting for pipeline enumeration exceptions (#20211)
General Cmdlet Updates and Fixes
- Added progress bar for
Remove-Item
cmdlet (#20778) (Thanks @ArmaanMcleod!) - Expand
~
to$home
on Windows with tab completion (#21529) - Separate DSC configuration parser check for ARM processor (#21395) (Thanks @dkontyko!)
- Fix
[semver]
type to passsemver.org
tests (#21401) - Don't complete when declaring parameter name and class member (#21182) (Thanks @MartinGC94!)
- Add
RecommendedAction
toConciseView
of the error reporting (#20826) (Thanks @JustinGrote!) - Fix the error when using
Start-Process -Credential
without the admin privilege (#21393) (Thanks @jborean93!) - Fix
Test-Path -IsValid
to check for invalid path and filename characters (#21358) - Fix build failure due to missing reference in
GlobalToolShim.cs
(#21388) - Fix argument passing in
GlobalToolShim
(#21333) (Thanks @ForNeVeR!) - Make sure both stdout and stderr can be redirected from a native executable (#20997)
- Handle the case that
Runspace.DefaultRunspace == null
when logging for WDAC Audit (#21344) - Fix a typo in
releaseTools.psm1
(#21306) (Thanks @eltociear!) Get-Process
: Remove admin requirement for-IncludeUserName
(#21302) (Thanks @jborean93!)- Fall back to type inference when hashtable key-value cannot be retrieved from safe expression (#21184) (Thanks @MartinGC94!)
- Fix the regression when doing type inference for
$_
(#21223) (Thanks @MartinGC94!) - Revert "Adjust PUT method behavior to POST one for default content type in WebCmdlets" (#21049)
- Fix a regression in
Format-Table
when header label is empty (#21156)
Code Cleanup
We thank the following contributors!
@xtqqczze
- Enable
CA1868
: Unnecessary call to 'Contains' for sets (#21165) (Thanks @xtqqczze!) - Remove
JetBrains.Annotations
attributes (#21246) (Thanks @xtqqczze!)
Tests
- Update
metadata.json
andREADME.md
(#21454) - Skip test on Windows Server 2012 R2 for
no-nl
(#21265)
Build and Packaging Improvements
Bump to .NET 9.0.0-preview.3
We thank the following contributors!
@alerickson, @tgauth, @step-security-bot, @xtqqczze
- Fix PMC publish and the file path for msixbundle
- Fix release version and stage issues in build and packaging
- Add release tag if the environment variable is set
- Update installation on Wix module (#23808)
- Updates to package and release pipelines (#23800)
- Update
PSResourceGet
to 1.0.5 (#23796) - Bump
actions/upload-artifact
from 4.3.2 to 4.3.3 (#21520) - Bump
actions/dependency-review-action
from 4.2.5 to 4.3.2 (#21560) - Bump
actions/checkout
from 4.1.2 to 4.1.5 (#21613) - Bump
github/codeql-action
from 3.25.1 to 3.25.4 (#22071) - Use feed with Microsoft Wix toolset (#21651) (Thanks @tgauth!)
- Bump to .NET 9 preview 3 (#21782)
- Use
PSScriptRoot
to find path to Wix module (#21611) - Create the
Windows.x64
global tool with shim for signing (#21559) - Update Wix package install (#21537) (Thanks @tgauth!)
- Add branch counter variables for daily package builds (#21523)
- Use correct signing certificates for RPM and DEBs (#21522)
- Revert to version available on
Nuget
forMicrosoft.CodeAnalysis.Analyzers
(#21515) - Official PowerShell Package pipeline (#21504)
- Add a PAT for fetching PMC cli (#21503)
- Bump
ossf/scorecard-action
from 2.0.6 to 2.3.1 (#21485) - Apply security best practices (#21480) (Thanks @step-security-bot!)
- Bump
Microsoft.CodeAnalysis.Analyzers
(#21449) - Fix package build to not check some files for a signature. (#21458)
- Update PSResourceGet version from 1.0.2 to 1.0.4.1 (#21439) (Thanks @alerickson!)
- Verify environment variable for OneBranch before we try to copy (#21441)
- Add back two transitive dependency packages (#21415)
- Multiple fixes in official build pipeline (#21408)
- Update
PSReadLine
tov2.3.5
(#21414) - PowerShell co-ordinated build OneBranch pipeline (#21364)
- Add file description to
pwsh.exe
(#21352) - Suppress MacOS package manager output (#21244) (Thanks @xtqqczze!)
- Update
metadata.json
andREADME.md
(#21264)
Documentation and Help Content
- Update the doc about how to build PowerShell (#21334) (Thanks @ForNeVeR!)
- Update the member lists for the Engine and Interactive-UX working groups (#20991) (Thanks @kilasuit!)
- Update CHANGELOG for
v7.2.19
,v7.3.12
andv7.4.2
(#21462) - Fix grammar in
FAQ.md
(#21468) (Thanks @CodingGod987!) - Fix typo in
SessionStateCmdletAPIs.cs
(#21413) (Thanks @eltociear!) - Fix typo in a test (#21337) (Thanks @testwill!)
- Fix typo in
ast.cs
(#21350) (Thanks @eltociear!) - Adding Working Group membership template (#21153)
7.5.0-preview.2 - 2024-02-22
Engine Updates and Fixes
- Fix
using assembly
to usePath.Combine
when constructing assembly paths (#21169) - Validate the value for
using namespace
during semantic checks to prevent declaring invalid namespaces (#21162)
General Cmdlet Updates and Fixes
- Add
WinGetCommandNotFound
andCompletionPredictor
modules to track usage (#21040) ConvertFrom-Json
: Add-DateKind
parameter (#20925) (Thanks @jborean93!)- Add tilde expansion for windows native executables (#20402) (Thanks @domsleee!)
- Add
DirectoryInfo
to theOutputType
forNew-Item
(#21126) (Thanks @MartinGC94!) - Fix
Get-Error
serialization of array values (#21085) (Thanks @jborean93!)
Code Cleanup
We thank the following contributors!
@eltociear
- Fix a typo in
CoreAdapter.cs
(#21179) (Thanks @eltociear!) - Remove
PSScheduledJob
module source code (#21189)
Tests
- Rewrite the mac syslog tests to make them less flaky (#21174)
Build and Packaging Improvements
Bump to .NET 9 Preview 1
We thank the following contributors!
@gregsdennis
- Bump to .NET 9 Preview 1 (#21229)
- Add dotnet-runtime-9.0 as a dependency for the Mariner package
- Add dotenv install as latest version does not work with current Ruby version (#21239)
- Remove
surrogateFile
setting of APIScan (#21238) - Update experimental-feature json files (#21213)
- Update to the latest NOTICES file (#21236)(#21177)
- Update the cgmanifest (#21237)(#21093)
- Update the cgmanifest (#21178)
- Bump XunitXml.TestLogger from 3.1.17 to 3.1.20 (#21207)
- Update versions of PSResourceGet (#21190)
- Generate MSI for
win-arm64
installer (#20516) - Bump JsonSchema.Net to v5.5.1 (#21120) (Thanks @gregsdennis!)
Documentation and Help Content
- Update
README.md
andmetadata.json
for v7.5.0-preview.1 release (#21094) - Fix incorrect examples in XML docs in
PowerShell.cs
(#21173) - Update WG members (#21091)
- Update changelog for v7.4.1 (#21098)
7.5.0-preview.1 - 2024-01-18
Breaking Changes
- Fix
-OlderThan
and-NewerThan
parameters forTest-Path
when usingPathType
and date range (#20942) (Thanks @ArmaanMcleod!) - Previously
-OlderThan
would be ignored if specified together - Change
New-FileCatalog -CatalogVersion
default to 2 (#20428) (Thanks @ThomasNieto!)
General Cmdlet Updates and Fixes
- Fix completion crash for the SCCM provider (#20815, #20919, #20915) (Thanks @MartinGC94!)
- Fix regression in
Get-Content
when-Tail 0
and-Wait
are used together (#20734) (Thanks @CarloToso!) - Add
Aliases
to the properties shown up when formatting the help content of the parameter returned byGet-Help
(#20994) - Add implicit localization fallback to
Import-LocalizedData
(#19896) (Thanks @chrisdent-de!) - Change
Test-FileCatalog
to useFile.OpenRead
to better handle the case where the file is being used (#20939) (Thanks @dxk3355!) - Added
-Module
completion forSave-Help
andUpdate-Help
commands (#20678) (Thanks @ArmaanMcleod!) - Add argument completer to
-Verb
forStart-Process
(#20415) (Thanks @ArmaanMcleod!) - Add argument completer to
-Scope
for*-Variable
,*-Alias
&*-PSDrive
commands (#20451) (Thanks @ArmaanMcleod!) - Add argument completer to
-Verb
forGet-Verb
andGet-Command
(#20286) (Thanks @ArmaanMcleod!) - Fixing incorrect formatting string in
CommandSearcher
trace logging (#20928) (Thanks @powercode!) - Ensure the filename is not null when logging WDAC ETW events (#20910) (Thanks @jborean93!)
- Fix four regressions introduced by the WDAC logging feature (#20913)
- Leave the input, output, and error handles unset when they are not redirected (#20853)
- Fix
Start-Process -PassThru
to make sure theExitCode
property is accessible for the returnedProcess
object (#20749) (Thanks @CodeCyclone!) - Fix
Group-Object
output using interpolated strings (#20745) (Thanks @mawosoft!) - Fix rendering of
DisplayRoot
for networkPSDrive
(#20793) - Fix
Invoke-WebRequest
to report correct size when-Resume
is specified (#20207) (Thanks @LNKLEO!) - Add
PSAdapter
andConsoleGuiTools
to module load telemetry allow list (#20641) - Fix Web Cmdlets to allow
WinForm
apps to work correctly (#20606) - Block getting help from network locations in restricted remoting sessions (#20593)
- Fix
Group-Object
to use current culture for its output (#20608) - Add argument completer to
-Version
forSet-StrictMode
(#20554) (Thanks @ArmaanMcleod!) - Fix
Copy-Item
progress to only show completed when all files are copied (#20517) - Fix UNC path completion regression (#20419) (Thanks @MartinGC94!)
- Add telemetry to check for specific tags when importing a module (#20371)
- Report error if invalid
-ExecutionPolicy
is passed topwsh
(#20460) - Add
HelpUri
toRemove-Service
(#20476) - Fix
unixmode
to handlesetuid
andsticky
when file is not an executable (#20366) - Fix
Test-Connection
due to .NET 8 changes (#20369) - Fix implicit remoting proxy cmdlets to act on common parameters (#20367)
- Set experimental features to stable for 7.4 release (#20285)
- Revert changes to continue using
BinaryFormatter
forOut-GridView
(#20300) - Fix
Get-Service
non-terminating error message to include category (#20276) - Prevent
Export-CSV
from flushing with every input (#20282) (Thanks @Chris--A!) - Fix a regression in DSC (#20268)
- Include the module version in error messages when module is not found (#20144) (Thanks @ArmaanMcleod!)
- Add
-Empty
and-InputObject
parameters toNew-Guid
(#20014) (Thanks @CarloToso!) - Remove the comment trigger from feedback provider (#20136)
- Prevent fallback to file completion when tab completing type names (#20084) (Thanks @MartinGC94!)
- Add the alias
r
to the parameter-Recurse
for theGet-ChildItem
command (#20100) (Thanks @kilasuit!)
Code Cleanup
We thank the following contributors!
@eltociear, @ImportTaste, @ThomasNieto, @0o001
- Fix typos in the code base (#20147, #20492, #20632, #21015, #20838) (Thanks @eltociear!)
- Add the missing alias
LP
to-LiteralPath
for some cmdlets (#20820) (Thanks @ImportTaste!) - Remove parenthesis for empty attribute parameters (#20087) (Thanks @ThomasNieto!)
- Add space around keyword according to the
CodeFactor
rule (#20090) (Thanks @ThomasNieto!) - Remove blank lines as instructed by
CodeFactor
rules (#20086) (Thanks @ThomasNieto!) - Remove trailing whitespace (#20085) (Thanks @ThomasNieto!)
- Fix typo in error message (#20145) (Thanks @0o001!)
Tools
- Make sure feedback link in the bot's comment is clickable (#20878) (Thanks @floh96!)
- Fix bot so anyone who comments will remove the "Resolution-No Activity" label (#20788)
- Fix bot configuration to prevent multiple comments about "no activity" (#20758)
- Add bot logic for closing GitHub issues after 6 months of "no activity" (#20525)
- Refactor bot for easier use and updating (#20805)
- Configure bot to add survey comment for closed issues (#20397)
Tests
- Suppress error output from
Set-Location
tests (#20499) - Fix typo in
FileCatalog.Tests.ps1
(#20329) (Thanks @eltociear!) - Continue to improve tests for release automation (#20182)
- Skip the test on x86 as
InstallDate
is not visible onWow64
(#20165) - Harden some problematic release tests (#20155)
Build and Packaging Improvements
We thank the following contributors!
@alerickson, @Zhoneym, @0o001
- Bump .NET SDK to 8.0.101 (#21084)
- Update the cgmanifest (#20083, #20436, #20523, #20560, #20627, #20764, #20906, #20933, #20955, #21047)
- Update to the latest NOTICES file (#20074, #20161, #20385, #20453, #20576, #20590, #20880, #20905)
- Bump StyleCop.Analyzers from 1.2.0-beta.507 to 1.2.0-beta.556 (#20953)
- Bump xUnit to 2.6.6 (#21071)
- Bump JsonSchema.Net to 5.5.0 (#21027)
- Fix failures in GitHub action
markdown-link-check
(#20996) - Bump xunit.runner.visualstudio to 2.5.6 (#20966)
- Bump github/codeql-action from 2 to 3 (#20927)
- Bump Markdig.Signed to 0.34.0 (#20926)
- Bump Microsoft.ApplicationInsights from 2.21.0 to 2.22.0 (#20888)
- Bump Microsoft.NET.Test.Sdk to 17.8.0 (#20660)
- Update
apiscan.yml
to have access to theAzDevOpsArtifacts
variable group (#20671) - Set the
ollForwardOnNoCandidateFx
inruntimeconfig.json
to roll forward only on minor and patch versions (#20689) - Sign the global tool shim executable (#20794)
- Bump actions/github-script from 6 to 7 (#20682)
- Remove RHEL7 publishing to packages.microsoft.com as it's no longer supported (#20849)
- Bump Microsoft.CodeAnalysis.CSharp to 4.8.0 (#20751)
- Add internal nuget feed to compliance build (#20669)
- Copy azure blob with PowerShell global tool to private blob and move to CDN during release (#20659)
- Fix release build by making the internal SDK parameter optional (#20658)
- Update PSResourceGet version to 1.0.1 (#20652)
- Make internal .NET SDK URL as a parameter for release builld (#20655)
- Fix setting of variable to consume internal SDK source (#20644)
- Bump Microsoft.Management.Infrastructure to v3.0.0 (#20642)
- Bump Microsoft.PowerShell.Native to v7.4.0 (#20617)
- Bump Microsoft.Security.Extensions from 1.2.0 to 1.3.0 (#20556)
- Fix package version for .NET nuget packages (#20551)
- Add SBOM for release pipeline (#20519)
- Block any preview vPack release (#20243)
- Only registry App Path for release package (#20478)
- Increase timeout when publishing packages to
pacakages.microsoft.com
(#20470) - Fix alpine tar package name and do not crossgen alpine fxdependent package (#20459)
- Bump PSReadLine from 2.2.6 to 2.3.4 (#20305)
- Remove the
ref
folder before running compliance (#20373) - Updates RIDs used to generate component Inventory (#20370)
- Bump XunitXml.TestLogger from 3.1.11 to 3.1.17 (#20293)
- Update experimental-feature json files (#20335)
- Use
fxdependent-win-desktop
runtime for compliance runs (#20326) - Release build: Change the names of the PATs (#20307)
- Add mapping for mariner arm64 stable (#20213)
- Put the calls to
Set-AzDoProjectInfo
andSet-AzDoAuthToken
in the right order (#20306) - Enable vPack provenance data (#20220)
- Bump actions/checkout from 3 to 4 (#20205)
- Start using new
packages.microsoft.com
cli (#20140, #20141) - Add mariner arm64 to PMC release (#20176)
- Fix typo
donet
todotnet
in build scripts and pipelines (#20122) (Thanks @0o001!) - Install the pmc cli
- Add skip publish parameter
- Add verbose to clone
Documentation and Help Content
- Include information about upgrading in readme (#20993)
- Expand "iff" to "if-and-only-if" in XML doc content (#20852)
- Update LTS links in README.md to point to the v7.4 packages (#20839) (Thanks @kilasuit!)
- Update
README.md
to improve readability (#20553) (Thanks @AnkitaSikdar005!) - Fix link in
docs/community/governance.md
(#20515) (Thanks @suravshresth!) - Update
ADOPTERS.md
(#20555) (Thanks @AnkitaSikdar005!) - Fix a typo in
ADOPTERS.md
(#20504, #20520) (Thanks @shruti-sen2004!) - Correct grammatical errors in
README.md
(#20509) (Thanks @alienishi!) - Add 7.3 changelog URL to readme (#20473) (Thanks @Saibamen!)
- Clarify some comments and documentation (#20462) (Thanks @darkstar!)