From d56451ea9f98ff0edcf38948e6719de27f6e9e12 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 17 Jun 2026 10:59:24 +0000 Subject: [PATCH] docs: add changelog entries for persistent volume permissions docs Add entries to root and Magic Containers changelogs for the new persistent volume file permissions and rolling update behavior documentation added in PR #291. Co-Authored-By: Claude Opus 4.6 Claude-Session: https://claude.ai/code/session_01M5yTSyiRuPFWfvohRxui1g --- changelog.mdx | 7 +++++++ magic-containers/changelog.mdx | 7 +++++++ 2 files changed, 14 insertions(+) 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