Skip to content

Files

Latest commit

 

History

History
79 lines (46 loc) · 4.02 KB

CHANGELOG.md

File metadata and controls

79 lines (46 loc) · 4.02 KB

Changelog

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.

2025-02-21

Affected: all images.

  • Non-breaking: Better tagging directory structure (#2228).
  • Non-breaking: Better testing directory structure (#2231).

2025-02-18

Affected: all images.

  • Non-breaking: switch from ubuntu-22.04-arm to ubuntu-24.04-arm runners (#2209).
  • Non-breaking: don't create extra free space in runners for cuda images (#2218).
  • Non-breaking: revert "Pin some packages to fix r-notebook and datascience-notebook under aarch64" (#2220).
  • Non-breaking: Simplify and improve test_packages.py (#2219).
  • Non-breaking: Use Python 3.12 for internal code (#2222).

2025-02-17

Affected: all images.

  • Non-breaking: build contributed recipes in PRs (#2212, #2213).
  • Non-breaking: remove information about Docker Hub images from Quay.io READMEs (#2211).
  • Non-breaking: first upload artifacts and then run tests to make sure we can easily debug broken images (#2214).
  • Non-Breaking: aarch64 r-notebook, datascience-notebook: pin some packages to fix r-notebook and datascience-notebook under aarch64 (#2215).
  • Non-breaking: don't use matrix.image-variant, use 2 separate variables (#2217).

2025-02-11

Affected: all images.

  • Non-breaking: start using ubuntu-22.04-arm GitHub-hosted aarch64 runners (#2202).

2024-12-03

Affected: all images.

2024-11-08

Affected: all images except docker-stacks-foundation.

  • Breaking: base-notebook: stop installing nodejs from conda-forge (#2172).

    Reason: It isn't a direct dependency on anything in the images anymore, and increased the image size by ~150MB.

2024-11-06

Affected: all images except docker-stacks-foundation.

  • Non-breaking: base-notebook: install jupyterhub-base and nodejs packages instead of jupyterhub package (#2171).

2024-10-23

Affected: all images.

  • Breaking: docker-stacks-foundation: switch to Python 3.12 (#2072).

2024-10-22

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.

2024-10-09

Affected: users building a custom set of images.

  • Breaking: rename: ROOT_CONTAINER->ROOT_IMAGE, BASE_CONTAINER->BASE_IMAGE (#2154, #2155).