Skip to content

Commit ed1d6c4

Browse files
ZsailerGitHub Enterprise
authored and
GitHub Enterprise
committed
Cookie secret file (jupyter-server#393)
* use file name for secret_file * Bump to 0.20.3
1 parent f7f624d commit ed1d6c4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.20.2" # pragma: no cover
1+
__version__ = "0.20.3" # pragma: no cover

data_studio_jupyter_extensions/modes/cluster_cluster.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def load_mode():
1212
"quit_button": False,
1313
"token": "",
1414
"allow_remote_access": True,
15-
"cookie_secret_file": "/app",
15+
"cookie_secret_file": "/app/jupyter_cookie_secret",
1616
},
1717
"ConnectionFileMixin": {"transport": "tcp"},
1818
"HubbleAgentConfigurable": {"enabled": True},

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ testpaths = [
2323
]
2424

2525
[tool.tbump.version]
26-
current = "0.20.2"
26+
current = "0.20.3"
2727
regex = '''
2828
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2929
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

src/status.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { ISessionContext, ReactWidget } from '@jupyterlab/apputils';
3131
import { EventListener } from './eventlistener';
3232

3333
// This is managed by tbump config in pyproject.toml
34-
const VERSION = '0.20.2';
34+
const VERSION = '0.20.3';
3535

3636
// Define the error states
3737
// https://github.pie.apple.com/pie-data-studio/notebook-service/blob/761d63604966db5918d2e491c0f89cce454b7f67/app/com/apple/datastudio/model/ResourceState.scala#L20

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.20.2
1+
0.20.3

0 commit comments

Comments
 (0)