Skip to content

Conversation

@cjimti
Copy link
Contributor

@cjimti cjimti commented Jan 3, 2026

Updates kubefwd from 1.22.5 to 1.25.8 and fixes the autoupdate URL pattern.

Changes

  • Version: 1.22.5 → 1.25.8
  • URL pattern fix: Changed $version to v$version in autoupdate URLs

The previous manifest used URLs like /download/1.22.5/ but kubefwd releases use the v prefix (/download/v1.25.8/). This was preventing autoupdate from working correctly.

v1.25.8 Highlights

  • Windows hosts path auto-detection: kubefwd now automatically uses the correct hosts file path on Windows (C:\Windows\System32\drivers\etc\hosts) instead of defaulting to /etc/hosts

PR Template

Closes #7480

  • Use conventional PR title: <manifest-name[@version]|chore>: <general summary of the pull request>
  • I have read the Contributing Guide

@github-actions
Copy link
Contributor

github-actions bot commented Jan 3, 2026

Your changes did not pass all checks.

Please address the issues in the manifest and comment starting with /verify to rerun the checks.

kubefwd

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

Check the full log for details.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 4, 2026

Your changes did not pass all checks.

Please address the issues in the manifest and comment starting with /verify to rerun the checks.

kubefwd

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

Check the full log for details.

@cjimti
Copy link
Contributor Author

cjimti commented Jan 4, 2026

/verify

@github-actions
Copy link
Contributor

github-actions bot commented Jan 4, 2026

All changes look good.

Wait for review from human collaborators.

kubefwd

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

Check the full log for details.

@z-Fng z-Fng changed the title [email protected]: Fix autoupdate URL pattern kubefwd: Update to version 1.25.8, fix autoupdate Jan 4, 2026
Copy link
Member

@z-Fng z-Fng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

@z-Fng z-Fng merged commit c27f484 into ScoopInstaller:master Jan 4, 2026
3 checks passed
@cjimti cjimti deleted the kubefwd-1.25.8 branch January 4, 2026 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: kubefwd: Autoupdate broken due to missing 'v' prefix in URL pattern

2 participants