Skip to content

Releases: cloudfoundry/credhub-cli

1.1.0

05 Jul 20:45
Compare
Choose a tag to compare

Compatibility

  • Please note that CredHub CLI will no longer release in tandem with CredHub server. CLI features that depend upon a specific server version number will be referenced in the release notes. If you encounter an error like The request includes an unrecognized parameter..., this most likely indicates that you are attempting to exercise a feature that is not supported in your targeted server version.

Notice

  • Flag --skip-tls-validation is now deprecated. Please use --ca-cert to provide trusted CA(s) if API and/or UAA certificate is signed by an untrusted authority.

New Features

  • Ability to set stored CA by name for user-provided certificates [requires server v1.0.2]
  • --token flag now refreshed the token value to ensure a valid token is provided

1.0.0

12 Jun 00:51
Compare
Choose a tag to compare

Compatibility

  • CLI version 1.0.0 is only compatible with server version 1.0.0+

Notice

  • Set and generate commands no longer contain a default type. You must now explicitly set a type for clarity.
  • Flag --skip-tls-validation is now deprecated. Please use --ca-cert to provide trusted CA(s) if API and/or UAA certificate is signed by an untrusted authority.

New Features

  • Credentials can now be retrieved by ID
  • Trusted CA can be provided with flag --ca-cert with commands api and login
  • Request lacking command or with invalid command now returns help menu

0.8.0

24 May 01:23
Compare
Choose a tag to compare

Compatibility

  • CLI version 0.8.0 is only compatible with server version 0.7.0+

Notice

  • 'Password' type value is now set with --password flag (previously used --value)

New Features

  • 'User' type credentials can now be set, generated and retrieved
  • Full API response is now returned in yaml format in CLI response
  • Authentication via client credential grants now supported

Bug fix

  • Extended key usage 'timestamping' no longer provides error

0.7.0

28 Apr 23:49
Compare
Choose a tag to compare

CLI version 0.7.0 is only compatible with server version 0.6.x+

Notice -

  • Password generation parameter 'hex-only' has been removed

Known Issues -

  • Management of 'user' type credentials is not supported

0.6.0

24 Mar 17:44
Compare
Choose a tag to compare

CLI version 0.6.0 is only compatible with server version 0.6.x

New Features -

  • Ability to set JSON-type credentials
  • Responses now returned in yaml-like format to support unstructured data of JSON-type credentials

Known Issues -

  • Credential values containing non-yaml formant special characters are returned in single quotes. The quotes are a formatting concern and not part of the credential value. For example, *jJs^%So will return as '*jJs^%So'

0.5.1

23 Feb 01:16
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Bug fix -

  • Invalid type specification provides appropriate error

0.5.0

18 Feb 00:33
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

CLI version 0.5.0 is only compatible with server version 0.5.0

New Features -

  • CA set and generate operations are now done in same namespace as credentials
  • Ability to generate intermediate CA certificates
  • Ability to define key usage extension values
  • Update password generation defaults - length: 30, special characters: excluded

Breaking changes -

  • Due to the change in special character default, an error will occur when regenerating previously generated credentials that used the exclude_special=true setting. You may generate the value again with the desired parameters to resolve this issue.

0.4.0

05 Jan 22:46
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

CLI version 0.4.0 is only compatible with server version 0.4.0

New Features -

  • Regenerate credentials in same form as previously generated
  • Define extended key usage extension values when generating certificates
  • Accurately reflects CLI and targeted server version
  • Modified to conform to new CredHub credentials API

0.3.0

17 Oct 23:40
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

CLI version 0.3.0 is only compatible with server version 0.3.x

New features -

  • RSA credential type (e.g. UAA JWT keys)
  • SSH credential type
  • Optionally output json in CLI

0.2.0

23 Sep 00:51
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

New features -

  • Ability to enter password credentials interactively to avoid bash history
  • Support for aliased short commands
  • Support for short command parameters
  • Dependencies are now vendored to static versions
  • Ability to find credentials by partial name or path search
  • Bug fixes