Skip to content

Commit

Permalink
Merge pull request #6625 from mook-as/iptables-legacy
Browse files Browse the repository at this point in the history
Support older WSL kernels
  • Loading branch information
Nino-K authored Mar 18, 2024
2 parents 92abdb1 + ed5794f commit c6a9eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/rancher-desktop/assets/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ limaAndQemu: 1.31.3
alpineLimaISO:
isoVersion: 0.2.35.rd2
alpineVersion: 3.19.0
WSLDistro: "0.55"
WSLDistro: "0.57"
kuberlr: 0.4.5
helm: 3.14.2
dockerCLI: 25.0.4
Expand Down
2 changes: 1 addition & 1 deletion src/go/wsl-helper/pkg/wsl-utils/version_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var (
kUpgradeCodeOverride = &struct{}{}
// MinimumKernelVersion is the minimum WSL kernel version required to not be
// considered outdated.
MinimumKernelVersion = PackageVersion{Major: 5, Minor: 15}
MinimumKernelVersion = PackageVersion{Major: 5, Minor: 0}
)

// errorFromWin32 wraps a Win32 return value into an error, with a message in
Expand Down

0 comments on commit c6a9eff

Please sign in to comment.