Releases: PowerShell/PSResourceGet
Releases · PowerShell/PSResourceGet
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