Conversation
|
Caution Review failedThe pull request is closed. WalkthroughBumps Helm chart cosmo version from 0.13.1 to 0.13.2 across the release manifest and Chart.yaml, updates the README badge to 0.13.2, and adds a 0.13.2 entry to the Helm chart CHANGELOG with a bug fix note. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: CodeRabbit UI 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🔭 Outside diff range comments (1)
helm/cosmo/README.md (1)
1-7: Bump router chart version to 0.13.2The search revealed two remaining references to 0.13.1 in the router sub-chart. Please update these to 0.13.2:
- helm/cosmo/charts/router/Chart.yaml (line 18)
- helm/cosmo/charts/router/README.md (badge on line 3)
Suggested diff:
--- helm/cosmo/charts/router/Chart.yaml +++ helm/cosmo/charts/router/Chart.yaml @@ -15,7 +15,7 @@ description: A Helm chart for Kubernetes icon: https://wundergraph.com/assets/logo.png apiVersion: v2 name: router -version: 0.13.1 +version: 0.13.2 appVersion: "0.197.1" --- helm/cosmo/charts/router/README.md +++ helm/cosmo/charts/router/README.md @@ -1,4 +1,4 @@ -   +   This chart installs the WunderGraph Cosmo Router.
🧹 Nitpick comments (1)
helm/cosmo/Chart.yaml (1)
25-28: Artifact Hub changes annotation appears stale for this release.
Current description mentions pinning dependencies, which doesn't match 0.13.2’s bug fix. Consider updating to reflect the session cookie fix to avoid misleading metadata on Artifact Hub.Apply this diff to keep the annotation in sync with this release:
artifacthub.io/changes: | - - kind: changed - description: "Pin dependencies to the latest stable version" + - kind: fixed + description: "Make the session cookie last as long as Keycloak's (#2135)"
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
.release-please-manifest.json(1 hunks)helm/cosmo/CHANGELOG.md(1 hunks)helm/cosmo/Chart.yaml(1 hunks)helm/cosmo/README.md(1 hunks)
🔇 Additional comments (5)
helm/cosmo/Chart.yaml (1)
19-19: Version bump to 0.13.2 looks good.
Chart version aligns with the README badge and manifest. No issues.helm/cosmo/README.md (1)
5-5: README badge correctly updated to 0.13.2.
Matches Chart.yaml and changelog entry..release-please-manifest.json (2)
2-2: Manifest updated for helm/cosmo to 0.13.2.
Router subchart remains at 0.13.1 as expected; assuming no router release in this cut.
1-4: Confirm router chart version intent
Chart.yaml forhelm/cosmo/charts/routeris still at0.13.1(matches the manifest), and there are no router-specific changes since then in the changelog.Please verify whether the session-cookie fix should also be rolled into the router subchart:
- If it only affects the umbrella chart (
helm/cosmo→ v0.13.2), no action is needed for the router chart.- If the router chart must include the fix, bump its
versioninhelm/cosmo/charts/router/Chart.yamland update.release-please-manifest.jsonin a follow-up release.Files to review:
- .release-please-manifest.json (lines 1–4)
- helm/cosmo/charts/router/Chart.yaml (version field)
helm/cosmo/CHANGELOG.md (1)
3-9: Changelog entry for 0.13.2 is clear and correctly linked.
Bug fix description matches the PR summary with issue and commit references.
d04d13a to
ee110fe
Compare
ee110fe to
1f5b75c
Compare
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
0.13.2 (2025-08-15)
Bug Fixes
This PR was generated with Release Please. See documentation.
Summary by CodeRabbit