Skip to content

Commit

Permalink
Cookie secret file (jupyter-server#393)
Browse files Browse the repository at this point in the history
* use file name for secret_file

* Bump to 0.20.3
  • Loading branch information
Zsailer authored and GitHub Enterprise committed May 25, 2022
1 parent f7f624d commit ed1d6c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data_studio_jupyter_extensions/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.20.2" # pragma: no cover
__version__ = "0.20.3" # pragma: no cover
2 changes: 1 addition & 1 deletion data_studio_jupyter_extensions/modes/cluster_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ testpaths = [
]

[tool.tbump.version]
current = "0.20.2"
current = "0.20.3"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion src/status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20.2
0.20.3

0 comments on commit ed1d6c4

Please sign in to comment.