Skip to content

Commit

Permalink
Merge pull request jupyterhub#1202 from minrk/hub-1.0-beta
Browse files Browse the repository at this point in the history
test with jupyterhub 1.0b1
  • Loading branch information
consideRatio authored Mar 27, 2019
2 parents b9ed6cd + d983301 commit 3901dfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ charts:
hub:
valuesPath: hub.image
buildArgs:
JUPYTERHUB_VERSION: 0.9.4
JUPYTERHUB_VERSION: 1.0.0b1
network-tools:
valuesPath: singleuser.networkTools.image
image-awaiter:
valuesPath: prePuller.hook.image
singleuser-sample:
valuesPath: singleuser.image
buildArgs:
JUPYTERHUB_VERSION: 0.9.4
JUPYTERHUB_VERSION: 1.0.0b1
2 changes: 1 addition & 1 deletion jupyterhub/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jupyterhub
version: 0.9-dev
appVersion: 0.9.4
appVersion: 1.0.0
description: Multi-user Jupyter installation
home: https://z2jh.jupyter.org
sources:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_spawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_api(api_request):
print("asking for the hub's version")
r = api_request.get('')
assert r.status_code == 200
assert r.json() == {"version": "0.9.4"}
assert r.json() == {"version": "1.0.0b1"}


def test_api_info(api_request):
Expand Down

0 comments on commit 3901dfb

Please sign in to comment.