diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fa11664..aec17f0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,19 +1,22 @@ +CHANGELOG +========= + 1.0.0 (2024-05-29) ------------------ Initial release, with the following hooks, operators, and triggers: -Hook Class Import Path Example DAG ----------- --------------------------------------- ----------- -AnyscaleHook ``from anyscale_provider.hooks.anyscale`` import AnyscaleHook N/A +Hook Class Import Path Example DAG +---------- ------------------------------------------------------- ----------- +AnyscaleHook ``from anyscale_provider.hooks.anyscale import AnyscaleHook`` N/A -Operator Class Import Path Example DAG --------------- --------------------------------------- ----------- -AnyscaleSubmitJob ``from anyscale_provider.operators.anyscale import AnyscaleSubmitJob`` Example DAG -AnyscaleDeployService ``from anyscale_provider.operators.anyscale import AnyscaleDeployService`` Example DAG +Operator Class Import Path Example DAG +-------------- ---------------------------------------------------------- ----------- +AnyscaleSubmitJob ``from anyscale_provider.operators.anyscale import AnyscaleSubmitJob`` Example DAG +AnyscaleDeployService ``from anyscale_provider.operators.anyscale import AnyscaleDeployService`` Example DAG -Trigger Class Import Path Example DAG -------------- --------------------------------------- ----------- +Trigger Class Import Path Example DAG +------------- ---------------------------------------------------------- ----------- AnyscaleJobTrigger ``from anyscale_provider.triggers.anyscale import AnyscaleJobTrigger`` N/A AnyscaleServiceTrigger ``from anyscale_provider.triggers.anyscale import AnyscaleServiceTrigger`` N/A \ No newline at end of file