Skip to content

Commit 4506c09

Browse files
committed
cut 0.6.0
1 parent 634ae7f commit 4506c09

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
0.5.4
226
======
327
* Contexts complete in alphabetical order (thanks @markj-db)

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "click"
3-
version = "0.5.4"
3+
version = "0.6.0"
44
description = "A command-line REPL for Kubernetes that integrates into existing cli workflows"
55
authors = ["Nick Lanham <[email protected]>"]
66
homepage = "https://github.com/databricks/click/wiki"

0 commit comments

Comments
 (0)