Fix: versions_map, include only versions from tags - #777
Conversation
|
Warning Rate limit exceededklinch0 has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 23 minutes and 40 seconds before requesting another review. ⌛ 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. 📒 Files selected for processing (1)
WalkthroughThe pull request updates the version map generation script by removing the use of the latest main branch commit when searching for version tags, thereby limiting the search to tags available from the remote repository. The error handling logic is also modified: if a chart version is not found, the script now removes that chart version from consideration and continues processing, rather than terminating execution. Additionally, the version number for the Kafka application is updated from Changes
Possibly related PRs
Suggested reviewers
Poem
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:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
214539f to
1721d39
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
.github/workflows/pre-commit.yml (2)
41-41: Debug Logging: Outputtingbase_commitValue
The newly addedecho $base_commitis useful for debugging and verifying that thebase_commitis correctly determined from the remote branch. Consider using conditional logging (or a debug flag) for production environments to avoid unnecessary log clutter.
47-47: Debug Logging: OutputtingfilesValue
Addingecho $fileshelps confirm which files are being targeted by the pre-commit hook. Similar to the previous comment, consider gating this logging behind a debug flag to keep production logs clean.
3ef5f6c to
bdf0b11
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.github/workflows/pre-commit.yml (1)
12-12: Self-hosted Runner Configuration ChangeThe change to
runs-on: [self-hosted]indicates a shift from using a fixed cloud runner (like ubuntu-22.04) to relying on a self-hosted environment. Ensure that the self-hosted runner is properly configured and has all the necessary dependencies (e.g., Git, pre-commit, any language runtimes) installed, as the previously removed setup steps (for Python and Node.js) might not be available by default.
3c3b1a3 to
1721d39
Compare
Signed-off-by: Andrei Kvapil kvapss@gmail.com
Summary by CodeRabbit
Bug Fixes
Chores
0.5.0to0.5.2.