Releases: PSModule/Get-IssueFormData
v1.0.12
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#15)
Description
This pull request makes a minor change to the scripts/main.ps1
file by adding a Unicode Byte Order Mark (BOM) at the beginning of the file, which can help some editors and tools correctly detect the file encoding. No functional code changes were made.
v1.0.11
Bump PSModule/Invoke-Pester from 1 to 4 (#13)
Bumps PSModule/Invoke-Pester from 1 to 4.
Release notes
Sourced from PSModule/Invoke-Pester's releases.
v4.0.0
What's Changed
🌟 Breaking Changes
- 🌟 [Breaking change]: Cleanup
StepSummary
inputs by@MariusStorhaug
in PSModule/Invoke-Pester#36Full Changelog: PSModule/Invoke-Pester@v3...v4.0.0
v3.2.1
What's Changed
Other Changes
- 🪲 [Fix]: Fix test and container loading function to also process
tests
root folder by@MariusStorhaug
in PSModule/Invoke-Pester#35Full Changelog: PSModule/Invoke-Pester@v3...v3.2.1
v3.2.0
What's Changed
🚀 New Features
- 🚀 [Feature]: Add options to configure step summary for a test by
@MariusStorhaug
in PSModule/Invoke-Pester#34Full Changelog: PSModule/Invoke-Pester@v3...v3.2.0
v3.1.2
What's Changed
Other Changes
- Update working directory and enhance test file discovery by
@MariusStorhaug
in PSModule/Invoke-Pester#33Full Changelog: PSModule/Invoke-Pester@v3...v3.1.2
v3.1.1
What's Changed
Other Changes
- 🪲 [Fix]: Fix coverage percent target handling when not provided by
@MariusStorhaug
in PSModule/Invoke-Pester#32Full Changelog: PSModule/Invoke-Pester@v3...v3.1.1
... (truncated)
Commits
130bf52
🩹 [Patch]: Add Name input for Invoke-Pester action (#48)e29b1ac
Bump actions/checkout from 4 to 5 (#47)fdabfaf
🪲 [Fix]: Ensure that Debug and Verbose preferences are controllable (#46)7ae4dab
🪲 [Fix]: Add tests forDebug-
andVerbosePreference
(#45)e9408ea
🪲 [Fix]: Fix an issue with exporting report while `$PSStyle.OutputRendering =...b078b8d
🪲 [Fix]: Add Debug and Verbose input options for Pester execution (#43)ac60e44
🚀 [Feature]: Add support for running a script before running the tests via `P...e11df9c
🩹 [Patch]: Enhance status reporting (#40)7b25efc
🩹 [Patch]: Allow passing file path to tests (#39)87bc17d
🪲 [Fix]: Fix Path structure in Get-PesterTestTree filter (#38)- Additional commits viewable in compare view
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)
v1.0.10
Bump actions/checkout from 4 to 5 (#14)
Bumps actions/checkout from 4 to 5.
Release notes
Sourced from actions/checkout's releases.
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkc
in actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkc
in actions/checkout#2238
⚠️ Minimum Compatible Runner Versionv2.327.1
Release NotesMake 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
- docs: update README.md by
@motss
in actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismail
in actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwells
in actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgross
in actions/checkout#2044- Update README.md by
@nebuk89
in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuang
in actions/checkout#2224- Update package dependencies by
@salmanmkc
in actions/checkout#2236- Prepare release v4.3.0 by
@salmanmkc
in actions/checkout#2237New Contributors
@motss
made their first contribution in actions/checkout#1971@mouismail
made their first contribution in actions/checkout#1977@benwells
made their first contribution in actions/checkout#2043@nebuk89
made their first contribution in actions/checkout#2194@salmanmkc
made their first contribution in actions/checkout#2236Full Changelog: actions/checkout@v4...v4.3.0
v4.2.2
What's Changed
url-helper.ts
now leverages well-known environment variables by@jww3
in actions/checkout#1941- Expand unit test coverage for
isGhes
by@jww3
in actions/checkout#1946Full Changelog: actions/checkout@v4.2.1...v4.2.2
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoy
in actions/checkout#1924New Contributors
@Jcambass
made their first contribution in actions/checkout#1919Full Changelog: actions/checkout@v4.2.0...v4.2.1
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
V5.0.0
- Update actions checkout to use node 24 by
@salmanmkc
in actions/checkout#2226V4.3.0
- docs: update README.md by
@motss
in actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismail
in actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwells
in actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgross
in actions/checkout#2044- Update README.md by
@nebuk89
in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuang
in actions/checkout#2224- Update package dependencies by
@salmanmkc
in actions/checkout#2236v4.2.2
url-helper.ts
now leverages well-known environment variables by@jww3
in actions/checkout#1941- Expand unit test coverage for
isGhes
by@jww3
in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoy
in actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacome
in actions/checkout#1180- Dependency updates by
@dependabot
- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabot
in actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabot
in actions/checkout#1697- Check out other refs/* by commit by
@orhantoy
in actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3
in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-miller
in actions/checkout#1732v4.1.5
- Update NPM dependencie...
v1.0.9
🩹 [Patch]: Update Dependabot configuration to include labels for GitHub Actions (#12)
Description
This pull request adds a Dependabot configuration file to the repository, enabling automated dependency updates for GitHub Actions workflows.
Dependency management automation:
- Added a
.github/dependabot.yml
file to configure Dependabot to check for updates to GitHub Actions dependencies on a weekly schedule and label related pull requests withdependencies
andgithub-actions
.
v1.0.8
🪲 [Fix]: Disable token on the script (#11)
Description
This pull request includes minor updates to the GitHub Action by disabling the logon functionality by providing an empty token.
Updates to GitHub Actions configuration:
action.yml
: Added a default empty value for theToken
parameter underwith:
to ensure that the action does not require.
Simplifications to PowerShell script:
scripts/main.ps1
: Removed$PSStyle.OutputRendering = 'Ansi'
to simplify the script and potentially avoid unnecessary styling configuration. This is included in theGitHub
PowerShell module used viaGitHub-Script
.
v1.0.7
What's Changed
- 🩹 [Patch]: Make outputs not break line by @MariusStorhaug in #10
Full Changelog: v1...v1.0.7
v1.0.6
What's Changed
- 🩹 [Patch]: Fix path separator in action.yml for script execution by @MariusStorhaug in #9
Full Changelog: v1...v1.0.6
v1.0.5
What's Changed
- 🩹 [Patch]: Fix linting and git config, tests using
Invoke-Pester
action by @MariusStorhaug in #8
Full Changelog: v1...v1.0.5
v1.0.4
What's Changed
- 🩹 [Patch]: Use ConvertFrom-IssueForm in GitHub module by @MariusStorhaug in #6
Full Changelog: v1...v1.0.4
v1.0.3
What's Changed
- 📖 [Docs]: Add section for similar projects in README.md by @MariusStorhaug in #5
Full Changelog: v1...v1.0.3