Skip to content

Commit 7bfd98c

Browse files
authored
Merge pull request #1417 from MicrosoftDocs/main
Publish main to live, Friday 10:30 AM PST, 09/20
2 parents b45efb7 + f2ef9d5 commit 7bfd98c

File tree

2 files changed

+31
-9
lines changed

2 files changed

+31
-9
lines changed

defender-endpoint/linux-install-with-ansible.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,12 @@ Create a subtask or role files that contribute to a playbook or task.
192192
```Output
193193
- hosts: servers
194194
tasks:
195-
- include: ../roles/onboarding_setup.yml
196-
- include: ../roles/add_apt_repo.yml
195+
- name: include onboarding tasks
196+
import_tasks:
197+
file: ../roles/onboarding_setup.yml
198+
- name: add apt repository
199+
import_tasks:
200+
file: ../roles/add_apt_repo.yml
197201
- name: Install MDATP
198202
apt:
199203
name: mdatp

defender-endpoint/linux-whatsnew.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: What's new in Microsoft Defender for Endpoint on Linux
33
description: List of major changes for Microsoft Defender for Endpoint on Linux.
44
ms.service: defender-endpoint
55
ms.author: deniseb
6-
author: deniseb
6+
author: denisebmsft
77
ms.reviewer: kumasumit, gopkr
88
ms.localizationpriority: medium
9-
ms.date: 08/22/2024
9+
ms.date: 09/19/2024
1010
manager: deniseb
1111
audience: ITPro
1212
ms.collection:
@@ -42,8 +42,26 @@ This article is updated frequently to let you know what's new in the latest rele
4242
>
4343
> Review your current Defender for Endpoint on Linux deployment, and begin planning your migration to the eBPF-supported build. For more information on eBPF and how it works, see [Use eBPF-based sensor for Microsoft Defender for Endpoint on Linux](/defender-endpoint/linux-support-ebpf).
4444
>
45-
> If you have any concerns or need assistance during this transition, please reach out to our support team.
45+
> If you have any concerns or need assistance during this transition, contact support.
4646
47+
<details>
48+
<summary> Sept-2024 (Build: 101.24072.0001 | Release version: 30.124072.0001.0)</summary>
49+
50+
## Sept-2024 Build: 101.24072.0001 | Release version: 30.124072.0001.0
51+
52+
&ensp;Released: **September 23, 2024**<br/>
53+
&ensp;Published: **September 23, 2024**<br/>
54+
&ensp;Build: **101.24072.0001**<br/>
55+
&ensp;Release version: **30.124072.0001.0**<br/>
56+
&ensp;Engine version: **1.1.24060.6**<br/>
57+
&ensp;Signature version: **1.415.228.0**<br/>
58+
59+
**What's new**
60+
61+
- Added support for Ubuntu 24.04
62+
- Updated default engine version to `1.1.24060.6` and default signatures version to `1.415.228.0`.
63+
64+
</details>
4765

4866
<details>
4967
<summary> July-2024 (Build: 101.24062.0001 | Release version: 30.124062.0001.0)</summary>
@@ -71,14 +89,14 @@ There are multiple fixes and new changes in this release.
7189
</details>
7290

7391
<details>
74-
<summary> June-2024 (Build: 101.24052.0002 | Release version: 30.24052.0002.0)</summary>
92+
<summary> June-2024 (Build: 101.24052.0002 | Release version: 30.124052.0002.0)</summary>
7593

7694
## June-2024 Build: 101.24052.0002 | Release version: 30.124052.0002.0
7795

7896
&ensp;Released: **June 24, 2024**<br/>
7997
&ensp;Published: **June 24, 2024**<br/>
8098
&ensp;Build: **101.24052.0002**<br/>
81-
&ensp;Release version: **30.24052.0002.0**<br/>
99+
&ensp;Release version: **30.124052.0002.0**<br/>
82100
&ensp;Engine version: **1.1.24040.2**<br/>
83101
&ensp;Signature version: **1.411.153.0**<br/>
84102

@@ -93,14 +111,14 @@ There are multiple fixes and new changes in this release.
93111

94112
</details>
95113
<details>
96-
<summary> May-2024 (Build: 101.24042.0002 | Release version: 30.24042.0002.0)</summary>
114+
<summary> May-2024 (Build: 101.24042.0002 | Release version: 30.124042.0002.0)</summary>
97115

98116
## May-2024 Build: 101.24042.0002 | Release version: 30.124042.0002.0
99117

100118
&ensp;Released: **May 29, 2024**<br/>
101119
&ensp;Published: **May 29, 2024**<br/>
102120
&ensp;Build: **101.24042.0002**<br/>
103-
&ensp;Release version: **30.24042.0002.0**<br/>
121+
&ensp;Release version: **30.124042.0002.0**<br/>
104122
&ensp;Engine version: **1.1.24030.4**<br/>
105123
&ensp;Signature version: **1.407.521.0**<br/>
106124

0 commit comments

Comments
 (0)