Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianMorawiec committed Oct 7, 2024
1 parent c54f1e6 commit fa39601
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
22 changes: 7 additions & 15 deletions projects/orquestra-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,23 @@

πŸ”₯ *Features*

* `workflow` decorator now accepts optional `head_node_image` parameter to select what image should be used in head node.

🧟 *Deprecations*

πŸ‘©β€πŸ”¬ *Experimental*

πŸ› *Bug Fixes*

* fix `orq wf logs` CLI command when WF didn't emit any logs

πŸ’… *Improvements*

πŸ₯· *Internal*

πŸ“ƒ *Docs*
## v1.1.0

πŸ”₯ *Features*

* `workflow` decorator now accepts optional `head_node_image` parameter to select what image should be used in head node.

## v1.0.0

Expand All @@ -29,18 +33,6 @@
* New function: `sdk.infer_git_ref` to infer git refs for Git Imports.
* SDK dependency will be explicitly added as a PythonImport to every task submitted. Version will be inferred from local version during submission.

🧟 *Deprecations*

πŸ‘©β€πŸ”¬ *Experimental*

πŸ› *Bug Fixes*

πŸ’… *Improvements*

πŸ₯· *Internal*

πŸ“ƒ *Docs*

## v0.66.0

🚨 *Breaking Changes*
Expand Down
6 changes: 0 additions & 6 deletions projects/orquestra-sdk/tests/sdk/driver/test_ce_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -1801,12 +1801,6 @@ def test_no_logs_exception(
monkeypatch: pytest.MonkeyPatch,
):
# Given
sys_logs = [
_models.K8sEventLog(tag=tag, log={"some": "values", "another": "thing"}),
_models.RayHeadNodeEventLog(tag=tag, log="Ray head log line"),
_models.RayWorkerNodeEventLog(tag=tag, log="Ray worker log line"),
_models.UnknownEventLog(tag=tag, log="Unknown log line"),
]
wf_run = Mock()
wf_run.workflow_def.task_invocations.keys.return_value = ["inv1", "inv2"]
mocked_client.get_workflow_run.return_value = wf_run
Expand Down

0 comments on commit fa39601

Please sign in to comment.