Skip to content

Conversation

amorey
Copy link
Contributor

@amorey amorey commented May 9, 2025

Fixes #7182

Kubetail is a real-time logging dashboard for Kubernetes. This PR adds the "kubetail" CLI tool as a package.

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

Summary by CodeRabbit

  • New Features
    • Added a Windows Scoop package for Kubetail v0.9.0.
    • Supports both 64-bit (x64) and ARM64 with architecture-specific downloads and checksums.
    • Installs kubetail.exe on PATH for easy use.
    • Enables automatic version checks against GitHub releases and autoupdate via release URLs.
    • Includes public metadata: version, description, homepage, license, and per-arch hashes.

Copy link
Contributor

github-actions bot commented May 9, 2025

Your changes do not pass checks.

kubetail

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

@amorey
Copy link
Contributor Author

amorey commented May 13, 2025

Just checking - is this PR mergeable? The most recent version passed validation but the PR still has a "manifest-fix-needed" label. Let me know if I need to change something to merge PR.

@victorchrollo14
Copy link

/verify

Copy link
Contributor

github-actions bot commented Jun 9, 2025

Your changes do not pass checks.

kubetail

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

Copy link
Contributor

@aliesbelik aliesbelik left a comment

Choose a reason for hiding this comment

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

Wonder if you may want to rename downloaded binaries as they referenced in bin section, otherwise shim creation will fail.

Alternatively you could use .zip artifacts instead (will be unpacked automatically).

@amorey
Copy link
Contributor Author

amorey commented Jul 29, 2025

@aliesbelik Thanks! That's helpful.

@amorey
Copy link
Contributor Author

amorey commented Jul 30, 2025

/verify

Copy link
Contributor

Your changes do not pass checks.

kubetail

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

@amorey
Copy link
Contributor Author

amorey commented Jul 30, 2025

/verify

Copy link
Contributor

Your changes do not pass checks.

kubetail

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

@amorey
Copy link
Contributor Author

amorey commented Jul 30, 2025

/verify

Copy link
Contributor

Your changes do not pass checks.

kubetail

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

@amorey
Copy link
Contributor Author

amorey commented Jul 30, 2025

/verify

Copy link
Contributor

Your changes do not pass checks.

kubetail

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

@amorey
Copy link
Contributor Author

amorey commented Jul 30, 2025

/verify

Copy link
Contributor

Your changes do not pass checks.

kubetail

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

@amorey
Copy link
Contributor Author

amorey commented Jul 30, 2025

/verify

Copy link
Contributor

Your changes do not pass checks.

kubetail

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

@amorey
Copy link
Contributor Author

amorey commented Jul 30, 2025

/verify

Copy link
Contributor

Your changes do not pass checks.

kubetail

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

@amorey
Copy link
Contributor Author

amorey commented Jul 30, 2025

/verify

Copy link
Contributor

Your changes do not pass checks.

kubetail

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

@amorey
Copy link
Contributor Author

amorey commented Jul 30, 2025

/verify

Copy link
Contributor

Your changes do not pass checks.

kubetail

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

@amorey
Copy link
Contributor Author

amorey commented Jul 30, 2025

/verify

Copy link
Contributor

All changes look good.

Wait for review from human collaborators.

kubetail

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

Copy link

coderabbitai bot commented Sep 18, 2025

Walkthrough

Adds a new Scoop manifest bucket/kubetail.json for Kubetail v0.9.0 declaring metadata and architecture-specific Windows downloads (64-bit and ARM64) that point to kubetail.exe inside release archives, with per-arch SHA256, GitHub checkver, and autoupdate templates.

Changes

