diff --git a/data_studio_jupyter_extensions/_version.py b/data_studio_jupyter_extensions/_version.py index 2e805a0072..982e952a73 100644 --- a/data_studio_jupyter_extensions/_version.py +++ b/data_studio_jupyter_extensions/_version.py @@ -1 +1 @@ -__version__ = "0.20.2" # pragma: no cover +__version__ = "0.20.3" # pragma: no cover diff --git a/data_studio_jupyter_extensions/modes/cluster_cluster.py b/data_studio_jupyter_extensions/modes/cluster_cluster.py index f399e1b54a..d7eb904680 100644 --- a/data_studio_jupyter_extensions/modes/cluster_cluster.py +++ b/data_studio_jupyter_extensions/modes/cluster_cluster.py @@ -12,7 +12,7 @@ def load_mode(): "quit_button": False, "token": "", "allow_remote_access": True, - "cookie_secret_file": "/app", + "cookie_secret_file": "/app/jupyter_cookie_secret", }, "ConnectionFileMixin": {"transport": "tcp"}, "HubbleAgentConfigurable": {"enabled": True}, diff --git a/pyproject.toml b/pyproject.toml index c99d1aab72..44a6aa13bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ testpaths = [ ] [tool.tbump.version] -current = "0.20.2" +current = "0.20.3" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))? diff --git a/src/status.tsx b/src/status.tsx index bef30bdc21..58c39db125 100644 --- a/src/status.tsx +++ b/src/status.tsx @@ -31,7 +31,7 @@ import { ISessionContext, ReactWidget } from '@jupyterlab/apputils'; import { EventListener } from './eventlistener'; // This is managed by tbump config in pyproject.toml -const VERSION = '0.20.2'; +const VERSION = '0.20.3'; // Define the error states // https://github.pie.apple.com/pie-data-studio/notebook-service/blob/761d63604966db5918d2e491c0f89cce454b7f67/app/com/apple/datastudio/model/ResourceState.scala#L20 diff --git a/version b/version index 727d97b9bb..144996ed2c 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.20.2 +0.20.3