Skip to content

Releases: Vampire/setup-wsl

v5.0.0

27 Feb 01:19
v5.0.0
Compare
Choose a tag to compare

Highlights

WSL update command is now only done for GitHub-hosted windows-2022 runners

Breaking Changes

Before this release a WSL update command was always issued if WSLv2 was going to be used.
The windows-2025 image now has the necessary update already installed,
so currently only the GitHub-hosted windows-2022 runners need the call to get WSLv2 working.
But as there are still updates available for the windows-2025 runners it would potentially waste time unnecessarily.

So now the WSL update command is only done for WSLv2 on GItHub-hosted windows-2022 runners,
where it is known that the update is necessary currently to make it work at all.

This could break running on self-hosted runners if they do not have the necessary WSL update installed.
Because of that this is a breaking release.

In such a case a WSL update command can be manually issued before calling the action,
or much preferable is to install the WSL update in the runner image so that no time is wasted during the
workflow execution unnecessarily.

Details

  • Increase version to 5.0.0 [a87a88e]
  • Only do WSL update command on windows-2022 runner image hosted by GitHub [f4cd646]

v4.1.1

24 Feb 03:39
v4.1.1
Compare
Choose a tag to compare

Highlights

  • Adapted to changed kali-linux distribution ID
  • Properly work around EACCES permission errors

Details

  • Update copyright dates [560a7ce]
  • Add a workflow that verifies all workflow YAMLs for consistency [e5226c2]
  • Add a workflow that verifies a freshly released version for basic functioning [37c005c]
  • Use latest action API in test workflow [233ed8b]
  • Fix step name in GHA workflow [f6fe12c]
  • Update github-workflows-kt to 3.2.0 [a6b8abb]
  • Fix logging on more than 5 retries [c389573]
  • Make workflow generation via Gradle able to run in parallel [a408856]
  • Cancel old workflow runs for the same PR or ref [ad61c67]
  • Adapt to changed kali-linux distribution ID [0b318e1]
  • Update typesafegithub/github-actions-typing to v2 [ee2e262]
  • Let Kotlin/JS inject main function arguments [eb74a66]
  • Ignore .kotlin directory [00f1a06]
  • Work around actions/toolkit#1925 better and more completely [75ccefa]

v4.1.0

03 Jan 12:04
v4.1.0
Compare
Choose a tag to compare

Highlights

  • Support for windows-2025 runner images

Details

  • Correct README ToC and default value formatting [ed92ae3]
  • Use permanent short-link again for Ubuntu 16.04 [3d42bb0]
  • Retry WSLv2 update up to 10 times due to unreliable download server (#66) [10b7b9a]
  • Increase version to 4.1.0 [b2fcdb9]
  • Add support for windows-2025 runner images (#65) [c82592e]

v4.0.0

04 Dec 13:47
v4.0.0
Compare
Choose a tag to compare

Highlights

The action can now also use WSLv2 (or any newer version potentially)

Breaking Changes

Where supported the action now defaults to WSLv2.
If you want to continue using WSLv1 where WSLv2 is supported,
then use the new wsl-version input to configure this.

Details

v3.1.4

03 Dec 13:33
v3.1.4
Compare
Choose a tag to compare

Highlights

  • Replace non-working download link for Ubuntu 16.04

Details

  • Update Kotlin to 2.0.20 [7e4d21a]
  • Properly share build outputs between projects [bf0d42a]
  • Update kotlin wrappers to pre.819, switch to ES modules, and use ktor as HTTP client [ae30506]
  • Use static download link for Ubuntu 16.04 [4368914]

v3.1.3

18 Oct 11:47
v3.1.3
Compare
Choose a tag to compare

Rebuild due to release error

v3.1.2

18 Oct 02:41
v3.1.2
Compare
Choose a tag to compare

Highlights

  • Use static download link for Ubuntu 24.04 [942db88]

Details

  • Do not try to update Ubuntu 24.04 due to a bug in systemd package [2c0326d]
  • Use Maven-based bindings for GitHub Actions workflows DSL [9c1480a]
  • Update references to github-workflows-kt and github-actions-typing [c2c5358]
  • Update github-workflows-kt to 3.0.0 [f1b7dd4]
  • Use static download link for Ubuntu 24.04 [942db88]
  • Do not try to install sudo on kali-linux due to a bug in systemd package [b135bad]
  • Do not try to install dos2unix on kali-linux due to a bug in systemd package [9114dfc]

v3.1.1

27 May 17:28
v3.1.1
Compare
Choose a tag to compare

Rerelease of 3.1.0 to fix a packaging / release bug

v3.1.0

27 May 12:37
v3.1.0
Compare
Choose a tag to compare

Highlights

  • Make Alpine work again (#50)
  • Add support for Ubuntu 24.04 (#57)
  • Add a warning about /etc/wsl.conf being overwritten

Details

  • Update GitHub Actions workflows DSL to 1.14.0 [1b98bda]
  • Use eq for outcome [319454a]
  • Use newest versions of actions [130e9cb]
  • Update github-workflows-kt to 2.0.0 [a7c8202]
  • Add debug logging if the product ID could not be resolved to a download URL [a5e8694]
  • Work around KT-42101 when preprocessing workflows [a6c8b14]
  • Make procuctId to URL translation work again (#50) [e5717e2]
  • Refactor test workflow script [00dc521]
  • Log contents of /etc/wsl.conf if it exists unexpectedly [d81efae]
  • Increase version to 3.1.0 [9be6f77]
  • Add support for Ubuntu 24.04 (#57) [a2f462b]
  • Make test_distribution_specific_wsl_bash_scripts names unique [d29d157]
  • Add a warning about /etc/wsl.conf being overwritten [b7c49fb]

v3.0.0

07 Feb 22:19
v3.0.0
Compare
Choose a tag to compare

Update Node.js to 20 (#52) [f482fac]