Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Installer/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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.5.2"
$ZITI_EDGE_TUNNEL_VERSION="v1.5.3"

echo "Cleaning previous build folder if it exists"
Remove-Item "${buildPath}" -r -ErrorAction Ignore
Expand Down
19 changes: 18 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Release 2.6.0.0
# Release 2.6.2.0

## What's New
OIDC-related bug fixes

## Other changes
N/A

## Bugs fixed:
* handle IdP using url-encoded chars in returned code

## Dependencies

* ziti-tunneler: v1.5.3
* ziti-sdk: 1.5.3
* tlsuv: v0.33.6[OpenSSL 3.3.1 4 Jun 2024]

# Release 2.6.1.0

## What's New
Bug fixes
Expand Down
10 changes: 5 additions & 5 deletions release-streams/beta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "2.6.1.0",
"tag_name": "2.6.1.0",
"published_at": "2025-03-06T14:31:11Z",
"name": "2.6.2.0",
"tag_name": "2.6.2.0",
"published_at": "2025-03-12T03:13:34Z",
"installation_critical": false,
"assets": [
{
"name": "Ziti.Desktop.Edge.Client-2.6.1.0.exe",
"browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.6.1.0/Ziti.Desktop.Edge.Client-2.6.1.0.exe"
"name": "Ziti.Desktop.Edge.Client-2.6.2.0.exe",
"browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.6.2.0/Ziti.Desktop.Edge.Client-2.6.2.0.exe"
}
]
}
10 changes: 5 additions & 5 deletions release-streams/latest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "2.5.5.0",
"tag_name": "2.5.5.0",
"published_at": "2025-02-18T07:58:46Z",
"name": "2.6.2.0",
"tag_name": "2.6.2.0",
"published_at": "2025-03-12T03:13:34Z",
"installation_critical": false,
"assets": [
{
"name": "Ziti.Desktop.Edge.Client-2.5.5.0.exe",
"browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.5.5.0/Ziti.Desktop.Edge.Client-2.5.5.0.exe"
"name": "Ziti.Desktop.Edge.Client-2.6.2.0.exe",
"browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.6.2.0/Ziti.Desktop.Edge.Client-2.6.2.0.exe"
}
]
}
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.1.0
2.6.2.0
Loading