Skip to content

Releases: Vampire/setup-wsl

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]

v2.0.2

14 Nov 14:24
v2.0.2
Compare
Choose a tag to compare

Highlights

  • Make kali-linux and openSUSE-Leap-15.2 work again (#50)

Details

  • Remove unused import [4a7426e]
  • Update various dependencies [2ea75fb]
  • Update Kotlin to 1.8.20 [a8b910d]
  • Add missing work-around comments [dfc6c18]
  • Use permanent short-link for kali-linux (#50) [3ccaf2d]
  • Use permanent short-link for openSUSE-Leap-15.2 (#50) [406f92d]

v2.0.1

17 Feb 12:47
v2.0.1
Compare
Choose a tag to compare

Highlights

This release contains mainly internal changes and library updates.
The switch to Kotlin 1.8 brought a 55% reduction in size of the final action code.

Details

  • Use new action versions in workflows [43068d5]
  • Only run test jobs if the cache restore was successful [1833593]
  • Consider imported files in workflow scripts as task inputs [372b80f]
  • Update @vercel/ncc to 0.36.1 [67768d6]
  • Fix tests, failing due to the wrong error [f8c2328]
  • Update to github-actions-kotlin-dsl 0.36.0 and use newly available action wrappers [c6f569d]
  • Update Kotlin to 1.8.10, Gradle to 8.0, and move buildSrc to included builds [2238c92]
  • Replace kotlin-extensions and kotlinx-nodejs by kotlin-wrappers [a1aeb4c]
  • Apply dependency analysis plugin [0ea1923]
  • Apply refreshVersions plugin [4e9937f]
  • Update Gradle enterprise plugin to 3.12.3 [d597235]
  • Update Gradle versions plugin to 0.45.0 [c15c4a6]
  • Replace Dukat generated actions toolkit packages by kotlin-wrappers [d7655c1]
  • Show version when running Gradle builds [32af37a]
  • Apply refreshVersions only when called [c2e1cac]
  • Replace kotlinx-serialization and kaml by SnakeYAML [dfcd136]
  • Only execute safe actions locally [d374368]
  • Remove usage of Dukat [aadcf83]
  • Update github-api to 1.313 [1f75544]
  • Update grgit to 5.0.0 and use the new service plugin [9d8be63]
  • Update net.wooga.github plugin to 3.0.0 [f594319]
  • Update net.researchgate.release plugin to 3.0.2 [37324c8]
  • Update github-actions-kotlin-dsl to 0.37.0 [5a56cf5]

v2.0.0

25 Jan 14:40
v2.0.0
Compare
Choose a tag to compare

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