From 86b4b89aeb35dcf5816d3fb533f2f245672fcd7b Mon Sep 17 00:00:00 2001 From: Shawn Carey Date: Mon, 6 Apr 2026 12:11:39 -0400 Subject: [PATCH] update ziti-edge-tunnel@v1.11.3 --- Installer/build.ps1 | 2 +- release-notes.md | 16 ++++++++++++++++ version | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Installer/build.ps1 b/Installer/build.ps1 index 3c70eadd..b646bb95 100644 --- a/Installer/build.ps1 +++ b/Installer/build.ps1 @@ -29,7 +29,7 @@ $ADV_INST_HOME = "C:\Program Files (x86)\Caphyon\Advanced Installer ${ADV_INST_V $SIGNTOOL="${ADV_INST_HOME}\third-party\winsdk\x64\signtool.exe" $ADVINST = "${ADV_INST_HOME}\bin\x86\AdvancedInstaller.com" $ADVPROJECT = "${scriptPath}\ZitiDesktopEdge.aip" -$ZITI_EDGE_TUNNEL_VERSION="v1.11.2" +$ZITI_EDGE_TUNNEL_VERSION="v1.11.3" echo "Cleaning previous build folder if it exists" Remove-Item "${buildPath}" -r -ErrorAction Ignore diff --git a/release-notes.md b/release-notes.md index 4219824a..83d20c5e 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,19 @@ +# Release 2.9.7.1 +## What's New +* updated to ziti-edge-tunnel v1.11.3 + +## Bugs fixed: +* handle token update errors (via ziti-sdk-c) + +## Other changes +n/a + +## Dependencies +* ziti-tunneler: v1.11.3 +* ziti-sdk: 1.14.3 +* tlsuv: v0.41.1[OpenSSL 3.6.1 27 Jan 2026] +* tlsuv: v0.41.1[win32crypto(CNG): ncrypt[1.0] ] + # Release 2.9.7.0 ## What's New * updated to ziti-edge-tunnel v1.11.2 diff --git a/version b/version index 714201b2..d9857836 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.9.7.0 \ No newline at end of file +2.9.7.1 \ No newline at end of file