Fix transient release downloads and bump v1.3.7 - #397
Merged
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 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. Comment |
Wibias
marked this pull request as ready for review
August 29, 2026 17:25
Wibias
enabled auto-merge
August 29, 2026 17:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix
npx github-delivery update --applyfailing immediately when a GitHub Release asset download hits a transient gateway error such as HTTP 504, and bump the package patch version to1.3.7.Root cause
The release client already bounded redirects, but its final asset request treated every non-2xx response as terminal. A single transient 502/503/504 from GitHub or its asset CDN therefore aborted the update before verification or apply.
Fix
package.jsonfrom1.3.6to1.3.7TDD evidence
The test-only head
79aa8d647f55c0b6924a7905184c512f47fc2e8afailed the canonical Node 24/Ubuntu repository check before the runtime implementation was added.Scope
This PR contains the runtime fix, focused tests, and the package version bump only. Changelog/README release-preparation metadata can remain a separate release-prep step. No merge, tag, GitHub Release, npm publication, or other release publication is authorized by this PR.