Skip to content

Commit 99af9b3

Browse files
committed
Add changelog file
1 parent 32c2593 commit 99af9b3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
kind: fix
3+
date: 2025-09-24
4+
---
5+
6+
* To follow the [Pod Security Standards](https://v1-32.docs.kubernetes.io/docs/concepts/security/pod-security-standards/) more secure default pod and container securitContext settings were added.
7+
Operator deployment securityContext settings that were added:
8+
- `allowPrivilegeEscalation: false`
9+
- `capabilities.drop: [ ALL ]`
10+
- `seccompProfile.type: RuntimeDefault`
11+
Other workloads:
12+
- `capabilities.drop: [ ALL ]`

0 commit comments

Comments
 (0)