Skip to content

Allow Alpine upgrades with tagged edge overlays - #51

Merged
cursor[bot] merged 2 commits into
mainfrom
cursor/alpine-tagged-edge-repos-3e81
Aug 5, 2026
Merged

Allow Alpine upgrades with tagged edge overlays#51
cursor[bot] merged 2 commits into
mainfrom
cursor/alpine-tagged-edge-repos-3e81

Conversation

@Narehood

@Narehood Narehood commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Summary

Fixes Alpine Release Upgrade aborting on common stable hosts that use tagged edge overlays (for example @testing .../edge/testing) alongside v3.23 main/community.

Change

  • Treat a single versioned vX.Y branch plus tagged @testing/@edge lines as versioned (upgrade rewrites only the vX.Y URLs; tagged edge lines stay put)
  • Still fail on true mixed channels (untagged edge with stable, latest-stable mixed with versioned, multiple vX.Y branches), with clearer reason lines
  • Warn when tagged edge overlays are present

Reproduce / verify

Previously failed with:

Repository style: mixed
Repository branch: v3.23
[ERROR] Mixed repository channels detected

After this change, a file like:

.../alpine/v3.23/main
.../alpine/v3.23/community
@testing .../alpine/edge/testing

classifies as versioned and can proceed with the 3.23 → 3.24 upgrade.

Open in Web Open in Cursor 

Treat versioned main/community plus tagged @testing/@edge repos as a
versioned primary layout so common stable hosts are not blocked as mixed,
while still failing on untagged edge or conflicting channels.

Co-authored-by: Michael <Narehood@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@cursor[bot], you've reached your PR review limit, so we couldn't start this review.

Next review available in: 17 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c99956f9-bff3-4e5c-baee-269952b7482b

📥 Commits

Reviewing files that changed from the base of the PR and between 3c4fcc2 and 1a74581.

📒 Files selected for processing (3)
  • Installers/.checksums.sha256
  • Installers/alpineUpgrade.sh
  • tests/alpine-upgrade.sh

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.

❤️ Share

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

Regenerate Installers/.checksums.sha256 so CI security checks match the
tagged-edge repository classification changes.

Co-authored-by: Michael <Narehood@users.noreply.github.com>
@cursor
cursor Bot marked this pull request as ready for review August 5, 2026 18:05
@cursor
cursor Bot merged commit f719b8c into main Aug 5, 2026
3 checks passed
@cursor
cursor Bot deleted the cursor/alpine-tagged-edge-repos-3e81 branch August 5, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants