@@ -3,7 +3,7 @@ Changelog
33=========
44
55
6- Version 2022.01 .0
6+ Version 2022.02 .0
77=================
88
99`Full changelog <https://github.com/jupyterhub/repo2docker/compare/2021.08.0...2022.01.0 >`_
@@ -22,6 +22,7 @@ New features
2222- Set labels when building image from Dockerfile :pr: `1097 ` by :user: `TimoRoth `
2323- jupyterlab 3.1.17 :pr: `1092 ` by :user: `minrk `
2424- Bump JupyterLab to 3.1.11 :pr: `1081 ` by :user: `choldgraf `
25+ - Bootstrap base env with micromamba :pr: `1062 ` by :user: `wolfv `
2526- Default UI to JupyterLab :pr: `1035 ` by :user: `SylvainCorlay `
2627
2728API changes
@@ -33,11 +34,12 @@ Bug fixes
3334Other merged PRs
3435----------------
3536
36- - Remove deprecated calls to distutils :pr: 1122 by :user: minrk
37- - Delete /tmp/downloaded_packages after running install.R :pr: 1119 by :user: yuvipanda
38- - Use a smaller R library in our tests :pr: 1118 by :user: yuvipanda
39- - Only get R itself (r-base-core) from apt, not CRAN packages :pr: 1117 by :user: minrk
40- - set USER root after each directive block :pr: 1115 by :user: minrk
37+ - Put micromamba in /usr/local/bin and use mamba for installs :pr: `1128 ` by :user: `minrk `
38+ - Remove deprecated calls to distutils :pr: `1122 ` by :user: `minrk `
39+ - Delete /tmp/downloaded_packages after running install.R :pr: `1119 ` by :user: `yuvipanda `
40+ - Use a smaller R library in our tests :pr: `1118 ` by :user: `yuvipanda `
41+ - Only get R itself (r-base-core) from apt, not CRAN packages :pr: `1117 ` by :user: `minrk `
42+ - set USER root after each directive block :pr: `1115 ` by :user: `minrk `
4143- Say 'apt repository' rather than PPA :pr: `1111 ` by :user: `yuvipanda `
4244- add tests for R conda :pr: `1108 ` by :user: `aplamada `
4345- Add help message to freeze.py :pr: `1106 ` by :user: `manics `
0 commit comments