Releases: Vampire/setup-wsl
Releases · Vampire/setup-wsl
v2.0.2
v2.0.1
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
v1.3.6
v1.3.5
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
v1.3.4
v1.3.3
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
v1.3.1
Set default WSL version only if supported [1254a2c]
v1.3.0
Highlights
- Support for Ubuntu 22.04
Details
- Add support for Ubuntu 22.04 (#33) [37e79dc]
- Add action typing declaration [af60221]
- Mention native support in the github-actions-kotlin-dsl [9482398]