Skip to content

Releases: hugoalh-studio/ghactions-toolkit-powershell

2.1.3 Beta 3

06 Feb 09:04
Compare
Choose a tag to compare
2.1.3 Beta 3 Pre-release
Pre-release

〰️ Changes

  • Improve NodeJS wrapper for more reliability (@hugoalh)(N/A)
  • Update dependencies nodejs/npm:@actions/artifact from v2.1.0 to v2.1.1 and nodejs/npm:@actions/cache from v3.2.3 to v3.2.4 (@hugoalh)(N/A)

2.1.3 Beta 2

29 Jan 08:57
Compare
Choose a tag to compare
2.1.3 Beta 2 Pre-release
Pre-release

〰️ Changes

  • Attempt change of NodeJS wrapper module type from ModuleJS to CommonJS (@hugoalh)(N/A)

2.1.3 Beta 1

29 Jan 08:34
Compare
Choose a tag to compare
2.1.3 Beta 1 Pre-release
Pre-release

〰️ Changes

  • Attempt change of NodeJS wrapper module type from ModuleJS to CommonJS (@hugoalh)(N/A)

2.1.2

23 Jan 08:24
Compare
Choose a tag to compare

〰️ Changes

  • Update dependencies nodejs/npm:@actions/artifact from v2.0.1 to v2.1.0 and nodejs/npm:@actions/cache from v3.2.2 to v3.2.3 (@hugoalh)(#181, #183)

2.1.1

11 Jan 08:59
Compare
Choose a tag to compare

〰️ Changes

  • Update dependency nodejs/npm:@actions/artifact from v2.0.0 to v2.0.1 (@hugoalh)(N/A)

2.1.0

27 Dec 09:21
Compare
Choose a tag to compare

💥 Break Changes

  • Refactor function Export-GitHubActionsArtifact due to break changes on dependency nodejs/npm:@actions/artifact (@hugoalh)(#177, 8a38c2e, 642df6c)
  • Refactor function Import-GitHubActionsArtifact due to break changes on dependency nodejs/npm:@actions/artifact (@hugoalh)(#177, 8a38c2e, 642df6c)

    🔬 Partial Implementation

    This implementation is partial, for more information, please visit #177.

  • Update dependency nodejs/npm:@actions/artifact from v1.1.2 to v2.0.0 (@hugoalh)(8a38c2e, 642df6c)

〰️ Changes

  • Add function Get-GitHubActionsArtifact (@hugoalh)(#177, 8a38c2e, 642df6c)

    🔬 Partial Implementation

    This implementation is partial, for more information, please visit #177.

2.1.0 Beta 1

19 Dec 09:36
Compare
Choose a tag to compare
2.1.0 Beta 1 Pre-release
Pre-release

💥 Break Changes

  • Refactor function Export-GitHubActionsArtifact due to break changes on dependency nodejs/npm:@actions/artifact (@hugoalh)(#177, 8a38c2e, 642df6c)
  • Refactor function Import-GitHubActionsArtifact due to break changes on dependency nodejs/npm:@actions/artifact (@hugoalh)(#177, 8a38c2e, 642df6c)

    🔬 Partial Implementation

    This implementation is partial, for more information, please visit #177.

  • Update dependency nodejs/npm:@actions/artifact from v1.1.2 to v2.0.0 (@hugoalh)(8a38c2e, 642df6c)

〰️ Changes

  • Add function Get-GitHubActionsArtifact (@hugoalh)(#177, 8a38c2e, 642df6c)

    🔬 Partial Implementation

    This implementation is partial, for more information, please visit #177.

2.0.0

04 Dec 03:54
Compare
Choose a tag to compare

💥 Break Changes

  • Change targets: (@hugoalh)(N/A)
    • GitHub Actions Runner from >= v2.303.0 to >= v2.311.0
    • NodeJS from >= v14.15.0 to >= v16.13.0
  • Function Write-GitHubActionsAnnotation is no longer public (@hugoalh)(N/A)
  • Refactor and rename modules category: (@hugoalh)(N/A)
    • command-base and command-control as command-file and command-stdout
    • step-summary as summary
  • Remove deprecated and legacy resources (@hugoalh)(N/A)
  • Remove feature of chunk mask in function Add-GitHubActionsSecretMask (@hugoalh)(N/A)
  • Remove feature of parameter InputObject batch/bulk operation in functions (@hugoalh)(N/A)
  • Remove function Test-GitHubActionsNodeJsEnvironment and migrate into internal function Invoke-GitHubActionsNodeJsWrapper (@hugoalh)(N/A)
  • Remove function Write-GitHubActionsRaw (@hugoalh)(N/A)
  • Rename functions which name like *-GitHubActionsStepSummary* to *-GitHubActionsSummary* (@hugoalh)(N/A)
  • Rename some of the parameters to follow PowerShell parameters naming (@hugoalh)(N/A)

〰️ Changes

  • Improve error messages and more meaningful (@hugoalh)(N/A)
  • Improve NodeJS wrapper (@hugoalh)(455afa3)
  • Improve way to get and resolve environment paths and variables (@hugoalh)(N/A)
  • Introduce parameter Summary for annotations to prevent message get truncated (@hugoalh)(#87)
  • Update wrapper API dependencies nodejs/npm:@actions/artifact from v1.1.1 to v1.1.2, and nodejs/npm:@actions/core from v1.10.0 to v1.10.1 (@hugoalh)(N/A)
  • Validate custom exit code in function Write-GitHubActionsFail (@hugoalh)(4977e1c)

2.0.0 Beta 4

21 Nov 08:21
Compare
Choose a tag to compare
2.0.0 Beta 4 Pre-release
Pre-release

〰️ Changes

  • Fix function Add-GitHubActionsPATH add PATHs repeatedly (@hugoalh)(N/A)

2.0.0 Beta 3

19 Nov 03:29
Compare
Choose a tag to compare
2.0.0 Beta 3 Pre-release
Pre-release

〰️ Changes