diff --git a/docs/releases.md b/docs/releases.md index f4c4c0f..673873b 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -30,6 +30,23 @@ ## Version 7 + + + +## What's Changed + +### v7.6.2 + +Released on June 22nd, 2026 + +#### Revert validate-env.sh + +While running the docker image, the validate-env.sh script was failing for obscure reasons. +It works totally fine on the demo docker image but is failing on different set-ups. Reverting the change to avoid breaking the docker image for our users. +We will investigate the issue and re-apply the change in a future release. + +* `fix` #4453 : Revert validate-env.sh by @ildyria. + ### v7.6.1 Released on June 22nd, 2026 diff --git a/src/pages/roadmap.astro b/src/pages/roadmap.astro index c864b7f..e808b3e 100644 --- a/src/pages/roadmap.astro +++ b/src/pages/roadmap.astro @@ -8,6 +8,7 @@ const metadata = { // Release data extracted from releases.md export const releases = [ + { version: 'v7.6.2', date: 'Jun 22, 2026', title: 'Hotfix', type: 'bugfix', highlights: ['Revert change to avoid breaking docker installs.'] }, { version: 'v7.6.1', date: 'Jun 22, 2026', title: 'Hotfix', type: 'security', highlights: ['🌟 License key auto-rotations', 'Fix brute force attack on unlock'] }, { version: 'v7.6.0', date: 'Jun 17, 2026', title: 'Moderation, Custom print sizes and more', type: 'major', highlights: ['Chunked download', 'Moderation features', 'folder upload', '🌟 Custom print sizes (SE)', '🌟 White-label (SE)'] }, { version: 'v7.5.4', date: 'Apr 8, 2026', title: 'Hotfix', type: 'enhancement', highlights: ['Live vulnerability check', 'Fix listing of shared albums vulnerability'] },