Skip to content

Releases: hugoalh/github-actions-core-powershell

2.0.0 Beta 2

09 Nov 03:49
Compare
Choose a tag to compare
2.0.0 Beta 2 Pre-release
Pre-release

💥 Break Changes

  • Change target GitHub Actions Runner from >= v2.308.0 to >= v2.310.0 (@hugoalh)(N/A)
  • 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 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 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)

1.8.0 Beta 2

17 Oct 09:49
Compare
Choose a tag to compare
1.8.0 Beta 2 Pre-release
Pre-release

〰️ Changes

  • Update wrapper API dependencies (@hugoalh)(N/A)

1.8.0 Beta 1

23 Sep 04:34
Compare
Choose a tag to compare
1.8.0 Beta 1 Pre-release
Pre-release

💥 Break Changes

  • Change target GitHub Actions Runner from >= v2.303.0 to >= v2.308.0 (@hugoalh)(N/A)
  • Change target NodeJS from >= v14.15.0 to >= v16.13.0 (@hugoalh)(N/A)
  • Remove deprecated and legacy resources (@hugoalh)(N/A)

〰️ Changes

  • Improve error messages (@hugoalh)(N/A)
  • 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)

2.0.0 Beta 1

11 Sep 04:32
Compare
Choose a tag to compare
2.0.0 Beta 1 Pre-release
Pre-release
  • CHANGE: Improved error message
  • CHANGE: Updated targets:
    • GitHub Actions Runner from >= v2.303.0 to >= v2.308.0
    • NodeJS from >= v14.15.0 to >= v16.13.0
  • REMOVE: Removed deprecated and legacy resources

1.7.2

25 Aug 08:47
Compare
Choose a tag to compare
  • CHANGE: Possibly reduced issues cause by NodeJS wrapper API dependencies

1.7.1

08 Aug 02:14
Compare
Choose a tag to compare
  • CHANGE: Updated NodeJS wrapper API dependencies

1.7.0

24 Jul 07:41
Compare
Choose a tag to compare
  • ADD: Added functions:
    • Clear-GitHubActionsFileCommand
    • Clear-GitHubActionsOutput
    • Clear-GitHubActionsState
  • CHANGE: Fixed function Expand-GitHubActionsToolCacheCompressedFile parameter Flag unable to use multiple flags
  • CHANGE: Fixed function Remove-GitHubActionsStepSummary incorrect behaviour that maybe cause issues on runner
  • CHANGE: Fixed function Restore-GitHubActionsCache can cause error when not provide more than one key
  • CHANGE: Fixed function Save-GitHubActionsCache return incorrect type of value
  • CHANGE: Fixed NodeJS wrapper maybe report shattered error message
  • CHANGE: Fixed NodeJS wrapper maybe return incorrect type of value
  • CHANGE: Function Remove-GitHubActionsStepSummary is now renamed to Clear-GitHubActionsStepSummary to correctly describe it's behaviour
  • CHANGE: Rewritten NodeJS wrapper to improve data exchange

1.7.0 Beta 6

21 Jul 09:54
Compare
Choose a tag to compare
1.7.0 Beta 6 Pre-release
Pre-release
  • CHANGE: Attempt to fix NodeJS wrapper bundle

1.7.0 Beta 5

21 Jul 03:39
Compare
Choose a tag to compare
1.7.0 Beta 5 Pre-release
Pre-release
  • CHANGE: Attempt to fix NodeJS wrapper bundle

1.7.0 Beta 4

21 Jul 03:01
Compare
Choose a tag to compare
1.7.0 Beta 4 Pre-release
Pre-release
  • CHANGE: Attempt to fix NodeJS wrapper bundle