You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/defender-sensor-change-log.md
+51-1Lines changed: 51 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Defender Sensor for Defender for Containers Changelog
3
3
description: Learn about the version history and updates for the Defender sensor in Microsoft Defender for Containers.
4
4
ms.service: defender-for-cloud
5
5
ms.topic: reference
6
-
ms.date: 02/23/2026
6
+
ms.date: 03/02/2026
7
7
ai-usage: ai-assisted
8
8
---
9
9
@@ -33,6 +33,42 @@ To see the version of the sensor run:
33
33
34
34
### Sensor v0.9 (deployed by Helm or Arc for K8s in Preview mode)
35
35
36
+
**Sensor v0.9.51 – Preview**
37
+
38
+
-**Released:** March 2026
39
+
40
+
-**What's included:**
41
+
42
+
- Improvements
43
+
44
+
- Security and platform updates
45
+
46
+
- Upgraded Go and related dependencies and libraries to address security vulnerabilities and improve runtime stability.
47
+
48
+
- Fluent Bit updated to a newer version to improve log processing and security.
49
+
50
+
- FIPS support enabled for the publisher and file-cleaner components for customers requiring FIPS-compliant operation.
51
+
52
+
- Reduced load and resource usage
53
+
54
+
- Reduced aggregation size and narrowed aggregated data types to lower memory and CPU usage.
55
+
56
+
- Chart and publisher updates to reduce query load on the authentication service, improving overall reliability.
57
+
58
+
- Fixes
59
+
60
+
- Authentication stability and concurrency
61
+
62
+
- Token provider now caches negative (false) responses from the auth service to avoid repeated failing calls.
63
+
64
+
- Improved thread-safety in the token provider by adding read-locking around token map checks to prevent race conditions.
65
+
66
+
- Miscellaneous fixes
67
+
68
+
- Various configuration and path fixes to ensure reliable log collection and prevent duplicate data.
69
+
70
+
71
+
36
72
**Sensor v0.9.50 – Preview**
37
73
38
74
-**Released:** February 2026
@@ -77,6 +113,20 @@ To see the version of the sensor run:
77
113
78
114
### Sensor v0.8 (relevant to all AKS supported versions and Arc for K8s)
79
115
116
+
**Sensor v0.8.48 – GA**
117
+
118
+
-**Released:** March 2026
119
+
120
+
-**What's included:**
121
+
122
+
- Security
123
+
124
+
- Dependency and image updates: Multiple components have updated binaries and container images to address known vulnerabilities.
125
+
126
+
- Go runtime and component upgrades: The Go runtime and an internal IG component were upgraded to remediate security issues.
127
+
128
+
- FIPS and image hardening for publisher components: Publisher and file-cleaner components now support FIPS configurations and use smaller, hardened base images; Fluent Bit was upgraded as part of this hardening.
0 commit comments