Skip to content

Releases: potatoqualitee/psmodulecache

v6.2.1

09 Jan 11:22
ee5e949
Compare
Choose a tag to compare

What's Changed

  • Upgrade to actions/cache v4.2.0 by @flcdrg in #65

Full Changelog: v6.2...v6.2.1

Additional notes for Ubuntu users :

ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see actions/runner-images#10636

See to : https://github.com/actions/runner-images/blob/ubuntu24/20250105.1/images/ubuntu/Ubuntu2404-Readme.md

_PowerShell Tools

PowerShell 7.4.6

PowerShell Modules

Az: 12.1.0
Microsoft.Graph: 2.25.0
Pester: 5.6.1
PSScriptAnalyzer: 1.23.0_

v6.2

03 Apr 14:22
8a705c6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1...v6.2

V6.1

02 Feb 13:20
4f287b2
Compare
Choose a tag to compare

Now licenses are always accepted.

What's Changed

Full Changelog: v6.0...v6.1

V6.0

06 Nov 10:42
b3b931a
Compare
Choose a tag to compare

What's Changed

  • Add support for the modules dependencies. Module paths to be saved in cache are unique.
  • Refactoring and bug fixes around managing multiple repositories.
  • Add module name duplication checking. Previously you could call Save-Module several times for the same module.
  • Update actions/cache@v3.0.11 to actions/cache@v3.3.2
  • Update actions/checkout@v2.5.0 to actions/checkout@v4.1.0
  • Remove unused workflows.

-

  • Fix (#54). Some modules will be impossible to load under Ubuntu, in this case a warning is displayed in the workflow logs.
  • Fix (#51). If there is a module with the same name in several PSRepositories, we must now prefix the module name with the name of the desired repository: PSGallery\string.
  • Fix (#50). Module dependencies were not saved into a cache. Now each dependency is saved.
  • Fix (#47). Documentation: specifies the use of '::' (YAML syntax)
  • Fix (#45,#48). Some module packages are case-sensitive, and break the implicit (and informal) PascalCase naming rule.
    On Linux, the path names passed as a parameter to the 'Cache' action must be constructed with the nuget package name and not with the name coming from the 'modules-to-cache' parameter of the 'PSModuleCache' action.
  • Fix the analyze of a module name.
  • Fix module name handling for case-sensitive filesystems. See the 'PsModuleCache\Test-ModuleNaming' function.
  • Fix module duplication when we call "Find-Module -name 'AZ' -IncludeDependencies". Example: the dependent module 'Az.Accounts v2.13.1' is duplicated 25 times.
  • Fix CleanWorkFlowsHistory.yml. Deleting workflow execution history caused an exception when calling ConvertFrom-Json. If the workflow execution history contains a large number of entries (+500) and the API returns a string of several megabytes that is impossible to convert.

Breaking changes

  • Now we check the existence of at least one repository.

  • The existence of a module with the same name in several PSRepositories will cause a blocking error.
    We must now prefix a name of the duplicated module with the name of the desired repository.
    Previously we sorted the elements by version number then we selected the first in the list.

What's Changed

New Contributors

Full Changelog: v5.2...v6.0

v5.2

12 Dec 13:23
0ccf7a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1...v5.2

v5.1

26 Oct 09:05
d50647f
Compare
Choose a tag to compare

5.1 RE-RELEASE WITH BUG FIX

What's Changed

Warning
GitHub will deprecate all earlier versions of this Action on June 1, 2023. It is recommended that you update all of your workflows now.

Full Changelog: v5.0...v5.1

v5.0

13 Sep 07:47
Compare
Choose a tag to compare

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: v4.5...v5.0

v4.5

11 Mar 13:13
Compare
Choose a tag to compare

Saves modules to to the AllUsers scope, thank you @lowlydba!

What's Changed

New Contributors

Full Changelog: v4...v4.5

v4

02 Nov 14:53
7f182f7
Compare
Choose a tag to compare

Makes use of compsites within composites and if within composite actions

v3.5

09 Jul 14:12
6b8ec08
Compare
Choose a tag to compare

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