Skip to content

Commit

Permalink
consolidate changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Jan 12, 2025
1 parent 89a96b2 commit 367d6b4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/references/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@ versioning][semver].

- `kele-list` now supports kind-specific columns. For example, listing
Deployments will now show columns `READY`, `UP-TO-DATE`, and `AVAILABLE`,
similar to `kubectl get deployments`
similar to `kubectl get deployments`. This is done via [server-side printing],
meaning that you are guaranteed to see exactly the same thing as you'd get
with `kubectl`
- `kele-resource` now has a keybinding to follow logs for resources that support
it
- `kele-resource` now has a suffix for port-forwarding to resources that support
it
- Implemented `kele-kill-port-forward` for terminating port-forwards that were
created using `kele-port-forward`
- Rename `kele-proxy` to `kele-ports`
- Implemented [server-side printing] for `kele-list`. This means that, for all
resource types, `kele-list` now prints all "resource-specific" columns, just
like `kubectl get` does

[server-side printing]: https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables

Expand Down

0 comments on commit 367d6b4

Please sign in to comment.