Skip to content

chore: release helm-cosmo 0.13.2 🚀#2136

Merged
StarpTech merged 2 commits intomainfrom
release-please--branches--main--components--helm-cosmo
Aug 15, 2025
Merged

chore: release helm-cosmo 0.13.2 🚀#2136
StarpTech merged 2 commits intomainfrom
release-please--branches--main--components--helm-cosmo

Conversation

@StarpTech
Copy link
Copy Markdown
Contributor

@StarpTech StarpTech commented Aug 13, 2025

🤖 I have created a release beep boop

0.13.2 (2025-08-15)

Bug Fixes

  • make the session cookie last as long as Keycloak's (#2135) (589bbc9)

This PR was generated with Release Please. See documentation.

Summary by CodeRabbit

  • Bug Fixes
    • Session cookie duration now matches the identity provider to improve login persistence.
  • Documentation
    • Updated changelog with 0.13.2 entry.
    • README version badge updated to 0.13.2.
  • Chores
    • Bumped Helm chart/app version to 0.13.2 across release metadata.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Aug 13, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

Bumps 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

Cohort / File(s) Summary of changes
Release manifest
./.release-please-manifest.json
Updated helm/cosmo version from 0.13.1 to 0.13.2.
Helm chart metadata
helm/cosmo/Chart.yaml
Bumped chart version from 0.13.1 to 0.13.2.
Changelog
helm/cosmo/CHANGELOG.md
Added [0.13.2] release entry (2025-08-15) under Bug Fixes: "make the session cookie last as long as Keycloak's" referencing issue #2135 and commit 589bbc9c778c21879ddf088a38f419fb0b909219.
Documentation badge
helm/cosmo/README.md
Updated version badge from 0.13.1 to 0.13.2.

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 details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between ee110fe and c733906.

📒 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)
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-please--branches--main--components--helm-cosmo

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🔭 Outside diff range comments (1)
helm/cosmo/README.md (1)

1-7: Bump router chart version to 0.13.2

The 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 @@
-![Version: 0.13.1](https://img.shields.io/badge/Version-0.13.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.197.1](https://img.shields.io/badge/AppVersion-0.197.1-informational?style=flat-square)
+![Version: 0.13.2](https://img.shields.io/badge/Version-0.13.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.197.1](https://img.shields.io/badge/AppVersion-0.197.1-informational?style=flat-square)
 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

📥 Commits

Reviewing files that changed from the base of the PR and between 589bbc9 and 048b7e1.

📒 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 for helm/cosmo/charts/router is still at 0.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 version in helm/cosmo/charts/router/Chart.yaml and update .release-please-manifest.json in 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.

@StarpTech StarpTech force-pushed the release-please--branches--main--components--helm-cosmo branch 2 times, most recently from d04d13a to ee110fe Compare August 15, 2025 10:23
@StarpTech StarpTech force-pushed the release-please--branches--main--components--helm-cosmo branch from ee110fe to 1f5b75c Compare August 15, 2025 10:58
@StarpTech StarpTech merged commit 2a1164a into main Aug 15, 2025
9 of 10 checks passed
@StarpTech StarpTech deleted the release-please--branches--main--components--helm-cosmo branch August 15, 2025 11:01
@StarpTech
Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant