docs(redis): release notes v4.1.7 - #50
Conversation
v4.1.7 is a CVE / security patch on the release-4.1 line (tag v4.1.7 → b9e1f591). It rebuilds the operator and its sub-images; the bundled Redis servers move to 5.0.16 / 6.0.22 / 7.2.15. - release_notes.mdx: add the v4.1.7 compatibility row and version section. The Fixed Issues list is intentionally empty — the CVE content is published through the errata, not the bug release notes. - upgrade.mdx: add v4.1.7, and backfill v4.1.6 and v4.1.3, whose rows were never added (the table had stopped at v4.1.2). Server versions are taken from each release tag's values.yaml, not copied between tables. - doom.config.yml: add mw-redis-v4.1.7-fixed. Issue tracking moved MIDDLEWARE → ECO in 2026-07, so this is the first template to query project = ECO; the earlier ones would return nothing today. Verified: yarn lint → 0 errors, 0 warnings.
Deploying alauda-redis with
|
| Latest commit: |
9fd6187
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f6c46c46.alauda-redis.pages.dev |
| Branch Preview URL: | https://docs-release-notes-v4-1-7.alauda-redis.pages.dev |
… matrix release_notes.mdx listed v4.1.3 as shipping 7.2.12, but the v4.1.3 tag (ab492b79) pins redis-v72 at version 7.2.13. The 7.2.12 value appears to have been carried over from the v4.1.2 row. This also resolves the cross_table_equality failure introduced when upgrade.mdx gained a v4.1.3 row with the tag-verified 7.2.13: validate_coupling.py now reports PASS.
|
Follow-up commit The Re-verified after the fix:
|
|
Scope correction — the CVE set for v4.1.7 is 8 tickets, not 6. ECO-749 and ECO-750 (application / system vulnerabilities in the redis-operator image itself) were also fixed in this release, via branch This does not change any file in this PR — the release notes deliberately carry no per-CVE list, and the Security Fixes note already points at the errata for the full set. Flagging it because the errata scope is larger than earlier comments implied. For whoever compiles the errata: |
v4.1.7 is a CVE / security patch on the
release-4.1line (tagv4.1.7→b9e1f591). It rebuilds the operator and its sub-images; the bundled Redis servers move to 5.0.16 / 6.0.22 / 7.2.15.Changes
docs/en/release_notes.mdxdocs/en/upgrade.mdxdoom.config.ymlmw-redis-v4.1.7-fixedquery templateNotes for the reviewer
安全问题. The heading is kept for consistency with every other version section.upgrade.mdxhad stopped at v4.1.2 — v4.1.3 and v4.1.6 were never added. Backfilled here. (v4.1.4 and v4.1.5 are intentionally absent: they were renamed forward by fix: reset version #43 and fix: bump release notes v4.1.5 to v4.1.6 #44 and never shipped as separate releases.)values.yaml, not copied between tables. One consequence worth flagging:upgrade.mdxlists v4.1.3 as7.2.13— which is what thev4.1.3tag actually ships — while the existingrelease_notes.mdxrow says7.2.12. That looks like a pre-existing error inrelease_notes.mdx; not changed here, happy to correct it in this PR if preferred.mw-redis-v4.1.7-fixedis the first template to queryproject = ECO. Issue tracking moved MIDDLEWARE → ECO in 2026-07, so the earlier templates would return nothing today.Verification
yarn lint→ 0 errors, 0 warnings.Release testing for v4.1.7 passed on both architectures (amd64 281 passed / arm64 241 passed, 0 failures and 0 broken on each).
🤖 Generated with Claude Code