This changelog only contains breaking and/or significant changes manually introduced to this repository (using Pull Requests). All image manifests can be found in the wiki.
Affected: all images except docker-stacks-foundation
.
-
Breaking:
base-notebook
: stop installingnodejs
fromconda-forge
(#2172).Reason: It isn't a direct dependency on anything in the images any more, and increased the image size with ~150MB.
Affected: all images except docker-stacks-foundation
.
- Non-breaking:
base-notebook
: installjupyterhub-base
andnodejs
packages instead ofjupyterhub
package (#2171).
Affected: all images.
- Breaking:
docker-stacks-foundation
: switch to Python 3.12 (#2072).
Affected: pyspark-notebook
and all-spark-notebook
images.
-
Breaking:
pyspark-notebook
: start using Spark 4.0.0 preview versions (#2159).sparklyr
doesn't seem to support Spark v4 yet when using Spark locally.Reason: Spark v3 is not compatible with Python 3.12, and the voting group has decided to switch to Spark v4 preview version.
Affected: users building a custom set of images.