Skip to content

Releases: PSModule/Test-PSModule

v3.0.7

26 Nov 21:11
7d94ed7

Choose a tag to compare

Bump actions/checkout from 5 to 6 (#105)

Bumps actions/checkout from 5 to 6.

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

V6.0.0

V5.0.1

V5.0.0

V4.3.1

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

[Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-...

Read more

v3.0.6

15 Oct 11:21
80b0364

Choose a tag to compare

🩹 [Patch]: Move documentation and link to Process-PSModule (#104)

Description

This pull request primarily cleans up and simplifies the documentation and metadata for the Test-PSModule GitHub Action. The most significant changes are the removal of detailed usage instructions and specifications from the README.md, and a simplification of the action's metadata in action.yml.

Documentation and metadata simplification:

  • The README.md file has been drastically reduced, removing all detailed setup instructions, usage explanations, input/output tables, and specification details, leaving only a single-line description and a link to the PSModule framework.
  • The action.yml file has been simplified by removing the branding section and slightly adjusting the action name, making the metadata more concise.

v3.0.5

12 Oct 12:30
a4ca518

Choose a tag to compare

🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#103)

Description

This pull request introduces a minor change to the Planets.ps1 files in two test repositories. The only modification is the addition of a Unicode Byte Order Mark (BOM) at the beginning of each file, which does not affect script functionality but may impact how some editors interpret file encoding.

  • Added a BOM to the start of tests/srcTestRepo/src/variables/public/Planets.ps1
  • Added a BOM to the start of tests/srcWithManifestTestRepo/src/variables/public/Planets.ps1

v3.0.4

05 Oct 10:25
b6fbfe5

Choose a tag to compare

🩹 [Patch]: Update Dependabot configuration to include labels for GitHub Actions (#102)

Description

This pull request makes a small configuration update to the Dependabot settings. It adds default labels to pull requests created for GitHub Actions dependencies, making them easier to identify and filter.

  • Added the dependencies and github-actions labels to Dependabot PRs for GitHub Actions in .github/dependabot.yml.

v3.0.3

20 Aug 07:26
962d8e9

Choose a tag to compare

Bump actions/checkout from 4 to 5 (#101)

Bumps actions/checkout from 4 to 5.

Release notes

Sourced from actions/checkout's releases.

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

V5.0.0

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

  • Update NPM dependenci...
Read more

v3.0.2

25 Apr 14:13
c568915

Choose a tag to compare

Description

This pull request simplifies the PSModule.Tests.ps1 script by removing unnecessary logging groups within the test cases which would autoload GitHub and its dependencies, breaking on tests for its dependencies (Sodium, Uri, CaseStyle, etc.).

Simplification of test cases:

  • Removed LogGroup blocks from the Module Manifest exists and Module Manifest is valid tests.

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

v3.0.1

24 Apr 15:27
c207858

Choose a tag to compare

Description

This pull request introduces several changes to improve logging, enhance test configuration, and streamline code readability in the PowerShell module and its associated tests. Key updates include adding code coverage settings.

Logging Improvements

  • Replaced all occurrences of Write-Verbose with Write-Debug in tests/outputTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1.

Test Configuration Enhancements

  • ⚠️ Added a CodeCoverage section with Enabled = $true in scripts/tests/Module/Module.Configuration.ps1 to enable code coverage reporting during tests.

v3.0.0

17 Apr 15:44
d6bc94d

Choose a tag to compare

What's Changed

🌟 Breaking Changes

  • 🌟 [Major]: Support parallel workflows and split in concerns by @MariusStorhaug in #98

Full Changelog: v2...v3.0.0

v2.1.6

16 Feb 17:17
1fd648f

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v2...v2.1.6

v2.1.5

30 Jan 21:51
49dd4d7

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v2...v2.1.5