2.15.4
What's Changed
- Various dependency bumps
- Fixes an issue where CredHub database migration might hang when used with Postgres
Known Issue
- #427: This release contains an issue where deployment might fail due to
Unknown migration type 'SPRING_JDBC' found in schema historyerror when used with a long-running Postgres server. Please wait for the next release if you are using Postgres.- Workaround: manually run
UPDATE flyway_schema_history SET type = 'JDBC' WHERE type = 'SPRING_JDBC';
- Workaround: manually run
Full Changelog: 2.15.3...2.15.4