Skip to content

Commit

Permalink
Merge pull request #785 from openziti/release-2.5.2.7
Browse files Browse the repository at this point in the history
Release 2.5.2.7
  • Loading branch information
dovholuknf authored Jan 16, 2025
2 parents 0e2f505 + 84a5d5c commit b4f63bf
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
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.3.7"
$ZITI_EDGE_TUNNEL_VERSION="v1.3.8"

echo "Cleaning previous build folder if it exists"
Remove-Item "${buildPath}" -r -ErrorAction Ignore
Expand Down
19 changes: 19 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Release 2.5.2.7

## What's New
dependencies

## Other changes
* n/a

## Bugs fixed:

* C SDK no longer applies `offline_access` scope
* C SDK no longer fails OIDC auth when external url ends with /

## Dependencies

* ziti-tunneler: v1.3.8
* ziti-sdk: 1.3.6
* tlsuv: v0.33.4[OpenSSL 3.3.1 4 Jun 2024]

# Release 2.5.2.6

## What's New
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.5.2.6",
"tag_name": "2.5.2.6",
"published_at": "2025-01-13T07:08:38Z",
"name": "2.5.2.7",
"tag_name": "2.5.2.7",
"published_at": "2025-01-15T13:29:48Z",
"installation_critical": false,
"assets": [
{
"name": "Ziti.Desktop.Edge.Client-2.5.2.6.exe",
"browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.5.2.6/Ziti.Desktop.Edge.Client-2.5.2.6.exe"
"name": "Ziti.Desktop.Edge.Client-2.5.2.7.exe",
"browser_download_url": "https://github.com/openziti/desktop-edge-win/releases/download/2.5.2.7/Ziti.Desktop.Edge.Client-2.5.2.7.exe"
}
]
}
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.2.6
2.5.2.7

0 comments on commit b4f63bf

Please sign in to comment.