Skip to content

Commit

Permalink
changelog added
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatajagannath committed May 29, 2024
1 parent 0dd945b commit 69bafc6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

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

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
------------- --------------------------------------- -----------
AnyscaleJobTrigger ``from anyscale_provider.triggers.anyscale import AnyscaleJobTrigger`` N/A
AnyscaleServiceTrigger ``from anyscale_provider.triggers.anyscale import AnyscaleServiceTrigger`` N/A
Empty file added CONTRIBUTING.rst
Empty file.

0 comments on commit 69bafc6

Please sign in to comment.