Skip to content

Commit 195097a

Browse files
committed
Update the changelog
1 parent 697917e commit 195097a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

changelog/20250924_fix_provide_more_secure_pod_and_container.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ kind: fix
33
date: 2025-09-24
44
---
55

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:
6+
* To follow the [Pod Security Standards](https://v1-32.docs.kubernetes.io/docs/concepts/security/pod-security-standards/) more secure default pod `securityContext` settings were added.
7+
8+
Operator deployment `securityContext` settings that have changed:
89
- `allowPrivilegeEscalation: false`
910
- `capabilities.drop: [ ALL ]`
1011
- `seccompProfile.type: RuntimeDefault`
12+
1113
Other workloads:
12-
- `capabilities.drop: [ ALL ]`
14+
- `capabilities.drop: [ ALL ]`

0 commit comments

Comments
 (0)