Skip to content

Commit 03e6d6e

Browse files
authored
Merge branch 'main' into markdown_edit_v2
2 parents fdd0804 + 305a035 commit 03e6d6e

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed
184 KB
Loading
Binary file not shown.
543 KB
Binary file not shown.
1.42 MB
Binary file not shown.

src/content/blog/defguard-1.5-release-notes.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ title: Release 1.5 with Mobile apps, External SSO MFA, MFA with Biometry
33
publishDate: 2025-09-10
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse molestie, ex vitae auctor pretium, orci est convallis ipsum, non rhoncus mi dolor nec metus.
55
draft: true
6-
image: "/images/blog/defguard-1.5-release-notes/15_release_1.png"
76
---
87

98
import YouTubeVideo from "../../components/video/YouTubeVideo.astro";
109

1110
![Defguard release 1.5 notes](/images/blog/defguard-1.5-release-notes/15_release_1.png)
1211

13-
1412
# TL;DR;
1513

1614
This is the biggest, most feature packed (and fixes) release we have ever done!
@@ -113,13 +111,15 @@ This mechanism will be used in future releases, to provide automated upgrades bu
113111

114112
The first functionality we’re introducing based on this is information about <a href="https://docs.defguard.net/1.5/deployment-strategies/setting-up-your-instance#updates" target="_blank">unsupported component versions</a> - if they are detected:
115113

114+
116115
![](/images/blog/defguard-1.5-release-notes/version-mismatch.png)
117116

118117
## Desktop Client based on Tauri v2
119118

120119
Tauri is a great framework for building fast, secure, cross-platform applications. We’ve used Tauri v1 up to this point, which had a lot of issues and limited us with some features/bugfixes that many of you reported. Tauri v2 is stable now and we could upgrade, enabling a lot changes like: <a href="https://github.com/DefGuard/client/issues/320" target="_blank">ability to install the client on Ubuntu 24 LTS</a>, <a href="https://github.com/DefGuard/client/issues/502" target="_blank">opening client by clicking tray icon</a>, <a href="https://github.com/DefGuard/client/issues/501" target="_blank">better MFA location connection handling via tray menu</a> and <a href="https://github.com/DefGuard/client/issues/461" target="_blank">some improvements to the Client on Windows</a>.
121120

122121

122+
123123
## Desktop Client seamless enrollment with a button click
124124

125125
Tauri v2 finally enabled us to deliver the quickest way to configure a desktop client, with just one click, see it in action:
@@ -176,7 +176,7 @@ User SNAT bindings allow administrators to assign specific public IP addresses t
176176

177177
Our roadmap, development backlog and documentation was always open, now we bring new transparency standards:
178178

179-
- <a href="https://defguard.net/pentesting" target="_blank">Public pentesting page</a> - we’ve published PDF reports of our pentesting process before, but we always got a lot of questions - *was the issue fixed? Where?* Now you can see it in detail <a href="https://defguard.net/pentesting" target="_blank">on an interactive pentesting page</a>.
179+
- <a href="https://defguard.net/pentesting" target="_blank">Public pentesting page</a> - we’ve published PDF reports of our pentesting process before, but we always got a lot of questions - *was the issue fixed? Where?* Now you can see it in detail <a href="https://defguard.net/pentesting" target="_blank">on an interactive pentesting page</a>.
180180
- <a href="https://docs.defguard.net/1.5/in-depth/architecture-decision-records" target="_blank">Architecture Decision Records</a> - concise documents that capture important architectural decisions we make during the lifecycle of Defguard’s development.
181181
- We’ve introduced our <a href="https://defguard.net/security" target="_blank">Security Approach page</a>, and <a href="https://defguard.net/security#VDP-title" target="_blank">Vulnerability Disclosure Policy</a>
182182

@@ -212,7 +212,6 @@ Here is a sneak peek of what we are working on:
212212

213213
![](/images/blog/defguard-1.5-release-notes/Overview.png)
214214

215-
216215
## New MFA connect & re-authenticate approach
217216

218217
For more details and discussion go here: <a href="https://github.com/DefGuard/defguard/issues/1359" target="_blank">https://github.com/DefGuard/defguard/issues/1359</a>

src/pages/pentesting.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const faqSchemaData = {
177177
<div class="toolbar-description-first">
178178
<div class="toolbar-second-title">What was tested:</div>
179179
<div class="tested-components">
180-
Core 1.5.0, proxy 1.5.0, Desktop Client 1.5.0, Gateway 1.5.0, Mobile 1.0
180+
Server: Core, Proxy, Gateway: 1.5.0, Desktop Client: 1.5.0
181181
</div>
182182
</div>
183183
<div class="divider-toolbar"></div>
@@ -289,13 +289,13 @@ const faqSchemaData = {
289289
</div>
290290
<div class="dropdown-menu" id="dropdown-menu" style="display: none;">
291291
<div class="dropdown-header">Report type</div>
292-
<a href="/download/server-report" class="dropdown-item">
292+
<a href="/security-reports/isec_server_2025.pdf" class="dropdown-item" download>
293293
<div class="dropdown-item-text">Server</div>
294294
</a>
295-
<a href="/download/mobile-report" class="dropdown-item">
295+
<!-- <a href="/download/mobile-report" class="dropdown-item">
296296
<div class="dropdown-item-text">Mobile</div>
297-
</a>
298-
<a href="/download/desktop-report" class="dropdown-item">
297+
</a> -->
298+
<a href="/security-reports/isec_client_2025.pdf" class="dropdown-item" download>
299299
<div class="dropdown-item-text">Desktop</div>
300300
</a>
301301
</div>

0 commit comments

Comments
 (0)