docs(changelogs): add v1.2.4 - #2655
Conversation
Hand-written patch changelog for v1.2.4 (Copilot quota exhausted on the automatic Generate Changelog step). Single fix: minimal backport of the MariaDB backup CronJob duplicate-key removal from #2279 via #2652. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds a changelog documentation file for v1.2.4 (2026-05-14) patch release. The entry documents a fix for MariaDB backup deployment where a duplicate Changesv1.2.4 Patch Release Changelog
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces the changelog documentation for the v1.2.4 patch release. The file was manually created to facilitate the release process after the automated generation workflow encountered API quota limitations. It provides a clear record of the backported fix for the MariaDB backup CronJob. Highlights
New Features🧠 You can now enable Memory (public preview) to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on Gemini (@gemini-code-assist) comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request adds a new changelog for version 1.2.4, documenting a backport fix for a duplicate template key in the MariaDB backup CronJob. The review feedback identifies that the PR title uses an invalid scope and the PR body is missing the required release-note block, both of which violate the repository's contribution guidelines.
| @@ -0,0 +1,19 @@ | |||
| <!-- | |||
There was a problem hiding this comment.
This pull request does not fully comply with the repository's contribution guidelines:
- Invalid Scope: The scope
changelogsused in the PR title is not in the list of valid scopes defined in the style guide. For documentation changes, thedocsscope should be used. - Missing Release Note: The PR body is missing the required
release-noteblock.
Please update the PR title and body to ensure compatibility with automated workflows.
Summary
Adds
docs/changelogs/v1.2.4.mdso theUpdate Release Notesworkflow can publish the existingv1.2.4draft release.v1.2.4is a hotfix patch backporting only the duplicate-template:key removal from #2279 — the breaking service-naming changes in that PR were intentionally omitted as not appropriate for a patch (see #2652 for the minimal-backport details).The
Generate Changelogstep on the tag-push workflow failed twice in a row (yesterday's cron run and today's manual dispatch) due to402 You have no quotaon the Copilot API, so this changelog is hand-written followingdocs/changelogs/patch-template.mdand matches the v1.2.3 style.Test plan
patch-template.mdstructuregh pr viewfor [mariadb] fix: always enable replication for consistent service naming #2279 and [Backport release-1.2] fix(mariadb): remove duplicate template key in backup CronJob #2652Update Release Notespicks up the file and publishes draft releasev1.2.4Summary by CodeRabbit
Bug Fixes
Documentation