Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Feb 5, 2023
1 parent 8c280e4 commit 8faeb28
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
26 changes: 21 additions & 5 deletions docs/references/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@ versioning][semver].

## Unreleased

## 0.4.0

Lots of fun stuff in this release.

Most importantly, Kele 0.4.0 introduces `kele-list` (`s-k <resource type> l`)
and -- with it -- the ability to list all resources of a given type in tabulated
form. Before, you could only fetch single resources. Now, with `kele-list`, you
can create ad-hoc "overviews" of specific resource types within a given context
and namespace; hitting Enter on any entry in this list brings up the resource's
full manifest.

Kele 0.4.0 also introduces the `kele-proxy` command palette (`s-k p`) for
starting/stopping proxy servers for contexts. It also fleshes out the Kubeconfig
management command palette (`s-k c`).

For more details, see: [How-Tos > Usage].

### Added

- Added a `kele-proxy` command prefix for managing proxy servers
Expand All @@ -19,7 +36,7 @@ versioning][semver].
- Added a keybinding to `kele-context` for deleting a context
- Added a keybinding to open `kele-kubeconfig-path` in a buffer
- Added a keybinding to `kele-resource` to support listing out all resources of
a given type
a given type (`kele-list`)

### Fixed

Expand Down Expand Up @@ -59,10 +76,6 @@ I'm optimistic that these two additions make Kele's user interface much more
pleasant and nimble, while also giving it ample room to grow in complexity and
scope in the coming releases.

[How-Tos > Customization]:https://jonathanj.in/kele.el/how-tos/customization/
[How-Tos > Usage]: https://jonathanj.in/kele.el/how-tos/usage/
[Transient]: https://magit.vc/manual/transient.html

### Added

- `kele-get` resource name input now supports completion! :fire:
Expand Down Expand Up @@ -191,3 +204,6 @@ future enhancements.
[progress report]: https://www.gnu.org/software/emacs/manual/html_node/elisp/Progress.html
[k8s-el-69]: https://github.com/kubernetes-el/kubernetes-el/issues/69
[issue]: https://github.com/kubernetes-el/kubernetes-el/issues
[How-Tos > Customization]:https://jonathanj.in/kele.el/how-tos/customization/
[How-Tos > Usage]: https://jonathanj.in/kele.el/how-tos/usage/
[Transient]: https://magit.vc/manual/transient.html
2 changes: 1 addition & 1 deletion kele.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Jonathan Jin <[email protected]>

;; Version: 0.3.0
;; Version: 0.4.0
;; Homepage: https://github.com/jinnovation/kele.el
;; Keywords: kubernetes tools
;; SPDX-License-Identifier: Apache-2.0
Expand Down

0 comments on commit 8faeb28

Please sign in to comment.