chore: release helm-cosmo 0.15.0 🚀#2201
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughBumps Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (3)
helm/cosmo/Chart.yaml (3)
25-28: Update Artifact Hub changes note to reflect this release.Current note ("Pin dependencies…") doesn’t match 0.15.0’s router pod label feature.
Apply:
artifacthub.io/changes: | - - kind: changed - description: "Pin dependencies to the latest stable version" + - kind: added + description: "Add pod label configuration to the router subchart"
29-32: Nit: Fix source link to point to the directory view.Artifact Hub renders better with a direct tree URL.
- - name: source - url: https://github.com/wundergraph/cosmo/helm/cosmo + - name: source + url: https://github.com/wundergraph/cosmo/tree/main/helm/cosmo
16-20: Consider setting appVersion (if you use it).If you track the underlying app version, add/refresh appVersion; otherwise ignore.
# Versions are expected to follow Semantic Versioning (https://semver.org/) version: '0.15.0' +appVersion: '0.15.0'
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
.release-please-manifest.json(1 hunks)helm/cosmo/CHANGELOG.md(1 hunks)helm/cosmo/Chart.yaml(1 hunks)
🧰 Additional context used
🧠 Learnings (3)
📓 Common learnings
Learnt from: StarpTech
PR: wundergraph/cosmo#2142
File: helm/cosmo/Chart.yaml:0-0
Timestamp: 2025-08-15T10:21:45.838Z
Learning: In the WunderGraph Cosmo project, helm chart version upgrades and README badge synchronization are handled in separate helm release PRs, not in the initial version bump PRs.
📚 Learning: 2025-08-20T22:13:25.222Z
Learnt from: StarpTech
PR: wundergraph/cosmo#2157
File: router-tests/go.mod:16-16
Timestamp: 2025-08-20T22:13:25.222Z
Learning: github.com/mark3labs/mcp-go v0.38.0 has regressions and should not be used in the wundergraph/cosmo project. v0.36.0 is the stable version that should be used across router-tests and other modules.
Applied to files:
.release-please-manifest.json
📚 Learning: 2025-08-15T10:21:45.838Z
Learnt from: StarpTech
PR: wundergraph/cosmo#2142
File: helm/cosmo/Chart.yaml:0-0
Timestamp: 2025-08-15T10:21:45.838Z
Learning: In the WunderGraph Cosmo project, helm chart version upgrades and README badge synchronization are handled in separate helm release PRs, not in the initial version bump PRs.
Applied to files:
helm/cosmo/Chart.yamlhelm/cosmo/CHANGELOG.md
🔇 Additional comments (3)
.release-please-manifest.json (1)
2-2: Manifest bump matches Chart.yaml."helm/cosmo" → 0.15.0 is consistent with the chart version.
helm/cosmo/Chart.yaml (1)
19-19: Chart version bump looks good.No other spec changes; aligns with release PR scope.
helm/cosmo/CHANGELOG.md (1)
3-9: Changelog entry reads well and matches the release intent.Compare link, date, and feature note look correct.
bfdb9ab to
a11ad04
Compare
d70255e to
8df9c61
Compare
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
0.15.0 (2025-09-10)
Features
This PR was generated with Release Please. See documentation.
Summary by CodeRabbit
Documentation
Chores