Skip to content

Releases: PSModule/Debug

v1.0.6

26 Nov 21:04
e72094e

Choose a tag to compare

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

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-d...

Read more

v1.0.5

12 Oct 12:29
42a8701

Choose a tag to compare

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

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. This can help ensure proper encoding detection on some systems.

v1.0.4

05 Oct 09:28
32ca74a

Choose a tag to compare

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

Description

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

  • Configuration improvement:
    • .github/dependabot.yml: Added dependencies and github-actions labels to Dependabot PRs for GitHub Actions updates.

v1.0.3

05 Oct 09:16
4390bce

Choose a tag to compare

🩹 [Patch]: Remove redundant GitHub event context logging from main.ps1 (#14)

Description

This pull request simplifies the logging logic in the scripts/main.ps1 script by removing several redundant log groups related to GitHub event context. Only the essential GitHub context and environment variables are now logged.

Logging simplification:

  • Removed log groups for GITHUB_EVENT, GITHUB_EVENT_ENTERPRISE, GITHUB_EVENT_ORGANIZATION, and GITHUB_EVENT_REPOSITORY from the script to reduce unnecessary output and streamline context logging.

v1.0.2

04 Oct 18:40
2b4265c

Choose a tag to compare

🩹 [Patch]: Add network and public IP information (#13)

Description

This pull request updates the scripts/main.ps1 PowerShell script to enhance its network diagnostics capabilities by installing two new modules and adding commands to display network configuration and public IP information. The most important changes are grouped below:

Module installation:

  • Added installation steps for the Net and PublicIP modules from the PowerShell Gallery to ensure required commands are available.

Network diagnostics:

  • Introduced a new log group, 'Network Info', which runs Get-NetIPConfiguration to display detailed local network configuration.
  • Added a 'Public IP Info' log group that uses Get-PublicIP to display the machine's public IP address.

v1.0.1

20 Sep 14:06
317d784

Choose a tag to compare

🩹 [Patch]: Add JSON logging for Host and PSStyle contexts (#12)

Description

This pull request introduces several updates to automation and logging in the repository, focusing on dependency management and workflow maintenance, along with improvements to script documentation and output formatting.

Automation and Dependency Management

  • Added a new .github/dependabot.yml configuration to enable weekly updates for GitHub Actions dependencies using Dependabot.

Workflow Maintenance

  • Updated all GitHub Actions workflows (Action-Test.yml, Auto-Release.yml, and Linter.yml) to use actions/checkout@v5 for improved reliability and security. [1] [2] [3]

Script Documentation and Output Improvements

  • Revised example values in Set-MaskedValue documentation within scripts/Helpers.psm1 to use generic token placeholders instead of actual token formats, enhancing security and clarity. [1] [2]
  • Enhanced logging in scripts/main.ps1 by adding new log groups that output Host and PSStyle information in JSON format for easier parsing and debugging. [1] [2]

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

v1.0.0

01 Mar 14:14
746c946

Choose a tag to compare

What's Changed

  • 🌟 [Major]: Fix path separator in action.yml and update README.md by @MariusStorhaug in #10

Full Changelog: v0...v1.0.0

v0.0.9

16 Feb 13:31
ede86e5

Choose a tag to compare

What's Changed

Full Changelog: v0...v0.0.9

v0.0.8

16 Feb 12:03
2883b65

Choose a tag to compare

What's Changed

Full Changelog: v0...v0.0.8

v0.0.7

01 Feb 20:16
895ef11

Choose a tag to compare

What's Changed

  • 🩹 [Patch]: Add logging for [System.Environment] properties by @MariusStorhaug in #7

Full Changelog: v0...v0.0.7