Skip to content

Releases: Vampire/setup-wsl

v1.3.6

25 Jan 12:47
v1.3.6
Compare
Choose a tag to compare

Highlights

The update of Node.js to 16 was reverted as it is a breaking change.
For Node.js 16, please use v2 of this action.

Details

  • Move copyright prepending for GitHub workflow files to common file [e15d79a]
  • Revert "Update Node.js to 16 (#42)" [a7a002a]

v1.3.5

24 Jan 12:23
v1.3.5
Compare
Choose a tag to compare

Highlights

  • Usages of the deprecated wslconfig in newer Windows versions is replaced by usage of wsl.exe where possible
  • Downloaded archives can now also be expanded on older PowerShell versions

Details

  • Fix failing tests on windows-2022 due to WSL tool changes [b4ffb29]
  • Migrate GitHub workflows to Kotlin DSL [4eea7c9]
  • Use wsl.exe where possible [a00ad19]
  • Rename archives to .zip to make extraction work on old PowerShell versions (#43) [c6e8c2a]

v1.3.4

13 Nov 01:59
v1.3.4
Compare
Choose a tag to compare

Update Node.js to 16 (#42) [ac91a80]

v1.3.3

04 Nov 13:55
v1.3.3
Compare
Choose a tag to compare

Highlights

  • Adapted to installer file and distribution renaming for Ubuntu 22.04

Details

  • Add argument names to exec calls [c73fc0b]
  • Remove superfluous semicolons [dfda5cc]
  • Output installed WSL distributions when trying to use one and debug is enabled [57b39bc]
  • Adapt to installer file and distribution renaming for Ubuntu 22.04 [6ae2757]
  • Only reuse restored distribution directory if installer file is still the same [06354bb]

v1.3.2

16 Oct 04:13
v1.3.2
Compare
Choose a tag to compare

v1.3.1

02 Jul 03:00
v1.3.1
Compare
Choose a tag to compare

Set default WSL version only if supported [1254a2c]

v1.3.0

30 Jun 21:50
v1.3.0
Compare
Choose a tag to compare

Highlights

  • Support for Ubuntu 22.04

Details

v1.2.1

16 Jun 19:33
v1.2.1
Compare
Choose a tag to compare

Set default WSL version to 1 before install (#28) [9a21b37]

v1.2.0

08 Feb 02:34
v1.2.0
Compare
Choose a tag to compare

Highlights

  • Adaption to changes in the Ubuntu 20.04 distribution (#17)
  • More robust download URL determination and openSUSE package refresh
  • Convenient way to configure /etc/wsl.conf (#7)

Details

  • Test each distribution once without cached distribution directory (#17) [9778c76]
  • Do not add distribution directory to cache if installer file was not found (#17) [af4187c]
  • Separate wsl id from user id for distributions (#17) [6728b86]
  • Update installer file and wsl id for Ubuntu 20.04 (#17) [9559e80]
  • Retry up to 4 times to get the download URL dynamically [6a5a6b8]
  • Retry up to 4 times to refresh openSUSE packages [fb56596]
  • Add possibility to configure /etc/wsl.conf conveniently (#7) [d8d69ee]

v1.1.1

08 Feb 02:25
v1.1.1
Compare
Choose a tag to compare

Highlights

  • wsl-shell wrapper commands are now logged if step debugging is enabled

Details

  • Remove testing on to-be-removed windows-2016 environment [5b5e26c]
  • Test also on windows-2022 environment [9bebe53]
  • Log wsl-shell wrapper commands if debug is enabled [eb3be47]