chore(main): [bot] release t8s-cluster:9.9.0#2045
Conversation
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughVersion bump for the t8s-cluster Helm chart from 9.8.0 to 9.9.0, including updates to the release-please manifest, Chart.yaml version field, and a new changelog entry documenting new management-cluster capabilities and dependency updates. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Review rate limit: 0/1 reviews remaining, refill in 55 minutes and 43 seconds.Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the t8s-cluster chart version from 9.8.0 to 9.9.0 across the manifest, changelog, and chart metadata, introducing a new feature for kcp cluster auditing. Feedback indicates that the source URL in Chart.yaml still references the old v9.8.0 tag and should be updated to maintain consistency with the new release version.
| - https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/t8s-cluster | ||
| type: application | ||
| version: 9.8.0 | ||
| version: 9.9.0 |
There was a problem hiding this comment.
The version has been bumped to 9.9.0, but the source URL on line 18 still points to the v9.8.0 tag. It should be updated to v9.9.0 to ensure that metadata tools like ArtifactHub point to the correct source code for this release. When updating, ensure the 'v' prefix is maintained for the Git tag as per repository standards.
References
- When validating a semver version against tags in a Git repository, ensure the validation logic correctly handles tags that are prefixed with 'v' (e.g., 'v1.4.0') when the specified version is not (e.g., '1.4.0').
84f71bd to
3be6c1e
Compare
25f35ff to
2960588
Compare
adcdeae to
92686ec
Compare
34eb336 to
5fe15b5
Compare
🤖 I have created a release beep boop
9.9.0 (2026-04-30)
Features
Miscellaneous Chores
This PR was generated with Release Please. See documentation.