mirror of
https://github.com/skoelle/kctl-tui.git
synced 2026-09-17 20:10:24 +00:00
fix: upgrade CI to Go 1.25 and document self-update feature
- Upgrade go-version from 1.24 to 1.25 in build.yml (required by go-selfupdate v1.6.0) - Add kctl-tui update command and interactive startup check to README.md - Document new features in CHANGELOG.md - Update Go version requirement to 1.25+ in README.md and CONTRIBUTING.md - Add Phase 5 (Self-update) to PLAN.md roadmap
This commit is contained in:
@@ -77,6 +77,14 @@ is still open. For the full requirements, see [SPEC.md](SPEC.md).
|
||||
- [x] `--help` flag with full usage documentation.
|
||||
- [x] CHANGELOG.md, CONTRIBUTING.md, GitHub Issue/PR templates.
|
||||
|
||||
## Phase 5 — Self-update (done)
|
||||
|
||||
- [x] `kctl-tui update` — self-update command using `go-selfupdate` library.
|
||||
Downloads the matching OS/arch asset from GitHub Releases and replaces
|
||||
the running binary atomically.
|
||||
- [x] Interactive update check on startup — queries GitHub Releases in the
|
||||
background, prompts the user to update when a newer version is found.
|
||||
|
||||
---
|
||||
|
||||
## Bugfix Sprint — between v0.2.0 and v0.3.0
|
||||
|
||||
Reference in New Issue
Block a user