Skip to content

chore: release helm-cosmo 0.14.0 🚀#2193

Merged
miklosbarabas merged 2 commits intomainfrom
release-please--branches--main--components--helm-cosmo
Sep 9, 2025
Merged

chore: release helm-cosmo 0.14.0 🚀#2193
miklosbarabas merged 2 commits intomainfrom
release-please--branches--main--components--helm-cosmo

Conversation

@StarpTech
Copy link
Copy Markdown
Contributor

@StarpTech StarpTech commented Sep 8, 2025

🤖 I have created a release beep boop

0.14.0 (2025-09-09)

Features

  • update images in values for bitnami helm charts (#2190) (a52c215)

This PR was generated with Release Please. See documentation.

Summary by CodeRabbit

  • New Features

    • Updated default container images for Bitnami-based components in the Helm chart.
  • Documentation

    • Added a 0.14.0 release entry to the changelog.
    • Updated the version badge in the Helm chart README to 0.14.0.
  • Chores

    • Bumped Helm chart and release metadata to version 0.14.0.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Sep 8, 2025

Walkthrough

Bumps Helm chart version to 0.14.0 in the release manifest, Chart.yaml, and README; adds a 0.14.0 entry to helm/cosmo/CHANGELOG.md (2025-09-09) noting updated Bitnami images. No code, API, or behavioral changes.

Changes

Cohort / File(s) Summary of Changes
Release manifest bump
\.release-please-manifest.json
Updated helm/cosmo version from 0.13.20.14.0; helm/cosmo/charts/router remains 0.14.0.
Helm chart release artifacts
helm/cosmo/Chart.yaml, helm/cosmo/README.md, helm/cosmo/CHANGELOG.md
Chart.yaml: version bumped 0.13.20.14.0. README.md: version badge updated to 0.14.0. CHANGELOG.md: new 0.14.0 entry (2025-09-09) referencing "update images in values for bitnami helm charts", issue #2190, and commit a52c215.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Pre-merge checks (3 passed)

✅ Passed checks (3 passed)
Check name Status Explanation
Title Check ✅ Passed The title succinctly communicates the upgrade of the helm-cosmo chart to version 0.14.0 and accurately reflects the key change. While the inclusion of a rocket emoji adds flair, it does not detract from clarity or relevance.
Description Check ✅ Passed The description clearly outlines the release details for version 0.14.0, including the changelog entry, feature summary, and links to relevant issue and commit. It directly relates to the changeset and provides context for reviewers without introducing off-topic information.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 57961fc and f2423ae.

📒 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)
✅ Files skipped from review due to trivial changes (1)
  • .release-please-manifest.json
🚧 Files skipped from review as they are similar to previous changes (3)
  • helm/cosmo/README.md
  • helm/cosmo/Chart.yaml
  • helm/cosmo/CHANGELOG.md

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

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

🧹 Nitpick comments (1)
helm/cosmo/README.md (1)

5-5: README version badge synced to 0.14.0: OK.

If helm-docs is used in this repo, ensure it’s re-run post-release so the values table reflects any future changes automatically.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a52c215 and b53556a.

📒 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 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-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.yaml
  • helm/cosmo/CHANGELOG.md
  • helm/cosmo/README.md
  • .release-please-manifest.json
📚 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
🔇 Additional comments (3)
helm/cosmo/Chart.yaml (1)

19-19: Approve version bump Version 0.14.0 is consistent across Chart.yaml, README badge, and the release manifest.

.release-please-manifest.json (1)

2-2: Manifest entry updated to 0.14.0: OK.

Router subchart remains at 0.14.0 as before; no action needed.

helm/cosmo/CHANGELOG.md (1)

3-9: Changelog entry for 0.14.0: looks good.

Date and compare range are correct; feature summary matches the PR description.

@StarpTech StarpTech force-pushed the release-please--branches--main--components--helm-cosmo branch from b53556a to 4906be1 Compare September 9, 2025 08:58
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

🧹 Nitpick comments (2)
helm/cosmo/Chart.yaml (2)

25-27: Align Artifact Hub change note with actual release content.

Current note says “Pin dependencies…”, while this release highlights updated Bitnami images in values. Suggest updating to reflect the user-facing change.

   artifacthub.io/changes: |
-    - kind: changed
-      description: "Pin dependencies to the latest stable version"
+    - kind: changed
+      description: "Update images in values for Bitnami Helm charts (#2190)"

29-31: Use a stable source URL for Artifact Hub.

Point the source link to the chart directory in the main branch to avoid 404s in Artifact Hub.

     - name: source
-      url: https://github.com/wundergraph/cosmo/helm/cosmo
+      url: https://github.com/wundergraph/cosmo/tree/main/helm/cosmo
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b53556a and 57961fc.

📒 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)
🚧 Files skipped from review as they are similar to previous changes (3)
  • .release-please-manifest.json
  • helm/cosmo/README.md
  • helm/cosmo/CHANGELOG.md
🧰 Additional context used
🧠 Learnings (2)
📓 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-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.yaml
🔇 Additional comments (1)
helm/cosmo/Chart.yaml (1)

19-19: Version bump to 0.14.0 looks good.

Semver format is correct for Helm chart version. Per our previous learning for this repo, README badge sync happens in separate release PRs—no action requested here.

@StarpTech StarpTech force-pushed the release-please--branches--main--components--helm-cosmo branch from 57961fc to 83db558 Compare September 9, 2025 09:47
Copy link
Copy Markdown
Contributor

@miklosbarabas miklosbarabas left a comment

Choose a reason for hiding this comment

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

lgtm

@miklosbarabas
Copy link
Copy Markdown
Contributor

@StarpTech / @Noroth pls review

@miklosbarabas miklosbarabas merged commit 735372d into main Sep 9, 2025
11 checks passed
@miklosbarabas miklosbarabas deleted the release-please--branches--main--components--helm-cosmo branch September 9, 2025 11:04
@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.

3 participants