Skip to content

Fix curl error handling and revert maintainer emails to project address#6

Merged
senet merged 2 commits into
feat/easy-installfrom
copilot/sub-pr-4-again
Feb 8, 2026
Merged

Fix curl error handling and revert maintainer emails to project address#6
senet merged 2 commits into
feat/easy-installfrom
copilot/sub-pr-4-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 8, 2026

Summary

  • Purpose and scope: Address review feedback on PR Feat/easy install #4 regarding curl error handling and packaging metadata
  • Linked issue
  • Testing done: Validated curl -f flag properly triggers error handler on HTTP failures

Changes

Curl error handling

  • Added -f flag to curl in libexec/kctl-env-list-remote so HTTP errors (403 rate limits, 404, 5xx) fail explicitly instead of returning empty responses that silently break the loop

Packaging metadata

  • Reverted maintainer email in packaging/debian/control, scripts/release.sh (both Debian and RPM changelogs) from personal Hotmail address to project-owned kctl-env@example.com

Checklist

  • Branch based on latest main
  • No direct commits to main
  • Updated README.md / docs if needed
  • Updated CHANGELOG.md for user-facing changes
  • Added/updated tests (if applicable)
  • For releases: used make release V=X.Y.Z and opened PR from release/vX.Y.Z

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI mentioned this pull request Feb 8, 2026
9 tasks
Co-authored-by: senet <4061835+senet@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Feb 8, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/kubernetes/kubernetes/tags
    • Triggering command: /usr/bin/curl curl -sSLf REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Add bootstrap installer for easy installation Fix curl error handling and revert maintainer emails to project address Feb 8, 2026
Copilot AI requested a review from senet February 8, 2026 10:54
@senet senet marked this pull request as ready for review February 8, 2026 11:09
@senet senet merged commit cca8a1d into feat/easy-install Feb 8, 2026
@senet senet deleted the copilot/sub-pr-4-again branch February 8, 2026 11:10
senet added a commit that referenced this pull request Feb 8, 2026
…ss (#6)

* Initial plan

* fix: add curl -f flag and revert maintainer emails to project address

Co-authored-by: senet <4061835+senet@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: senet <4061835+senet@users.noreply.github.com>
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