diff --git a/changelog.mdx b/changelog.mdx
index 2f4b49e..53e4e1a 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -4,6 +4,13 @@ description: "Latest updates and improvements across bunny.net products."
rss: true
---
+
+ ## Persistent volume file permissions and rolling update behavior
+
+ New documentation covering file permission behavior when multiple containers in a pod share a persistent volume, including root vs non-root access scenarios and sticky bit protection. Also documents the adjusted rolling update process for applications with persistent volumes, where existing pods are shut down first to unmount volumes before new pods start. [Learn more](/magic-containers/persistent-volumes#file-permissions)
+
+
+
## CDN Connectivity documentation
diff --git a/magic-containers/changelog.mdx b/magic-containers/changelog.mdx
index 0e31182..f85f0a8 100644
--- a/magic-containers/changelog.mdx
+++ b/magic-containers/changelog.mdx
@@ -4,6 +4,13 @@ description: Latest updates and improvements to Magic Containers.
rss: true
---
+
+ ## Persistent volume file permissions
+
+ New documentation explaining file permission behavior when multiple containers share a persistent volume, covering root and non-root user scenarios with detailed permission tables. Also documents how rolling updates are adjusted for applications with persistent volumes to prevent data corruption. [Learn more](/magic-containers/persistent-volumes#file-permissions)
+
+
+
## Quick Deploy