Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ description: "Latest updates and improvements across bunny.net products."
rss: true
---

<Update label="2026-06-17" tags={["Magic Containers", "(New)"]}>
## 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)

</Update>

<Update label="2026-06-16" tags={["CDN", "(New)"]}>
## CDN Connectivity documentation

Expand Down
7 changes: 7 additions & 0 deletions magic-containers/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ description: Latest updates and improvements to Magic Containers.
rss: true
---

<Update label="2026-06-17" tags={["New"]}>
## 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)

</Update>

<Update label="2026-03-10" tags={["New"]}>
## Quick Deploy

Expand Down