This Release adds an auto-import feature to KFTray and KFTUI. import Kubernetes service configurations by selecting a context in the new "Auto Import". Services with the annotation kftray.app/enabled: true will be imported, and additional configurations can be specified using the kftray.app/configs
annotation in the format alias-localPort-targetPort
. This feature automates the configuration import process.
autoimport.mp4
What's Changed
- chore(deps): update all non-major dependencies by @renovate in #290
- chore(deps): update all non-major dependencies by @renovate in #295
- chore(deps): update dependency jsdom to v25 by @renovate in #296
- chore(deps): update all non-major dependencies by @renovate in #297
- add auto import based on kube annotations by @hcavarsan in #300
- feat: export configs with pretty json by @hcavarsan in #301
Full Changelog: v0.13.3...v0.14.0