We should take Prefect Server... and push it somewhere else!
Changelog
0.13.0
Released on August 6, 2020.
Features
Enhancements
- Only supply versions when setting
SUBMITTEDandRUNNINGstates - #2730 - Gracefully recover from version lock errors - #2731
- Add
--ui-versionserver start CLI option to run a specific UI image - #3087 - Agent querying of flow runs now passes active tenant ID - #3087
- Ignore calls to flow.register when parsing a flow using file based storage - #3051
Task Library
- Allow idempotency keys in
FlowRunTaskwhen using server backend - #3006 - Require project name in
FlowRunTaskwhen using server backend - #3006
Fixes
- Fix use of absolute path in Docker storage on Windows - #3044
- Determine if checkpointing is enabled from config set in the flow-runner process - #3085
- Fix
--no-uiserver start CLI option still attempting to pull UI image - #3087
Deprecations
- Deprecate
execute cloud-flowCLI command in favor ofexecute flow-run- #3087 - Deprecate
run server/cloudCLI commands in favor ofrun flow- #3087
Breaking Changes
- Move server and UI code out into separate repositories - #3087
- Project names are now required when managing flows with the core server - #3087