aaronparker / packagefactory

A packaging factory for Microsoft Intune using Evergreen, VcRedist, and IntuneWin32App
https://stealthpuppy.com/packagefactory/
MIT License
62 stars 19 forks source link

Bump potatoqualitee/psmodulecache from 4.5 to 5.0 #8

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps potatoqualitee/psmodulecache from 4.5 to 5.0.

Release notes

Sourced from potatoqualitee/psmodulecache's releases.

v5.0

Huge changes! Thanks to @​LaurentDardenne, @​adilio and @​lowlydba for your contributions.

@​LaurentDardenne did an entire rewrite and added features. Check out the README for more information.

What's Changed

New Contributors

Full Changelog: https://github.com/potatoqualitee/psmodulecache/compare/v4.5...v5.0

Changelog

Sourced from potatoqualitee/psmodulecache's changelog.

v5.0

  • Add support for multiple PSRepositories.
  • Add module update for each execution of an Action (Pester, dbatools::)
  • Add the 'modules-to-cache-prerelease' parameter.
  • Add the 'updatable' parameter.
  • Add the 'prefixidentifier' parameter.
  • Checking the consistency of the values of the 'shell' parameter.
  • Syntax check for 'module-to-cache' and 'modules-to-cache-prerelease' parameters.
  • The 'main.ps1' script is replaced by a Powershell module (psmodulecache.psm1)
  • Add Pester test.
  • Rewrite test Actions.
  • Add Pester Actions.
  • Fixed typecasting of boolean type parameters.
  • Fix: Each module directory name to be cached is now passed as a parameter to 'action/cache'.

Breaking change

  • The 'modules-to-cache' parameter no longer supports prerelease version.
  • The 'allow-prerelease' parameter is removed. Now use the parameter 'modules-to-cache-prerelease'.
  • The 'force' parameter is removed. Now Save-Module use always -Force.

v3.5

  • Add support for shell: pwsh, powershell to install desired modules on both PowerShell and pwsh on Windows

v3

  • Fixes bugs with PowerShell vs pwsh
  • Near total rewrite
  • Removed uneeded outputs -- write to disk instead

v2

  • Fixed keygen to account for runner os
  • Added support for additional parameters for Install-Module
  • Added support for RequiredModule (Pester, dbatools:1.0.0)
  • Added verbosity

v1.1

  • Added support for powershell.exe on Windows
  • Fixed KeyGen to fix #7

v1

  • Initial release. Supports PowerShell Gallery with Linux and Windows runners.
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)