Skip to content

Releases: hugoalh-studio/setup-powershell-toolkit-ghaction

2.0.0

17 Jan 09:32
Compare
Choose a tag to compare

💥 Break Changes

  • Change input keepsetting default value to "False" (@hugoalh)(N/A)
  • Change input version default value to "^2.1.0" (@hugoalh)(N/A)
  • Change target GitHub Actions Runner to >= v2.311.0 (@hugoalh)(N/A)
  • Remove deprecated inputs (@hugoalh)(N/A)

〰️ Changes

  • Add outputs path and version (@hugoalh)(N/A)
  • Improve installation strategy and workflow (@hugoalh)(N/A)

1.6.0

15 Sep 03:26
Compare
Choose a tag to compare

〰️ Changes

  • Change input version default value to "^1.0.0" to prevent break changes (@hugoalh)(N/A)
  • Improve installation strategy (@hugoalh)(N/A)

1.5.1

12 Sep 04:16
Compare
Choose a tag to compare

〰️ Changes

  • Improve performance on some of the low end runners (@hugoalh)(N/A)

1.5.0

26 Aug 07:46
Compare
Choose a tag to compare

🔦 Spotlights

  • Add ability to set scope and sudo mode (@hugoalh)

〰️ Changes

  • Add inputs force, scope, and sudo (@hugoalh)(N/A)
  • Change default installation and scope back to current user in order to reduce impacts (@hugoalh)(N/A)

1.4.1

23 Jul 08:38
Compare
Choose a tag to compare
  • CHANGE: Fixed issues of automatically installed latest (pre release) version when no available versions that specified in input version

1.4.0

14 Jul 09:12
Compare
Choose a tag to compare
  • ADD: Added input keepsetting
  • ADD: Added support for version modifier
  • CHANGE: Available toolkit versions are now get from PowerShell Gallery instead of manually update this action to the latest stable toolkit version, in order to reduce the needs to update this action
  • CHANGE: Fixed able to install multiple toolkit versions at the same machine
    • This is allowed in PowerShell, but strongly not recommended to do this to prevent issues
  • CHANGE: Inputs no longer prefix with toolkit_
  • CHANGE: No longer install or update PowerShellGet on needed, instead throw an error when PowerShellGet is not meet the requirement
  • REMOVE: Removed input toolkit_setup as no longer useful

1.3.1

10 Jul 08:29
Compare
Choose a tag to compare
  • CHANGE: Changed default PowerShell module hugoalh.GitHubActionsToolkit target version from v1.5.0 to v1.6.0

1.3.0

27 Jun 06:45
Compare
Choose a tag to compare
  • CHANGE: Fixed non-Windows runner unable to import toolkit module in sudo mode
  • CHANGE: Fixed the installation and scope of the toolkit module

1.2.3

28 Apr 03:17
Compare
Choose a tag to compare
  • CHANGE: Changed default PowerShell module hugoalh.GitHubActionsToolkit target version from v1.4.1 to v1.5.0

1.2.2

12 Apr 03:07
Compare
Choose a tag to compare
  • CHANGE: Reduced setup duration (at least 30%)