Releases: PowerShell/PSResourceGet
Releases · PowerShell/PSResourceGet
Release of Microsoft.PowerShell.PSResourceGet v1.3.0-preview1
What's Changed
- Add
MARas default registered repository in #1955 - Add concurrent (parallel) execution for
Install-PSResourceworkflows in #1950 - Add DSC V3 resource for PSResourceGet in #1852
- Bump
Azure.Identityfrom1.17.1to1.17.2in #1994 - Bump
Azure.Identityfrom1.14.2to1.17.1and remove deprecated DefaultAzureCredentialOptions from constructor in #1987 - Make flaky CI tests more lenient in #1976
- Fixing the logic to determine if the current PowerShell session is Windows PowerShell or PowerShell Core by @Borgquite in #1974
- Include local-copy prerelease string when deciding update applicability in
Update-PSResourceby @sean-r-williams in #1954
Full Changelog: v1.2.0...v1.3.0-preview1
Release of Microsoft.PowerShell.PSResourceGet v1.2.0
Release of Microsoft.PowerShell.PSResourceGet v1.2.0-rc3
What's Changed
- Packages that depend on a specific version should search for dependency with NormalizedVersion by @anamnavi in #1941
- Update version, changelog, release notes for 1.2.0-rc3 by @anamnavi in #1942
Full Changelog: v1.2.0-rc2...v1.2.0-rc3
Release of Microsoft.PowerShell.PSResourceGet v1.2.0-rc2
What's Changed
- For packages that depend on a specific version, use an exact version instead of a version range by @anamnavi in #1937
- Update version, changelog, release notes for 1.2.0-rc2 by @anamnavi in #1938
- Remove versions prior to 1.2.x in ReleaseNotes of .psd1 file by @anamnavi in #1939
Full Changelog: v1.2.0-rc1...v1.2.0-rc2
Release of Microsoft.PowerShell.PSResourceGet v1.2.0-rc1
Release of Microsoft.PowerShell.PSResourceGet v1.2.0-preview5
What's Changed
- Fix PSModuleInfo property deserialization in ValidateModuleManifest by @Copilot in #1909
- Respect TrustRepository parameter in RequiredResource hashtable by @Copilot in #1910
- Prevent users from setting ApiVersion to 'Unknown' in Set-PSResourceRepository and Register-PSResourceRepository by @Copilot in #1892
- Add CodeQL suppression for DefaultAzureCredential Use by @anamnavi in #1917
- Improve performance of ContainerRegistry repositories by caching token by @adityapatwardhan in #1920
- Bugfix: Update-PSResource should not re-install dependency packages which already satisfy dependency criteria by @anamnavi in #1919
- Remove unused _networkCredential field and fix parameter shadowing in PublishHelper by @Copilot in #1914
- Filter out path separators in package names by @anamnavi in #1916
- For Publish operation to ACR, non-anonymous access token should be retrieved by @anamnavi in #1918
- Add Reset-PSResourceRepository cmdlet to recover from corrupted repository store by @Copilot in #1895
- Update version, changelog, release notes for 1.2.0-preview5 by @alerickson in #1921
Full Changelog: v1.2.0-preview4...v1.2.0-preview5
Release of Microsoft.PowerShell.PSResourceGet v1.2.0-preview4
What's Changed
- Fix typos in numerous files by @SamErde in #1875
- Fix 1823 - MAR fails to parse RequiredVersion for dependencies by @o-l-a-v in #1876
- Fix 1815 -
Get-InstalledPSResource -Pathdon't throw if no subdirectories were found by @o-l-a-v in #1877 - Fix 1794 by handling if prerelease is supplied as boolean too by @o-l-a-v in #1843
- Fix CodeQL configuration by @TravisEz13 in #1886
- Add cmdlet aliases: gres, usres, and svres by @Copilot in #1888
- Add warning when AuthenticodeCheck is used on non-Windows platforms by @Copilot in #1891
- Fix Compress-PSResource ignoring .gitkeep and other dotfiles by @Copilot in #1889
- Add CodeQL suppression for ContainerRegistryServerAPICalls by @anamnavi in #1897
- Fix broken Install-PSResource test with warning condition incorrect in tests by @anamnavi in #1899
- Uninstall-PSResource should not fail silently when resource was not found or prerelease criteria not met by @anamnavi in #1898
- Bugfix: Uninstall-PSResource should delete subdirectories without Access Denied error on OneDrive by @anamnavi in #1860
- Add @shammu1 as a CODEOWNER by @adityapatwardhan in #1904
- Update change for release v1.2.0-preview4 by @adityapatwardhan in #1903
New Contributors
- @SamErde made their first contribution in #1875
- @TravisEz13 made their first contribution in #1886
- @Copilot made their first contribution in #1888
Full Changelog: v1.2.0-preview3...v1.2.0-preview4