Skip to content

Releases: pivotal/credhub-release

2.12.96

21 Nov 21:39
Compare
Choose a tag to compare

What's Changed

Known issue

If you have successfully installed v2.12.94 (which is now retracted) and you are using MySQL as CredHub's database, to prevent potential performance issues, please run the following query against your MySQL database for CredHub:

DROP INDEX credential_name_lowercase ON credential;

This current CredHub release properly sets up similar indexes, and this old credential_name_lowercase index (added only by v2.12.94) has now become extraneous and wasteful.

Full Changelog: 2.12.95...2.12.96

2.12.95

13 Nov 01:57
Compare
Choose a tag to compare

What's Changed

  • Fixes an issue in v2.12.94 (which is now retracted) where CredHub might fail to start due to MySQL migration error (see details)
  • Various dependency bumps

2.12.93

03 Oct 19:11
Compare
Choose a tag to compare

What's Changed

  • Various dependency bumps

Full Changelog: 2.12.92...2.12.93

2.12.92

29 Sep 07:08
Compare
Choose a tag to compare

What's Changed

  • Enable TLS 1.3
  • Various dependency bumps

Full Changelog: 2.12.91...2.12.92

2.12.91

19 Sep 20:01
Compare
Choose a tag to compare

What's Changed

  • Various dependency bumps

Full Changelog: 2.12.90...2.12.91

2.12.90

13 Sep 21:54
Compare
Choose a tag to compare

What's Changed

  • Various dependency bumps

Full Changelog: 2.12.89...2.12.90

2.12.89

31 Aug 00:00
Compare
Choose a tag to compare

What's Changed

  • Various dependency bumps

Full Changelog: 2.12.88...2.12.89

2.12.88

22 Aug 18:55
Compare
Choose a tag to compare

What's Changed

  • Bumped Tomcat version to 9.0.91 to address CVE-2024-34750.
  • Done other various dependency bumps.

Full Changelog: 2.12.87...2.12.88

2.12.87

15 Aug 19:40
Compare
Choose a tag to compare

What's Changed

  • Build(deps): Bump parallel from 1.25.1 to 1.26.2 in /spec by @dependabot in #232
  • Build(deps): Bump rexml from 3.3.4 to 3.3.5 in /spec by @dependabot in #233

Full Changelog: 2.12.86...2.12.87

2.12.86

09 Aug 00:18
Compare
Choose a tag to compare

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