Skip to content

docs(changelogs): add v1.2.4 - #2655

Merged
Andrei Kvapil (kvaps) merged 1 commit into
mainfrom
docs/changelog-v1.2.4
May 14, 2026
Merged

docs(changelogs): add v1.2.4#2655
Andrei Kvapil (kvaps) merged 1 commit into
mainfrom
docs/changelog-v1.2.4

Conversation

@kvaps

@kvaps Andrei Kvapil (kvaps) commented May 14, 2026

Copy link
Copy Markdown
Member

Summary

Adds docs/changelogs/v1.2.4.md so the Update Release Notes workflow can publish the existing v1.2.4 draft release.

v1.2.4 is 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 Changelog step on the tag-push workflow failed twice in a row (yesterday's cron run and today's manual dispatch) due to 402 You have no quota on the Copilot API, so this changelog is hand-written following docs/changelogs/patch-template.md and matches the v1.2.3 style.

Test plan

Summary by CodeRabbit

  • Bug Fixes

    • Resolved MariaDB backup deployment failure that occurred when the backup feature was enabled.
  • Documentation

    • Added v1.2.4 changelog documenting the patch release.

Review Change Stack

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>
@coderabbitai

coderabbitai Bot commented May 14, 2026

Copy link
Copy Markdown
Contributor

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 28b489d4-5952-43c8-9434-803ef8d1e7c9

📥 Commits

Reviewing files that changed from the base of the PR and between f5c84eb and 4ca22f3.

📒 Files selected for processing (1)
  • docs/changelogs/v1.2.4.md

📝 Walkthrough

Walkthrough

This 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 template key in the backup CronJob definition prevented YAML unmarshaling and deployment when backup was enabled.

Changes

v1.2.4 Patch Release Changelog

Layer / File(s) Summary
Changelog entry for v1.2.4 patch release
docs/changelogs/v1.2.4.md
Documents the v1.2.4 patch release date and MariaDB backup fix addressing duplicate template key removal in backup CronJob YAML, with changelog comparison link.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A changelog hops in with care,
Documenting fixes beyond compare,
v1.2.4 takes a bow,
No duplicate templates now!
Release day shines bright and fair. 📝✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: adding a v1.2.4 changelog file to document the patch release.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/changelog-v1.2.4

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added size/S This PR changes 10-29 lines, ignoring generated files area/uncategorized PR auto-labeler could not map title scope to a known area/*; please review kind/documentation Categorizes issue or PR as related to documentation labels May 14, 2026
@kvaps
Andrei Kvapil (kvaps) marked this pull request as ready for review May 14, 2026 12:06
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, 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

  • Documentation Update: Added the v1.2.4 changelog file to enable the automated release workflow to publish the draft release.
  • Bug Fix Documentation: Documented the backport of a fix for the MariaDB backup CronJob, which resolves a duplicate template key issue that prevented successful deployments.
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 Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment Gemini (@gemini-code-assist) Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@dosubot dosubot Bot added the area/release Issues or PRs related to release tooling (changelog, backport, release pipeline) label May 14, 2026
@kvaps
Andrei Kvapil (kvaps) merged commit bc76210 into main May 14, 2026
10 of 11 checks passed
@kvaps
Andrei Kvapil (kvaps) deleted the docs/changelog-v1.2.4 branch May 14, 2026 12:06

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread docs/changelogs/v1.2.4.md
@@ -0,0 +1,19 @@
<!--

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

low

This pull request does not fully comply with the repository's contribution guidelines:

  • Invalid Scope: The scope changelogs used in the PR title is not in the list of valid scopes defined in the style guide. For documentation changes, the docs scope should be used.
  • Missing Release Note: The PR body is missing the required release-note block.

Please update the PR title and body to ensure compatibility with automated workflows.

References
  1. Each commit must follow Conventional Commits format with valid scopes (e.g., 'docs' for Meta). (link)
  2. PR body must contain a release-note block. (link)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/release Issues or PRs related to release tooling (changelog, backport, release pipeline) area/uncategorized PR auto-labeler could not map title scope to a known area/*; please review kind/documentation Categorizes issue or PR as related to documentation size/S This PR changes 10-29 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant