@@ -11,6 +11,23 @@ versioning][semver].
1111
1212## Unreleased
1313
14+ ## 0.4.0
15+
16+ Lots of fun stuff in this release.
17+
18+ Most importantly, Kele 0.4.0 introduces ` kele-list ` (` s-k <resource type> l ` )
19+ and -- with it -- the ability to list all resources of a given type in tabulated
20+ form. Before, you could only fetch single resources. Now, with ` kele-list ` , you
21+ can create ad-hoc "overviews" of specific resource types within a given context
22+ and namespace; hitting Enter on any entry in this list brings up the resource's
23+ full manifest.
24+
25+ Kele 0.4.0 also introduces the ` kele-proxy ` command palette (` s-k p ` ) for
26+ starting/stopping proxy servers for contexts. It also fleshes out the Kubeconfig
27+ management command palette (` s-k c ` ).
28+
29+ For more details, see: [ How-Tos > Usage] .
30+
1431### Added
1532
1633- Added a ` kele-proxy ` command prefix for managing proxy servers
@@ -19,7 +36,7 @@ versioning][semver].
1936- Added a keybinding to ` kele-context ` for deleting a context
2037- Added a keybinding to open ` kele-kubeconfig-path ` in a buffer
2138- Added a keybinding to ` kele-resource ` to support listing out all resources of
22- a given type
39+ a given type ( ` kele-list ` )
2340
2441### Fixed
2542
@@ -59,10 +76,6 @@ I'm optimistic that these two additions make Kele's user interface much more
5976pleasant and nimble, while also giving it ample room to grow in complexity and
6077scope in the coming releases.
6178
62- [ How-Tos > Customization ] :https://jonathanj.in/kele.el/how-tos/customization/
63- [ How-Tos > Usage ] : https://jonathanj.in/kele.el/how-tos/usage/
64- [ Transient ] : https://magit.vc/manual/transient.html
65-
6679### Added
6780
6881- ` kele-get ` resource name input now supports completion! :fire :
@@ -191,3 +204,6 @@ future enhancements.
191204[ progress report ] : https://www.gnu.org/software/emacs/manual/html_node/elisp/Progress.html
192205[ k8s-el-69 ] : https://github.com/kubernetes-el/kubernetes-el/issues/69
193206[ issue ] : https://github.com/kubernetes-el/kubernetes-el/issues
207+ [ How-Tos > Customization ] :https://jonathanj.in/kele.el/how-tos/customization/
208+ [ How-Tos > Usage ] : https://jonathanj.in/kele.el/how-tos/usage/
209+ [ Transient ] : https://magit.vc/manual/transient.html
0 commit comments