Releases: pivotal/credhub-release
Releases · pivotal/credhub-release
2.12.93
2.12.92
2.12.91
2.12.90
2.12.89
2.12.88
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
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
What's Changed
- Fixed DB migration failure issue with AWS RDS MySQL 5.7 (cloudfoundry/credhub#770).
- Various dependency bumps
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