Skip to content

Releases: databricks/click

v0.6.3

26 Sep 18:30
f72c16a
Compare
Choose a tag to compare
Tagging new version

v0.6.2

27 Sep 20:16
76bae50
Compare
Choose a tag to compare
Merge pull request #203 from nicklan/cut-0.6.2

v0.6.1

06 May 22:57
Compare
Choose a tag to compare

Bugfix release:

  • Reqwest on osx seems to not support parsing multiple certs in one string, so we split them up and
    add them to the reqwest client one at a time

v0.6.0

22 Apr 18:06
Compare
Choose a tag to compare

Features:

  • Migrate to k8s-openapi
    • This enabled a migration to reqwest and dropping of the old un-maintained http clients
      previously in use
  • Update to Rust 2021 edition
  • Add a cp command to copy files to/from a pod
  • Add a daemonsets command
  • ADd a persistentvolumes command
  • Forward environment variables to exec'd commands (Thanks @wchau)
  • All objects have a basic describe for (at least) their metadata
  • Support azure and oidc auth providers (beta)
  • pods command can show last restart time of a pod
  • Migrate to comfy-table since prettytable is no longer maintained
    • As a result wide tables should render much more pleasantly
  • describe also shows events
  • Add support to show CRDs (see help crd)

Bug Fixes:

  • Tab completion works for most arguments
  • exec handles multi-argument commands properly
  • Events sort properly in time order