File tree Expand file tree Collapse file tree 3 files changed +28
-4
lines changed
Expand file tree Collapse file tree 3 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 1+ 0.6.0
2+ =====
3+ Features:
4+ * Migrate to k8s-openapi
5+ * This enabled a migration to reqwest and dropping of the old un-maintained http clients
6+ previously in use
7+ * Update to Rust 2021 edition
8+ * Add a ` cp ` command to copy files to/from a pod
9+ * Add a ` daemonsets ` command
10+ * ADd a ` persistentvolumes ` command
11+ * Forward environment variables to exec'd commands (Thanks @wchau )
12+ * All objects have a basic describe for (at least) their metadata
13+ * Support azure and oidc auth providers (beta)
14+ * ` pods ` command can show last restart time of a pod
15+ * Migrate to comfy-table since prettytable is no longer maintained
16+ * As a result wide tables should render much more pleasantly
17+ * ` describe ` also shows events
18+ * Add support to show CRDs (see ` help crd ` )
19+
20+ Bug Fixes:
21+ * Tab completion works for most arguments
22+ * ` exec ` handles multi-argument commands properly
23+ * Events sort properly in time order
24+
1250.5.4
226======
327* Contexts complete in alphabetical order (thanks @markj-db )
Original file line number Diff line number Diff line change 11[package ]
22name = " click"
3- version = " 0.5.4 "
3+ version = " 0.6.0 "
44description = " A command-line REPL for Kubernetes that integrates into existing cli workflows"
55authors = [
" Nick Lanham <[email protected] >" ]
66homepage = " https://github.com/databricks/click/wiki"
You can’t perform that action at this time.
0 commit comments