|
2 | 2 | Changelog
|
3 | 3 | =========
|
4 | 4 |
|
| 5 | +Version 2022.10.0 |
| 6 | +================= |
| 7 | + |
| 8 | +`Full changelog <https://github.com/jupyterhub/repo2docker/compare/2022.02.0...2022.10.0>`_ |
| 9 | + |
| 10 | +New features |
| 11 | +------------ |
| 12 | + |
| 13 | +- Update Jupyter dependencies :pr:`1193` by :user:`jtpio` |
| 14 | +- add Python 3.10 base environment :pr:`1175` by :user:`minrk` |
| 15 | +- Bump default R version to 4.2 from 4.1, and let R 3.4 go from 3.4.0 to 3.4.4 :pr:`1165` by :user:`yuvipanda` |
| 16 | +- Support pulling from zenodo sandbox too :pr:`1169` by :user:`yuvipanda` |
| 17 | +- Add MPDL Dataverse :pr:`1167` by :user:`wilhelmfrank` |
| 18 | +- Add JPL Dataverse :pr:`1163` by :user:`foobarbecue` |
| 19 | +- upgrade RStudio Server to v2022.02.1 :pr:`1148` by :user:`aplamada` |
| 20 | +- Pass build_args to `render()` during `--no-build` for consistency with regular builds :pr:`1135` by :user:`yoogottamk` |
| 21 | + |
| 22 | +Documentation improvements |
| 23 | +-------------------------- |
| 24 | + |
| 25 | +- Update 'how to get R' section :pr:`1147` by :user:`yuvipanda` |
| 26 | +- Post release fixes :pr:`1133` by :user:`manics` |
| 27 | + |
| 28 | +API changes |
| 29 | +----------- |
| 30 | + |
| 31 | +Bug fixes |
| 32 | +--------- |
| 33 | +- consistent log handling when not using JSON loggers :pr:`1177` by :user:`minrk` |
| 34 | +- Fix Read-Only filesystem permission issue for log file :pr:`1156` by :user:`timeu` |
| 35 | +- handle permission issue writing .jupyter-server-log.txt in REPO_DIR :pr:`1151` by :user:`pymonger` |
| 36 | +- handle r version being unspecified in environment.yml :pr:`1141` by :user:`minrk` |
| 37 | + |
| 38 | +Other merged PRs |
| 39 | +---------------- |
| 40 | + |
| 41 | +- Remove conda buildpacks pin of r-irkernel to 1.2 :pr:`1191` by :user:`consideRatio` |
| 42 | +- ci: refactor julia/r/conda tests - now ~25 min instead of ~50 min :pr:`1188` by :user:`consideRatio` |
| 43 | +- ci: general refresh of github workflows, update gha versions and let dependabot do it, etc. :pr:`1186` by :user:`consideRatio` |
| 44 | +- Use enum to standardise `phase` :pr:`1185` by :user:`manics` |
| 45 | +- fail on unsupported Python :pr:`1184` by :user:`minrk` |
| 46 | +- mount wheels from build stage instead of copying them :pr:`1182` by :user:`minrk` |
| 47 | +- get CI working again :pr:`1178` by :user:`minrk` |
| 48 | +- explicitly build linux/amd64 images :pr:`1176` by :user:`minrk` |
| 49 | +- Freeze.py update :pr:`1173` by :user:`manics` |
| 50 | +- Bump version of nodejs :pr:`1172` by :user:`yuvipanda` |
| 51 | +- Update mamba :pr:`1171` by :user:`SylvainCorlay` |
| 52 | +- ci: switch to using a 2fa enabled accounts pypi api-token :pr:`1166` by :user:`consideRatio` |
| 53 | +- Get R from RStudio provided apt packages (.deb files) :pr:`1161` by :user:`yuvipanda` |
| 54 | +- Shallow clone HEAD :pr:`1160` by :user:`daradib` |
| 55 | +- Update black version :pr:`1150` by :user:`yuvipanda` |
| 56 | +- Update base notebook packages :pr:`1149` by :user:`yuvipanda` |
| 57 | +- Update Dockerfile to current Alpine (ALPINE_VERSION=3.15.0) :pr:`1136` by :user:`holzman` |
| 58 | +- update Python in some dockerfile tests :pr:`1130` by :user:`minrk` |
| 59 | + |
5 | 60 |
|
6 | 61 | Version 2022.02.0
|
7 | 62 | =================
|
|
0 commit comments