Skip to content

Commit

Permalink
resolves #42 update docker-wsl-proxy to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Apr 25, 2022
1 parent 03e9898 commit 9222c15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
This document provides a high-level view of the changes to the Stevedore by release.
For a detailed view of what has changed, refer to the {uri-project}/commits/main[commit history] on GitHub.

== Unreleased

* Update docker-wsl-proxy to 0.0.6.
Fixes mounts not being rewritten.
https://github.com/slonopotamus/stevedore/issues/42#issuecomment-1106876503[#42]

== 0.6.0 (2022-04-04) - @slonopotamus

* Bundle docker-credential-wincred. https://github.com/slonopotamus/stevedore/issues/39[#39].
Expand Down
4 changes: 2 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ const DOCKER_SCAN_VERSION: &str = "0.17.0";
const DOCKER_SCAN_URL: &str = formatcp!("https://github.com/docker/scan-cli-plugin/releases/download/v{DOCKER_SCAN_VERSION}/docker-scan_windows_amd64.exe");
const DOCKER_SCAN_SHA: &str = "d6e19957813f28970c5552aa2683277e187a1b7327b3af90194e8f04f1d04021";

const DOCKER_WSL_PROXY_VERSION: &str = "0.0.5";
const DOCKER_WSL_PROXY_VERSION: &str = "0.0.6";
const DOCKER_WSL_PROXY_URL: &str = formatcp!("https://github.com/slonopotamus/docker-wsl-proxy/releases/download/{DOCKER_WSL_PROXY_VERSION}/docker-wsl-proxy.exe");
const DOCKER_WSL_PROXY_SHA: &str =
"8ee04e06d82fdebb5ef3bb8c1738deea9f656713d6f249ff5a62ff6e98f672f7";
"e31cd75a458248b28f839fd1c94ff5ae07fa97e45a4d6c33a44253d39b682e91";

const KUBECTL_VERSION: &str = "1.23.5";
const KUBECTL_URL: &str = formatcp!("https://storage.googleapis.com/kubernetes-release/release/v{KUBECTL_VERSION}/bin/windows/amd64/kubectl.exe");
Expand Down

0 comments on commit 9222c15

Please sign in to comment.