Skip to content

2.12.86

Compare
Choose a tag to compare
@credhub-ci-bot credhub-ci-bot released this 09 Aug 00:18
· 53 commits to main since this release

What's Changed

Note to users who have installed CredHub 2.12.67

  • If you are upgrading to this version directly from CredHub 2.12.67 and if you are using MySQL with CredHub, manually execute the following SQL statements in your database before the upgrade:
DROP TRIGGER IF EXISTS tr_credential_version_pre_del;
DROP TRIGGER IF EXISTS tr_credential_version_post_del;
DROP TRIGGER IF EXISTS tr_credential_pre_del;

Full Changelog: 2.12.85...2.12.86