From c6880e92ce6b1fd850a848741a44547137a261cf Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Wed, 16 Sep 2026 11:53:08 +0200 Subject: [PATCH] release v0.3.0 Self-update support, config editing, and ExternalSecret CRD fixes. - Self-update command (kctl-tui update): download and install the latest release directly from GitHub - Startup update check: interactive prompt on launch when a newer version is available (opt-out via auto_update_check: false in config) - Config edit command (kctl-tui config edit): open ~/.kctl-tui/config.yaml in your default editor - ExternalSecret CRD fix: use the correct CRD name when force-syncing - CI: upgrade to Go 1.25