chore(main): [bot] release base-cluster:9.3.0#1657
Conversation
WalkthroughBumps the charts/base-cluster release from 9.2.0 to 9.3.0: updates .github/release-please/manifest.json, charts/base-cluster/Chart.yaml (version and source), charts/base-cluster/README.md (badges/links), and adds a 9.3.0 entry to charts/base-cluster/CHANGELOG.md noting a Kyverno-related feature. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
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. ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 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: 1
📜 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.
📒 Files selected for processing (3)
.github/release-please/manifest.json(1 hunks)charts/base-cluster/CHANGELOG.md(1 hunks)charts/base-cluster/Chart.yaml(1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-07-24T09:41:28.072Z
Learnt from: cwrau
PR: teutonet/teutonet-helm-charts#1604
File: charts/base-cluster/templates/monitoring/metrics-server/metrics-server.yaml:20-21
Timestamp: 2025-07-24T09:41:28.072Z
Learning: The official kubernetes-sigs/metrics-server Helm chart pins the image tag to a specific version in its values.yaml by default, ensuring reproducible deployments without requiring explicit tag specification in consuming charts.
Applied to files:
charts/base-cluster/Chart.yaml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: lint helm chart (base-cluster)
🔇 Additional comments (3)
.github/release-please/manifest.json (1)
1-1: Version bump in manifest looks consistent.The base-cluster chart is correctly bumped to 9.3.0; other chart versions remain unchanged as expected for this release.
charts/base-cluster/Chart.yaml (1)
22-22: Chart version correctly updated to 9.3.0.This aligns with the release and changelog.
charts/base-cluster/CHANGELOG.md (1)
3-9: Changelog entry for 9.3.0 looks good.Compare link, date, issue reference, and commit hash are all present and consistent with the release summary.
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
charts/base-cluster/README.md (1)
249-250: Align bullet style with markdownlint (MD004).markdownlint expects dashes for unordered list items. Switch asterisks to dashes to satisfy MD004 and maintain consistency with the rest of the document.
-* <https://github.com/teutonet/teutonet-helm-charts/tree/base-cluster-v9.3.0/charts/base-cluster> -* <https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/base-cluster> +- <https://github.com/teutonet/teutonet-helm-charts/tree/base-cluster-v9.3.0/charts/base-cluster> +- <https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/base-cluster>
📜 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.
📒 Files selected for processing (2)
charts/base-cluster/Chart.yaml(1 hunks)charts/base-cluster/README.md(2 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
charts/base-cluster/README.md
249-249: Unordered list style
Expected: dash; Actual: asterisk
(MD004, ul-style)
🔇 Additional comments (3)
charts/base-cluster/README.md (1)
3-3: Version bump to 9.3.0 verified — no action required.Confirmed updates:
- charts/base-cluster/Chart.yaml — version: 9.3.0 (line 22); source URL references base-cluster-v9.3.0 (line 19)
- charts/base-cluster/README.md — badge shows Version-9.3.0 (line 3); Source link references base-cluster-v9.3.0 (line 249)
- .github/release-please/manifest.json — "charts/base-cluster": 9.3.0
- charts/base-cluster/CHANGELOG.md — 9.3.0 entry present (line 3)
No issues found.
charts/base-cluster/Chart.yaml (2)
19-20: Sources URL correctly bumped to v9.3.0 — LGTMThe primary sources entry now points to the v9.3.0 tag. This resolves the earlier concern about stale links.
22-22: Approve version bump to 9.3.0 — no stale 9.2.0 references foundSearched the repo for "base-cluster-v9.2.0" (CHANGELOG.md excluded) and "version: 9.2.0"; no matches were found.
- File: charts/base-cluster/Chart.yaml — line 22: version: 9.3.0
No further action required.
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
9.3.0 (2025-08-15)
Features
This PR was generated with Release Please. See documentation.
Summary by CodeRabbit