Skip to content

changelog v0.13.x - #2122

Merged
Despire merged 3 commits into
masterfrom
feat/v0-13
Jun 2, 2026
Merged

changelog v0.13.x#2122
Despire merged 3 commits into
masterfrom
feat/v0-13

Conversation

@Despire

@Despire Despire commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Documentation
    • Added v0.13 release notes with critical upgrade steps: MongoDB replica scaling and post-upgrade verification, set feature-compatibility to 7.0.
    • Clarified Kubernetes support now requires v1.33+.
    • Documented CNI migration to Cilium in eBPF mode with possible brief downtime and fallback refresh.
    • Announced support for Verda Cloud and OVH, plus dependency maintenance and scheduled-task ordering fix.

@coderabbitai

coderabbitai Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d7537bbd-94db-48b2-b2ed-97425ff79a1e

📥 Commits

Reviewing files that changed from the base of the PR and between 1b58dfa and 09748ba.

📒 Files selected for processing (1)
  • docs/CHANGELOG/changelog-0.13.x.md
✅ Files skipped from review due to trivial changes (1)
  • docs/CHANGELOG/changelog-0.13.x.md

Walkthrough

Adds a new Claudie v0.13 changelog documenting MongoDB v7.0 upgrade steps, Kubernetes support changes, and Cilium eBPF CNI migration; and registers the changelog in mkdocs navigation.

Changes

v0.13 Release Documentation

Layer / File(s) Summary
v0.13 Changelog content and docs navigation
docs/CHANGELOG/changelog-0.13.x.md, mkdocs.yml
Adds the v0.13 changelog with upgrade warnings and step-by-step MongoDB deployment/verification instructions, notes Kubernetes support change (dropping v1.32.x, requiring v1.33+), documents CNI migration to Cilium eBPF mode and other listed changes, and adds the changelog entry to the mkdocs nav.

Possibly Related PRs

  • berops/claudie#2018: Also updates mkdocs navigation to add a changelog entry for another release.
  • berops/claudie#2025: Adds a changelog file and navigation entry for a different maintenance release.
  • berops/claudie#2057: Similar documentation-only change adding a release changelog and mkdocs nav entry.
🚥 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 'changelog v0.13.x' directly and clearly describes the main change—adding a changelog entry for version 0.13.x—which aligns with the changeset.
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 feat/v0-13

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.

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

Actionable comments posted: 2

🧹 Nitpick comments (1)
docs/CHANGELOG/changelog-0.13.x.md (1)

78-80: ⚡ Quick win

Specify language for fenced code block.

The fenced code block is missing a language identifier. Add bash after the opening fence for proper syntax highlighting.

📝 Proposed fix
-```
+```bash
 kubectl apply -f https://github.com/berops/claudie/releases/latest/download/Claudie.yaml
</details>

<details>
<summary>🤖 Prompt for AI Agents</summary>

Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @docs/CHANGELOG/changelog-0.13.x.md around lines 78 - 80, The fenced code
block containing the kubectl command is missing a language identifier; update
the opening fence for the block that wraps "kubectl apply -f
https://github.com/berops/claudie/releases/latest/download/Claudie.yaml" to use

highlighting.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/CHANGELOG/changelog-0.13.x.md`:
- Line 131: Update the changelog line to correct two typos: replace
"maintanance" with "maintenance" and "dependnecies" with "dependencies" in the
string that currently reads "General maintanance update of dependnecies." so it
becomes "General maintenance update of dependencies." Ensure the corrected text
is used wherever that exact entry appears (the changelog entry at the shown
diff).
- Line 123: The changelog uses inconsistent version notation: the bullet "- The
**support for kubernetes v1.32.0 is dropped**" should be changed to match the
"v1.32.x" form used elsewhere; update the string "v1.32.0" to "v1.32.x" (or vice
versa if you prefer the .0 style) so all occurrences of the v1.32 reference are
consistent, and scan the surrounding lines for any other "v1.32" variants to
make them uniform.

---

Nitpick comments:
In `@docs/CHANGELOG/changelog-0.13.x.md`:
- Around line 78-80: The fenced code block containing the kubectl command is
missing a language identifier; update the opening fence for the block that wraps
"kubectl apply -f
https://github.com/berops/claudie/releases/latest/download/Claudie.yaml" to use
```bash so the block becomes a bash fenced block and enables proper syntax
highlighting.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 885c06b9-ca9b-4000-b414-7f6ae8ee952b

📥 Commits

Reviewing files that changed from the base of the PR and between 88517e9 and 1b58dfa.

📒 Files selected for processing (2)
  • docs/CHANGELOG/changelog-0.13.x.md
  • mkdocs.yml

Comment thread docs/CHANGELOG/changelog-0.13.x.md Outdated
Comment thread docs/CHANGELOG/changelog-0.13.x.md Outdated

@m-brando m-brando 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.

pls fix coderabbitai sugesstions, otherwise LGTM

@bernardhalas bernardhalas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, thank you

Despire and others added 2 commits June 2, 2026 10:04
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@Despire
Despire added this pull request to the merge queue Jun 2, 2026
Merged via the queue into master with commit fcfe032 Jun 2, 2026
7 checks passed
@Despire
Despire deleted the feat/v0-13 branch June 2, 2026 08:10
@coderabbitai coderabbitai Bot mentioned this pull request Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants