0.10.0
New Features
Changes
- SchemaHero will no longer deploy 1 pod for plan and 1 for apply
- SchemaHero will now deploy a
<dbname-controller> Statefulset to the namespace the Database is deployed to for migrations
Fixes
- Improved performance of
kubectl schemahero get tables on clusters with many namespaces
- Added support for Mysql
longtext, mediumtext, text, and tinytext types
- Fixed a bug where generate would generate the wrong precision for decimal types in Mysql
- Removed empty plans from
kubectl schemahero get migrations