Skip to content
Open
4 changes: 4 additions & 0 deletions deployments/helm/KubeArmor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ Usage of ./kubearmor:
enabling CoverageTest
-criSocket string
path to CRI socket (format: unix:///path/to/file.sock)

{% hint style="info" %}
Use the `unix:///...` URI form (three slashes after `unix:`) when providing a CRI socket path.
{% endhint %}
-defaultCapabilitiesPosture string
configuring default enforcement action in global capability context {allow|audit|block} (default "audit")
-defaultFilePosture string
Expand Down
14 changes: 14 additions & 0 deletions getting-started/release-notes/v1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ We are excited to announce the release of **KubeArmor v1.6**, packed with powerf

This release reflects major advancements in policy enforcement, system monitoring, and ecosystem integrations while addressing important stability and performance improvements.

## v1.6.8 (2026-02-25)

### 🆕 New Features

- Added no user-facing features in this patch release.

### 🐜 Bug Fixes

- Fixed incorrect CRI socket URL formatting that could prevent reliably reaching the container runtime.

### 🎁 Misc

- Made no additional miscellaneous changes in this patch release.

### [Watch the KubeArmor v1.6 Release Overview](https://www.youtube.com/watch?v=lNXBwXRH-TQ)
<img src="https://github.com/user-attachments/assets/fbd6545c-2a7a-4ae4-91f5-87242a5b1c37" alt="KubeArmor v1.6 Release" width="600" />

Expand Down
Loading