diff --git a/CHANGES.md b/CHANGES.md index 3375cabc1..42c7990af 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,7 +14,33 @@ [Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest) ------------------------------------------------------------------------------------------------------------------ -[//]: # (list changes here, using '-' for each new entry, remove this when items are added) +## Changes: + +- new Jupyter env for `urlpath` + + See PR https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/pull/112 + + - Adds `urlpath` for https://github.com/Ouranosinc/pavics-sdi/pull/268, fixes https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/issues/110 + - Relevant changes (alphabetical order): + ```diff + < - climpred=2.2.0=pyhd8ed1ab_0 + > - climpred=2.3.0=pyhd8ed1ab_0 + + < - dask=2022.11.0=pyhd8ed1ab_0 + > - dask=2022.11.1=pyhd8ed1ab_0 + + < - flox=0.6.3=pyhd8ed1ab_0 + > - flox=0.6.4=pyhd8ed1ab_0 + + < - h5netcdf=1.0.2=pyhd8ed1ab_0 + > - h5netcdf=1.1.0=pyhd8ed1ab_0 + + < - numpy=1.23.4=py38h7042d01_1 + > - numpy=1.23.5=py38h7042d01_0 + + > - urlpath=1.2.0=pyhd8ed1ab_0 + ``` + [1.22.5](https://github.com/bird-house/birdhouse-deploy/tree/1.22.5) (2022-12-02) ------------------------------------------------------------------------------------------------------------------ diff --git a/birdhouse/default.env b/birdhouse/default.env index 2fd34fd3c..fd8600cff 100644 --- a/birdhouse/default.env +++ b/birdhouse/default.env @@ -2,7 +2,7 @@ # All env in this default.env must not depend on any env in env.local. # Jupyter single-user server images, can be overriden in env.local to have a space separated list of multiple images -export DOCKER_NOTEBOOK_IMAGES="pavics/workflow-tests:221118.1" +export DOCKER_NOTEBOOK_IMAGES="pavics/workflow-tests:221130" # Name of the image displayed on the JupyterHub image selection page # Can be overriden in env.local to have a space separated list of multiple images, the name order must correspond