v0.0.12
Released on August 25, 2022.
Key Features
- Adds support for running workflows on Kubernetes. You can now register a Kubernetes integration
from the UI by providing the cluster's kubeconfig file and publish workflows
to run on Kubernetes by modifying theconfig
argument in the SDK'spublish_flow
API. - Enables using Google Cloud Storage (GCS) as Aqueduct's metadata store. You can register GCS as a storage
integration from the UI and store Aqueduct metadata in GCS.
Enhancements
- Adds support for editing the authentication credentials of existing integrations from the UI.
- Adds support for deleting integrations from the UI.
- Adds support for deleting data created by Aqueduct when deleting a workflow; when deleting a workflow,
you will now see an option to select the objects created by this workflow.
Bugfixes
None! 🎉
All Changes
All commits
- Adds docker images to execute operators on k8s by @saurav-c in #332
- Implements option to publish a k8s workflow in SDK by @hsubbaraj-spiral in #371
- Activate k8s integration on UI by @hsubbaraj-spiral in #389
- Eng 1326 api route to delete integration by @eunice-chan in #305
- Clarifying comments in Python code by @eunice-chan in #386
- Adds notebook integration test for util.py file dependency by @saurav-c in #379
- [1/3] Eng 1323 Provide api ndpoint to edit integration by @likawind in #320
- Implements Google Cloud Storage metadata store layer by @saurav-c in #390
- Allows users to connect google cloud storage integration from UI by @saurav-c in #393
- Adds support for k8s engines to access gcs credentials by @saurav-c in #394
- Adds documentation link for connecting Google Cloud Storage integration by @saurav-c in #395
- Fixes docker images to version 0.0.12 for k8s by @saurav-c in #396
- Ready for release 0.0.12 by @cw75 in #397