Cohort / File(s) Summary
Scoop manifest addition
bucket/kubetail.json
New Scoop manifest for Kubetail v0.9.0: metadata (version, description, homepage, license), bin set to kubetail.exe, architecture-specific download URLs for 64bit and arm64 pointing to release archives with internal kubetail.exe path (.../kubetail-windows-amd64#/kubetail.exe and .../kubetail-windows-arm64#/kubetail.exe), per-arch SHA256 hashes, checkver using GitHub releases regex cli/v([\d.]+), and autoupdate templates using $version and per-arch $url.sha256.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

I hop through tags and sniff the tree,
A tiny tail — now v0.9.0 for me.
Two arches waiting, exe tucked neat,
Hashes checked and downloads meet.
Scoop fetched, I munch a carrot sweet. 🥕🐇

Pre-merge checks and finishing touches

✅ Passed checks (5 passed)
Check name Status Explanation
Linked Issues Check ✅ Passed The Scoop manifest defines a non-GUI, English CLI tool with a version-specific download URL and no extra install scripts, so all coding-related criteria from [#7182] are met.
Out of Scope Changes Check ✅ Passed The PR only adds the kubetail manifest file and does not include any modifications unrelated to the objectives of the linked issue.
Description Check ✅ Passed The description closes the linked issue, summarizes the purpose of the kubetail CLI tool, and includes the required checkboxes for conventional title and contributing guide, adhering to the repository’s PR description template.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
Title Check ✅ Passed The title “kubetail: Add version 0.9.0” clearly summarizes the addition of a new manifest for kubetail at version 0.9.0, matching the PR’s main change. It is concise, specific, and conveys the package name and version without extra noise. This makes it easily scannable and informative for project history.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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 and usage tips.

@amorey amorey changed the title kubetail 0.7.3: add new package kubetail 0.7.5: add new package Sep 18, 2025
@amorey
Copy link
Contributor Author

amorey commented Sep 18, 2025

FYI I rebased and squashed the commits

@amorey amorey requested a review from aliesbelik September 18, 2025 19:29
@aliesbelik
Copy link
Contributor

/verify

Copy link
Contributor

All changes look good.

Wait for review from human collaborators.

kubetail

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

Check the full log for details.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4493ee9 and 5833bc9.

📒 Files selected for processing (1)
  • bucket/kubetail.json (1 hunks)

@amorey amorey changed the title kubetail 0.7.5: add new package kubetail 0.8.2: add new package Sep 26, 2025
@amorey
Copy link
Contributor Author

amorey commented Sep 30, 2025

@aliesbelik You approved this PR two weeks ago and there are no conflicts with the base branch but it hasn't been merged yet. Is there an issue or something we're missing on our end?

@aliesbelik
Copy link
Contributor

@amorey I'm not a maintainer of this particular bucket (main) so I cannot merge your request.
I have already added my recommendations and approval earlier, and there is no other way how else I could I speed up this process.

@amorey
Copy link
Contributor Author

amorey commented Oct 1, 2025

@aliesbelik No worries, thanks for the update.

@amorey
Copy link
Contributor Author

amorey commented Oct 1, 2025

@aliesbelik There's still a "review needed" label on the PR. Could the maintainer be waiting for that to be removed?

@Lutra-Fs Lutra-Fs changed the title kubetail 0.8.2: add new package [email protected]: add new package Oct 2, 2025
amorey and others added 4 commits October 9, 2025 11:46
@amorey amorey changed the title [email protected]: add new package [email protected]: add new package Oct 9, 2025
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (2)
bucket/kubetail.json (2)

18-20: Anchor the checkver regex for precision

Avoid accidental partial matches by anchoring to the tag format.

-        "regex": "cli/v([\\d.]+)"
+        "regex": "^cli\\/v([\\d.]+)$"

4-4: Optional: point homepage to the GitHub repository

Keeps metadata consistent with checkver target and the issue reference.

-    "homepage": "https://www.kubetail.com",
+    "homepage": "https://github.com/kubetail-org/kubetail",
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2f9a746 and 7960916.

📒 Files selected for processing (1)
  • bucket/kubetail.json (1 hunks)
🔇 Additional comments (1)
bucket/kubetail.json (1)

6-16: Manifest structure LGTM (arch URLs, hashes, bin rename)

URLs, per-arch hashes, and bin rename via fragment look correct.

@chawyehsu chawyehsu changed the title [email protected]: add new package kubetail: Add version 0.9.0 Oct 11, 2025
@chawyehsu chawyehsu merged commit 5c9682a into ScoopInstaller:master Oct 11, 2025
3 checks passed
@amorey amorey deleted the kubetail branch October 11, 2025 13:20
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.

[Request]: kubetail

4 participants