From 4acc1d33c5fc538da4ccc9916efeed3eff61ea3e Mon Sep 17 00:00:00 2001 From: dovholuknf <46322585+dovholuknf@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:14:59 -0400 Subject: [PATCH] build 2.5.0.2 --- Installer/build.ps1 | 2 +- release-notes.md | 14 ++++++++++++++ release-streams/ctrlha-alpha.json | 12 ++++++------ version | 2 +- 4 files changed, 22 insertions(+), 8 deletions(-) diff --git a/Installer/build.ps1 b/Installer/build.ps1 index 524b9fde..73d04a35 100644 --- a/Installer/build.ps1 +++ b/Installer/build.ps1 @@ -18,7 +18,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="v2.0.0-alpha9" +$ZITI_EDGE_TUNNEL_VERSION="v2.0.0-alpha10" 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 277c335d..92ecd8d0 100644 --- a/release-notes.md +++ b/release-notes.md @@ -9,6 +9,20 @@ ## Bugs fixed: * n/a +## Dependency Updates +* ziti-tunnel-sdk-c v2.0.0-alpha10/c sdk 2.0.0-alpha8 + +# Release 2.5.0.1 + +## What's New +* updated c-sdk/tunneler to work with HA controllers + +## Other changes: +* none + +## Bugs fixed: +* n/a + ## Dependency Updates * ziti-tunnel-sdk-c v2.0.0-alpha9/c sdk 2.0.0-alpha6 diff --git a/release-streams/ctrlha-alpha.json b/release-streams/ctrlha-alpha.json index 36f84e82..b4abcaec 100644 --- a/release-streams/ctrlha-alpha.json +++ b/release-streams/ctrlha-alpha.json @@ -1,12 +1,12 @@ { - "name": "2.5.0.1", - "tag_name": "2.5.0.1", - "published_at": "2024-07-12T12:33:50Z", + "name": "2.5.0.2", + "tag_name": "2.5.0.2", + "published_at": "2024-07-25T11:10:53Z", "installation_critical": false, "assets": [ { - "name": "Ziti.Desktop.Edge.Client-2.5.0.1.exe", - "browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.5.0.0-alpha/Ziti.Desktop.Edge.Client-2.5.0.1.exe" + "name": "Ziti.Desktop.Edge.Client-2.5.0.2.exe", + "browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.5.0.0-alpha/Ziti.Desktop.Edge.Client-2.5.0.2.exe" } ] -} \ No newline at end of file +} diff --git a/version b/version index 01857cd4..4dae5f4a 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.5.0.1 +2.5.0.2