Skip to content

2.6.0

Choose a tag to compare

@credhub-ci-bot credhub-ci-bot released this 17 Apr 19:17

Release Notes

Features:

  • Requests to generate, set and regenerate credentials now support a metadata field that can take any arbitrary json. This metadata is tied to credential versions.
    (#160931048)(#171185414)(#172334602)
  • Requests to api/v1/certificates/<CERTIFICATE ID>/update_transitional_version can now accept {"version": "latest"} to set the latest version of a certificate as transitional
    (#170738440)
  • CredHub docker image now supports configurable database and UAA
    (#170834218)(#170832692)
  • CredHub can now be deployed on Kubernetes
    (#170832694)
  • Update timestamps in logs to use RFC3339. Also, added timestamps to all logs
    (#171818575)
  • You can now generate child certs via a custom CA that has a different Subject Key Identifier derivation
    (#167670716)
  • added credhub.authentication.uaa.wait_for_start_max_timeout and credhub.authentication.uaa.wait_for_start_connect_timeout bosh properties