From fcdd7d85684977a58e6c6f45463bb113174da30f Mon Sep 17 00:00:00 2001 From: webiny-bot Date: Tue, 11 Aug 2026 11:51:57 +0000 Subject: [PATCH 1/3] chore: generate changelog for 6.4.8 --- docs/release-notes/6.4.8/upgrade-guide.mdx | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 docs/release-notes/6.4.8/upgrade-guide.mdx diff --git a/docs/release-notes/6.4.8/upgrade-guide.mdx b/docs/release-notes/6.4.8/upgrade-guide.mdx new file mode 100644 index 000000000..35082c7e8 --- /dev/null +++ b/docs/release-notes/6.4.8/upgrade-guide.mdx @@ -0,0 +1,61 @@ +--- +id: kxw6rq38 +title: Upgrade from 6.4.x to 6.4.8 +description: Learn how to upgrade Webiny from 6.4.x to 6.4.8. +--- + +import { Alert } from "@/components/Alert"; +import { AdditionalNotes } from "@/components/upgrade/AdditionalNotes"; + + + +- how to upgrade Webiny from 6.4.x to 6.4.8 + + + + + +Make sure to check out the [6.4.8 changelog](./changelog) to get familiar with the changes introduced in this release. + + + +## Step-by-Step Guide + +### 1. Upgrade Webiny Packages + +Upgrade all Webiny packages by running the following command: + +```bash +yarn webiny upgrade 6.4.8 --debug +``` + +Note that the command above will run upgrades for all available versions of Webiny up to 6.4.8. If there are upgrades for 6.4.1, 6.4.5, they will be ran. + +You can omit the version to upgrade to the latest available: + +```bash +yarn webiny upgrade --debug +``` + +Once the upgrade has finished, running the `yarn webiny --version` command in your terminal should return **6.4.8**. + + + +If the above command fails or is not available in your setup, you can run the upgrade script directly via `npx`: + +```bash +npx https://github.com/webiny/webiny-upgrades-v6 6.4.8 --debug +``` + + + +### 2. Deploy Your Project + +Proceed by redeploying your Webiny project: + +```bash +# Execute in your project root. +yarn webiny deploy --env {environment} +``` + + From 598dd78eaffb835fba0a685941aabe5c6a89e918 Mon Sep 17 00:00:00 2001 From: webiny-bot Date: Tue, 11 Aug 2026 13:43:09 +0000 Subject: [PATCH 2/3] chore: regenerate release notes for 6.4.8 --- docs/release-notes/6.4.8/changelog.ai.txt | 8 ++++++++ docs/release-notes/6.4.8/changelog.mdx | 17 +++++++++++++++++ docs/release-notes/6.4.8/upgrade-guide.mdx | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 docs/release-notes/6.4.8/changelog.ai.txt create mode 100644 docs/release-notes/6.4.8/changelog.mdx diff --git a/docs/release-notes/6.4.8/changelog.ai.txt b/docs/release-notes/6.4.8/changelog.ai.txt new file mode 100644 index 000000000..e88912407 --- /dev/null +++ b/docs/release-notes/6.4.8/changelog.ai.txt @@ -0,0 +1,8 @@ +AI Context: 6.4.8 Changelog (changelog.mdx) + +This file tracks manual edits made after the generation script ran. +The script reads the "Skipped PRs" section to avoid re-adding removed entries. + +## Skipped PRs + +## Manual Rewrites diff --git a/docs/release-notes/6.4.8/changelog.mdx b/docs/release-notes/6.4.8/changelog.mdx new file mode 100644 index 000000000..79d01ad45 --- /dev/null +++ b/docs/release-notes/6.4.8/changelog.mdx @@ -0,0 +1,17 @@ +--- +id: 2zrdx37o +title: Webiny 6.4.8 Changelog +description: See what's new in Webiny version 6.4.8 +--- + +import { GithubRelease } from "@/components/GithubRelease"; +import { Alert } from "@/components/Alert"; + + + +## Admin + +### Fixed File Editing Failing When Private Files Feature Is Not Licensed ([#5568](https://github.com/webiny/webiny-js/pull/5568)) +{/* REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line */} + +Editing any file property (name, description, tags) in the File Manager would fail with a GraphQL error when the Private Files feature was not licensed. The save operation was incorrectly including `accessControl` in the mutation payload even when the feature was unavailable. File edits now work correctly regardless of Private Files licensing. diff --git a/docs/release-notes/6.4.8/upgrade-guide.mdx b/docs/release-notes/6.4.8/upgrade-guide.mdx index 35082c7e8..9945a81b0 100644 --- a/docs/release-notes/6.4.8/upgrade-guide.mdx +++ b/docs/release-notes/6.4.8/upgrade-guide.mdx @@ -1,5 +1,5 @@ --- -id: kxw6rq38 +id: ecd5o1ac title: Upgrade from 6.4.x to 6.4.8 description: Learn how to upgrade Webiny from 6.4.x to 6.4.8. --- From dde157037a42f77fa984fe4602ceb7859465e906 Mon Sep 17 00:00:00 2001 From: Pavel Denisjuk Date: Tue, 11 Aug 2026 15:53:47 +0200 Subject: [PATCH 3/3] chore: verify changelog --- docs/release-notes/6.4.8/changelog.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/release-notes/6.4.8/changelog.mdx b/docs/release-notes/6.4.8/changelog.mdx index 79d01ad45..88afc0f9b 100644 --- a/docs/release-notes/6.4.8/changelog.mdx +++ b/docs/release-notes/6.4.8/changelog.mdx @@ -5,13 +5,11 @@ description: See what's new in Webiny version 6.4.8 --- import { GithubRelease } from "@/components/GithubRelease"; -import { Alert } from "@/components/Alert"; ## Admin -### Fixed File Editing Failing When Private Files Feature Is Not Licensed ([#5568](https://github.com/webiny/webiny-js/pull/5568)) -{/* REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line */} +### Fixed File Editing Failing When Private Files Feature Is Not Enabled ([#5568](https://github.com/webiny/webiny-js/pull/5568)) -Editing any file property (name, description, tags) in the File Manager would fail with a GraphQL error when the Private Files feature was not licensed. The save operation was incorrectly including `accessControl` in the mutation payload even when the feature was unavailable. File edits now work correctly regardless of Private Files licensing. +Editing any file property (name, description, tags) in the File Manager would fail with a GraphQL error when the Private Files feature was not enabled. The save operation was incorrectly including `accessControl` in the mutation payload even when the feature was unavailable. File edits now work correctly regardless of Private Files feature flag.