Skip to content

Commit

Permalink
changelog changes
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatajagannath committed May 29, 2024
1 parent fde516b commit a763139
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a763139

Please sign in to comment.