0.17.0
Deprecated features and migration guides for 0.17.0 and onwards.
JSON Object Serialization
How to adapt flows to the `NON_NULL` JSON serialization strategy.
Deprecation of LocalFiles and outputDir
Migrate from `LocalFiles` and `outputDir` to `inputFiles` and `outputFiles`.
Plugin Discovery Mechanism
Kestra 0.17.0 uses a new mechanism to discover and load plugins. If you use custom plugins, follow this guide to make the necessary adjustments.
Renamed Plugins
Many core plugins have been renamed in Kestra 0.17.0, and `taskDefaults` are now `pluginDefaults`. While these are non-breaking changes, we recommend updating your flows to use the new names.
Volume Mount
How to migrate `volume-enabled` to the plugin configuration.