Releases: Vampire/setup-wsl
v5.0.0
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
v4.1.1
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
Highlights
- Support for windows-2025 runner images
Details
v4.0.0
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
Highlights
- Replace non-working download link for Ubuntu 16.04
Details
v3.1.3
v3.1.2
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
Rerelease of 3.1.0 to fix a packaging / release bug
v3.1.0
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]