diff --git a/App/Services/MutagenController.cs b/App/Services/MutagenController.cs index 3a68962..ceaaacb 100644 --- a/App/Services/MutagenController.cs +++ b/App/Services/MutagenController.cs @@ -542,6 +542,7 @@ private void StartDaemonProcess() _daemonProcess.StartInfo.FileName = _mutagenExecutablePath; _daemonProcess.StartInfo.Arguments = "daemon run"; _daemonProcess.StartInfo.Environment.Add("MUTAGEN_DATA_DIRECTORY", _mutagenDataDirectory); + _daemonProcess.StartInfo.Environment.Add("MUTAGEN_SSH_CONFIG_PATH", "none"); // do not use ~/.ssh/config // hide the console window _daemonProcess.StartInfo.CreateNoWindow = true; // shell needs to be disabled since we set the environment diff --git a/MutagenSdk/Proto/filesystem/behavior/probe_mode.proto b/MutagenSdk/Proto/filesystem/behavior/probe_mode.proto index d9a7637..2adcd38 100644 --- a/MutagenSdk/Proto/filesystem/behavior/probe_mode.proto +++ b/MutagenSdk/Proto/filesystem/behavior/probe_mode.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/filesystem/behavior/probe_mode.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/filesystem/behavior/probe_mode.proto * * MIT License * diff --git a/MutagenSdk/Proto/selection/selection.proto b/MutagenSdk/Proto/selection/selection.proto index 5d239c0..0f12504 100644 --- a/MutagenSdk/Proto/selection/selection.proto +++ b/MutagenSdk/Proto/selection/selection.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/selection/selection.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/selection/selection.proto * * MIT License * diff --git a/MutagenSdk/Proto/service/daemon/daemon.proto b/MutagenSdk/Proto/service/daemon/daemon.proto index fb2e0b4..b1e836a 100644 --- a/MutagenSdk/Proto/service/daemon/daemon.proto +++ b/MutagenSdk/Proto/service/daemon/daemon.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/service/daemon/daemon.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/service/daemon/daemon.proto * * MIT License * diff --git a/MutagenSdk/Proto/service/prompting/prompting.proto b/MutagenSdk/Proto/service/prompting/prompting.proto index b5f9567..73432b9 100644 --- a/MutagenSdk/Proto/service/prompting/prompting.proto +++ b/MutagenSdk/Proto/service/prompting/prompting.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/service/prompting/prompting.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/service/prompting/prompting.proto * * MIT License * diff --git a/MutagenSdk/Proto/service/synchronization/synchronization.proto b/MutagenSdk/Proto/service/synchronization/synchronization.proto index 84fb62a..798a234 100644 --- a/MutagenSdk/Proto/service/synchronization/synchronization.proto +++ b/MutagenSdk/Proto/service/synchronization/synchronization.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/service/synchronization/synchronization.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/service/synchronization/synchronization.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/compression/algorithm.proto b/MutagenSdk/Proto/synchronization/compression/algorithm.proto index 0eae47d..e08d1e2 100644 --- a/MutagenSdk/Proto/synchronization/compression/algorithm.proto +++ b/MutagenSdk/Proto/synchronization/compression/algorithm.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/compression/algorithm.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/compression/algorithm.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/configuration.proto b/MutagenSdk/Proto/synchronization/configuration.proto index 2225bd6..8906377 100644 --- a/MutagenSdk/Proto/synchronization/configuration.proto +++ b/MutagenSdk/Proto/synchronization/configuration.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/configuration.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/configuration.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/core/change.proto b/MutagenSdk/Proto/synchronization/core/change.proto index 019dfde..02ce07c 100644 --- a/MutagenSdk/Proto/synchronization/core/change.proto +++ b/MutagenSdk/Proto/synchronization/core/change.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/core/change.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/core/change.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/core/conflict.proto b/MutagenSdk/Proto/synchronization/core/conflict.proto index 5531e93..ea0cf4e 100644 --- a/MutagenSdk/Proto/synchronization/core/conflict.proto +++ b/MutagenSdk/Proto/synchronization/core/conflict.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/core/conflict.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/core/conflict.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/core/entry.proto b/MutagenSdk/Proto/synchronization/core/entry.proto index 158b876..465396e 100644 --- a/MutagenSdk/Proto/synchronization/core/entry.proto +++ b/MutagenSdk/Proto/synchronization/core/entry.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/core/entry.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/core/entry.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/core/ignore/ignore_vcs_mode.proto b/MutagenSdk/Proto/synchronization/core/ignore/ignore_vcs_mode.proto index 0bb0fe1..bc3fdfb 100644 --- a/MutagenSdk/Proto/synchronization/core/ignore/ignore_vcs_mode.proto +++ b/MutagenSdk/Proto/synchronization/core/ignore/ignore_vcs_mode.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/core/ignore/ignore_vcs_mode.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/core/ignore/ignore_vcs_mode.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/core/ignore/syntax.proto b/MutagenSdk/Proto/synchronization/core/ignore/syntax.proto index 4ee76a1..d7ba811 100644 --- a/MutagenSdk/Proto/synchronization/core/ignore/syntax.proto +++ b/MutagenSdk/Proto/synchronization/core/ignore/syntax.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/core/ignore/syntax.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/core/ignore/syntax.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/core/mode.proto b/MutagenSdk/Proto/synchronization/core/mode.proto index e509a20..2a7fffb 100644 --- a/MutagenSdk/Proto/synchronization/core/mode.proto +++ b/MutagenSdk/Proto/synchronization/core/mode.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/core/mode.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/core/mode.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/core/permissions_mode.proto b/MutagenSdk/Proto/synchronization/core/permissions_mode.proto index d920f4e..2287fc7 100644 --- a/MutagenSdk/Proto/synchronization/core/permissions_mode.proto +++ b/MutagenSdk/Proto/synchronization/core/permissions_mode.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/core/permissions_mode.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/core/permissions_mode.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/core/problem.proto b/MutagenSdk/Proto/synchronization/core/problem.proto index d83c892..a69470d 100644 --- a/MutagenSdk/Proto/synchronization/core/problem.proto +++ b/MutagenSdk/Proto/synchronization/core/problem.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/core/problem.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/core/problem.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/core/symbolic_link_mode.proto b/MutagenSdk/Proto/synchronization/core/symbolic_link_mode.proto index 5736678..b7e623d 100644 --- a/MutagenSdk/Proto/synchronization/core/symbolic_link_mode.proto +++ b/MutagenSdk/Proto/synchronization/core/symbolic_link_mode.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/core/symbolic_link_mode.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/core/symbolic_link_mode.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/hashing/algorithm.proto b/MutagenSdk/Proto/synchronization/hashing/algorithm.proto index 7fee4c1..5b1983c 100644 --- a/MutagenSdk/Proto/synchronization/hashing/algorithm.proto +++ b/MutagenSdk/Proto/synchronization/hashing/algorithm.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/hashing/algorithm.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/hashing/algorithm.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/rsync/receive.proto b/MutagenSdk/Proto/synchronization/rsync/receive.proto index 192298a..1c14879 100644 --- a/MutagenSdk/Proto/synchronization/rsync/receive.proto +++ b/MutagenSdk/Proto/synchronization/rsync/receive.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/rsync/receive.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/rsync/receive.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/scan_mode.proto b/MutagenSdk/Proto/synchronization/scan_mode.proto index 1d35e48..4a612b3 100644 --- a/MutagenSdk/Proto/synchronization/scan_mode.proto +++ b/MutagenSdk/Proto/synchronization/scan_mode.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/scan_mode.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/scan_mode.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/session.proto b/MutagenSdk/Proto/synchronization/session.proto index 9e604b6..04b177e 100644 --- a/MutagenSdk/Proto/synchronization/session.proto +++ b/MutagenSdk/Proto/synchronization/session.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/session.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/session.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/stage_mode.proto b/MutagenSdk/Proto/synchronization/stage_mode.proto index 8813cbf..9da274e 100644 --- a/MutagenSdk/Proto/synchronization/stage_mode.proto +++ b/MutagenSdk/Proto/synchronization/stage_mode.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/stage_mode.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/stage_mode.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/state.proto b/MutagenSdk/Proto/synchronization/state.proto index 147e274..fc62518 100644 --- a/MutagenSdk/Proto/synchronization/state.proto +++ b/MutagenSdk/Proto/synchronization/state.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/state.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/state.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/version.proto b/MutagenSdk/Proto/synchronization/version.proto index 4bdb479..08743c4 100644 --- a/MutagenSdk/Proto/synchronization/version.proto +++ b/MutagenSdk/Proto/synchronization/version.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/version.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/version.proto * * MIT License * diff --git a/MutagenSdk/Proto/synchronization/watch_mode.proto b/MutagenSdk/Proto/synchronization/watch_mode.proto index bcfae1e..b321a18 100644 --- a/MutagenSdk/Proto/synchronization/watch_mode.proto +++ b/MutagenSdk/Proto/synchronization/watch_mode.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/synchronization/watch_mode.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/synchronization/watch_mode.proto * * MIT License * diff --git a/MutagenSdk/Proto/url/url.proto b/MutagenSdk/Proto/url/url.proto index 7983230..95340e9 100644 --- a/MutagenSdk/Proto/url/url.proto +++ b/MutagenSdk/Proto/url/url.proto @@ -1,6 +1,6 @@ /* * This file was taken from - * https://github.com/coder/mutagen/tree/v0.18.2/pkg/url/url.proto + * https://github.com/coder/mutagen/tree/v0.18.3/pkg/url/url.proto * * MIT License * diff --git a/scripts/Get-Mutagen.ps1 b/scripts/Get-Mutagen.ps1 index fec8aa6..8689377 100644 --- a/scripts/Get-Mutagen.ps1 +++ b/scripts/Get-Mutagen.ps1 @@ -31,7 +31,7 @@ $goArch = switch ($arch) { # Download the mutagen binary from our bucket for this platform if we don't have # it yet (or it's different). -$mutagenVersion = "v0.18.2" +$mutagenVersion = "v0.18.3" $mutagenPath = Join-Path $PSScriptRoot "files\mutagen-windows-$($arch).exe" $mutagenUrl = "https://storage.googleapis.com/coder-desktop/mutagen/$($mutagenVersion)/mutagen-windows-$($goArch).exe" $mutagenEtagFile = $mutagenPath + ".etag"