Skip to content

Commit

Permalink
Implement comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tscurtu committed Mar 16, 2023
1 parent 63cf87c commit bf0be8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ with nothing else on the line.
* [improvement] Added support for Python 3.10-style type hints
* [improvement] The Dashboard login flow will now redirect to the requested page instead of to
the homepage
* [improvement] Sorted the Runs in the Dashboard Run tree panel by creation time
* [improvement] Displaying the user who started a Run in the Dashboard Run list page and in the
Run history drop-down
* [improvement] Various documentation updates and fixes
Expand All @@ -47,6 +46,7 @@ with nothing else on the line.
* [bugfix] Fixed a bug that prevented the browser back/forward buttons from working correctly
in the Dashboard
* [bugfix] Fixed a bug that sometimes prevented the Dashboard Run tree panel from updating
* [bugfix] Fixed sorting of the Runs in the Dashboard Run tree panel by creation time
* [bugfix] Fixed a race condition where Kubernetes job updates would be incorrectly handled,
and added safeguards for incorrect Run state transitions
* [bugfix] Fixed a bug where killing a subprocess spawned by user code would prematurely
Expand Down
3 changes: 2 additions & 1 deletion docs/upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ parameter to

## FOSS to "Enterprise Edition"

0. Reach out to Sematic via `support@sematic.dev` to obtain a license for "Sematic EE".
0. Reach out to Sematic via [support@sematic.dev](mailto:support@sematic.dev) to obtain
an Enterprise License.
1. In your helm deployment, change `image.repository` to `sematic/sematic-server-ee`.
2. In your `pip` installation (client installation), change from depending on `sematic`
to `sematic[<extra>]`, where `<extra>` is the appropriate variant of Sematic containing
Expand Down

0 comments on commit bf0be8b

Please sign in to comment.