Update and add new Raspberry Pi OS version#137
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. 📝 WalkthroughWalkthroughAdds many dated Raspberry Pi OS "lite" and "oldstable_lite" image tags (armhf and arm64) across CI workflow matrix, README documentation, and the download script; download URLs and case mappings in the script are extended and reorganized. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes 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 50 minutes and 2 seconds.Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Around line 117-118: Update the two oldstable arm64 entries so they include
the explicit architecture suffix to match the other entries; replace
`raspios_oldstable_lite_arm64:2025-05-07` with
`raspios_oldstable_lite_arm64(arm64):2025-05-07` and
`raspios_oldstable_lite_arm64:2026-04-14` with
`raspios_oldstable_lite_arm64(arm64):2026-04-14` in the README so all `*_arm64`
values consistently display `(arm64)`.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: f87cdc41-d620-49ae-8677-8d729351d2d0
📒 Files selected for processing (3)
.github/workflows/test-base_images.ymlREADME.mddownload_image.sh
| - `raspios_oldstable_lite_arm64:2025-05-07` | ||
| - `raspios_oldstable_lite_arm64:2026-04-14` |
There was a problem hiding this comment.
Add explicit architecture label on oldstable arm64 entries.
Line 117 and Line 118 omit (arm64), while the other *_arm64 values in this section include it. Keeping the same suffix here improves scanability and avoids ambiguity.
Suggested doc tweak
-- `raspios_oldstable_lite_arm64:2025-05-07`
-- `raspios_oldstable_lite_arm64:2026-04-14`
+- `raspios_oldstable_lite_arm64:2025-05-07` (arm64)
+- `raspios_oldstable_lite_arm64:2026-04-14` (arm64)📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - `raspios_oldstable_lite_arm64:2025-05-07` | |
| - `raspios_oldstable_lite_arm64:2026-04-14` | |
| - `raspios_oldstable_lite_arm64:2025-05-07` (arm64) | |
| - `raspios_oldstable_lite_arm64:2026-04-14` (arm64) |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` around lines 117 - 118, Update the two oldstable arm64 entries so
they include the explicit architecture suffix to match the other entries;
replace `raspios_oldstable_lite_arm64:2025-05-07` with
`raspios_oldstable_lite_arm64(arm64):2025-05-07` and
`raspios_oldstable_lite_arm64:2026-04-14` with
`raspios_oldstable_lite_arm64(arm64):2026-04-14` in the README so all `*_arm64`
values consistently display `(arm64)`.
ce32fea to
23b8dc9
Compare
Bonjour,
Merci pour la précédente MR validée et les correctifs du workflow.
Cette fois-ci, je me suis permit d'ajouter quelques versions de Raspberry Pi OS lite.
N'hésitez pas à me dire si le travail vous convient.
Merci et bonne journée
Summary by CodeRabbit
New Features
Documentation
Other