Skip to content

Releases: cloudfoundry/credhub-cli

2.5.2

02 Jul 20:14

Choose a tag to compare

Bug Fixes

  • Import with certificates that have a ca_name set to a CA later in the file will import the CA before the certificate it signed. This allows the signs and signed_by fields in api/v1/certificates to work with imported certificates.
  • Remove yaml formatting when getting a multi-line value with the --quiet flag.
  • Don't print insecure HTTP error when CLI defaults to HTTPS.

Notes

  • Enforce minimum TLS version to be 1.2. Thanks @anyu for the PR (#78).

Release SHAs

  • Linux sha256: 8a3e20229afd273b7ebea185ded049fa91fa1c86aa547fd3df4631ac08ef316f
  • OSX sha256: 29168645603eab6c921d2792b75a648ce94344b39c813f617b272f85c634e294
  • Windows sha256: 5997151beec7127ed3921930b24196d7a2dba4b60ffa0affc4bfcde0124ef634

2.5.1

21 Jun 18:28

Choose a tag to compare

Features

  • Allow importing type value set to integer

Notes

  • Update socks5-proxy dependency
  • Add Linux Homebrew tap support

Release SHAs

  • Linux sha256: 6df5d9d2be37a86c2da703c04b38a089e35dc28fe6fce08db2fe9dec9f8c59eb
  • OSX sha256: e0a6923f9a45045583637f1d0b04f3ea4e7bb522b5880887afb0109b8eb8e54a
  • Windows sha256: 28877e103bdff639854ccfdf0807d81f6ff38fc4790e8806d8b09bd520c314c7

2.5.0

12 Jun 15:59

Choose a tag to compare

Features

  • New functionality for getting certificate metadata in the CredHub client

Bug Fixes

  • Fixes issue #75
  • No longer prints credentials on import
  • Returns error message when using an expired token
  • No longer duplicates access token when refresh token fails

Tarball SHAs

  • Linux sha256: 31d26143b59d0714d92807e8824e1aaeeda587e4a2251721f811e65e9bc01aea
  • OSX sha256: 0a9f31e2e560f953b0c70042370aa5ec53bb79583eda23e1caa5d9344520999a
  • Windows sha256: c745c817f0b9e384fdbd80f2d7ad227150b4267f53d7072b2a4d724effaefc40

2.4.0

02 Apr 16:31
fba821c

Choose a tag to compare

Release Notes

Tarball SHAs

  • Linux sha256: 73edaf1ee47323c4f0aa455bcc17303a73c0cf2a6d9156542f1f6b7b1b1aa3db
  • OSX sha256: 2f3dd20a0e55e7c9eb3573006f9a06aab08fe11bce736cdd355c08fa92ed4e2e
  • Windows sha256: f82ed339df71013842c3f133937d3118e219f2f30e084a14f896c2e737545423

2.3.0

14 Mar 16:21

Choose a tag to compare

Features

  • CredHub CLI interpolates credentials to file
  • CredHub CLI interpolate now supports the --skip-missing flag to skip missing credentials
  • CredHub CLI now allows users to use CLI commands to add, get, update, and delete permissions

Tarball SHAs

  • Linux sha256: 9018881e1e43794243b6618e675f6f5ab3ac1b2c1f303a8558c1b22e1d1f54eb
  • OSX sha256: 5f979ceb8677e4e8bd85f5ab83ddbc07c817a4b31a30cefdd722fd0d06a6f9a8
  • Windows sha256: 527378a8324141b59ce6e690aa116947a0a8b3afc034b11264994bf8419b1e95

2.2.1

28 Jan 16:21

Choose a tag to compare

Bug Fixes

  • credhub import command returns non zero exit code on failure. Thanks @jhamon for the issue (#52)!

2.2.0

06 Dec 17:05

Choose a tag to compare

Bug Fixes

  • Fixes a bug where extra arguments in commands were ignored; we now abort the command and print the correct usage

Features

  • Added a --quiet flag to return the secret alone and none of its corresponding metadata

2.1.0

15 Oct 22:57

Choose a tag to compare

Features

  • Introduces the credhub interpolate command, which takes a file and fills out credhub references within double parens (((...))). See credhub interpolate -h for a more detailed description.

2.0.1

09 Oct 16:33

Choose a tag to compare

Bug Fixes and Minor Improvements

  • CredHub CLI v2 is now backwards compatible with CredHub server versions 1.9 and 1.7. A few commands no longer work (documented below); if you rely on these behaviors, please use a 1.x version of the CLI.
    • The --no-overwrite flag has been removed from the set command.
    • The --find-all-paths flag has been removed from the find command.

2.0.0

02 Aug 18:55

Choose a tag to compare

Features

  • Removes find --all-paths flag.
  • Remove no-overwrite flag

Bug Fixes and Minor Improvements

  • Enable HTTP Keepalive's to reduce number of TLS handshakes

Notes

  • The CredHub CLI 2.x.x is only compatible with CredHub Server versions 2.0.0 and greater.