Skip to content

Commit 1541ae6

Browse files
committed
Changelog for 2021.01.0 2021.03.0 2021.08.0
1 parent 43891a6 commit 1541ae6

File tree

1 file changed

+136
-0
lines changed

1 file changed

+136
-0
lines changed

docs/source/changelog.rst

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,142 @@ Changelog
33
=========
44

55

6+
Version 2021.08.0
7+
=================
8+
9+
`Full changelog <https://github.com/jupyterhub/repo2docker/compare/2021.03.0...2021.08.0>`_
10+
11+
Bugs fixed
12+
----------
13+
14+
- fix: add chardet, a not explicitly declared dependency :pr:`1064` by :user:`johnhoman`
15+
16+
Other merged PRs
17+
----------------
18+
19+
- Remove Pipfile & Pipfile.lock :pr:`1054` by :user:`yuvipanda`
20+
- Remove CircleCI docs build :pr:`1053` by :user:`yuvipanda`
21+
- Pin doc requirements to avoid CI breakages :pr:`1052` by :user:`manics`
22+
- Add build-base to build stage of docker image :pr:`1051` by :user:`yuvipanda`
23+
- Stop using deprecated add_stylesheet in sphinx :pr:`1050` by :user:`yuvipanda`
24+
- Add study participation notice to readme :pr:`1046` by :user:`sgibson91`
25+
- Bump urllib3 from 1.26.4 to 1.26.5 :pr:`1045` by :user:`dependabot`
26+
- always unpack a single zenodo zip :pr:`1043` by :user:`akhmerov`
27+
- State newly used installation command :pr:`1040` by :user:`fkohrt`
28+
- Fix regression in hydroshare introduced after moving to requests :pr:`1034` by :user:`MridulS`
29+
- Bump pyyaml from 5.1.1 to 5.4 :pr:`1029` by :user:`dependabot`
30+
- Set default Julia version to 1.6 :pr:`1028` by :user:`tomyun`
31+
- Fix logo URL in README :pr:`1027` by :user:`betatim`
32+
- Refreeze with conda-lock :pr:`1024` by :user:`minrk`
33+
- Refine buffered output debugging :pr:`1016` by :user:`minrk`
34+
- reimplement entrypoint in Python :pr:`1014` by :user:`minrk`
35+
- Fetch available Julia versions from hosted json :pr:`994` by :user:`tomyun`
36+
- Define an interface for Container engines :pr:`848` by :user:`manics`
37+
38+
39+
Version 2021.03.0
40+
=================
41+
42+
`Full changelog <https://github.com/jupyterhub/repo2docker/compare/2021.01.0...2021.03.0>`_
43+
44+
Merged PRs
45+
----------
46+
47+
- Cleanup install_requires including duplicates :pr:`1020` by :user:`manics`
48+
- buildpacks.r: dont use apt-key directly to respect *_proxy env vars :pr:`1019` ([@g-braeunlich](https://github.com/g-braeunlich))
49+
- bump docker action version :pr:`1018` by :user:`minrk`
50+
- freeze with mamba, add 3.9 :pr:`1017` by :user:`minrk`
51+
- bump python in circleci test :pr:`1013` by :user:`minrk`
52+
- fix dataverse regression introduced in last release :pr:`1011` by :user:`MridulS`
53+
- Investigating the missing logs :pr:`1008` by :user:`betatim`
54+
- Add GH workflow to push releases to PYPi and introduce CalVer :pr:`1004` by :user:`betatim`
55+
- Add entrypoint script which automatically propagates *_PROXY env vars… :pr:`1003` ([@g-braeunlich](https://github.com/g-braeunlich))
56+
- Update to JupyterLab 3.0 :pr:`996` by :user:`jtpio`
57+
- Fetch available Julia versions from hosted json :pr:`994` by :user:`tomyun`
58+
- Add a contentprovider for Software Heritage persistent ID (SWHID) :pr:`988` by :user:`douardda`
59+
- Stream jupyter server logs to a file :pr:`987` by :user:`betatim`
60+
- Experiment with different install mechanism to get code coverage stats again :pr:`982` by :user:`betatim`
61+
- add 4.0, 4.0.2 to list of supported R versions :pr:`960` by :user:`minrk`
62+
63+
Version 2021.01.0
64+
=================
65+
66+
`Full changelog <https://github.com/jupyterhub/repo2docker/compare/0.11.0...2021.01.0>`_
67+
68+
Merged PRs
69+
----------
70+
71+
- Fix figshare test :pr:`1001` by :user:`manics`
72+
- Weekly test of master to check for external failures :pr:`998` by :user:`manics`
73+
- Replace urllib by requests in contentproviders :pr:`993` by :user:`douardda`
74+
- Use mambaforge instead of miniforge :pr:`992` by :user:`SylvainCorlay`
75+
- buildpacks/nix: 2.3 -> 2.3.9 :pr:`991` by :user:`FRidh`
76+
- buildpacks/nix: disable sandboxing (bugfix) :pr:`990` by :user:`FRidh`
77+
- Drop support for stencila :pr:`985` by :user:`minrk`
78+
- Add Julia 1.5.3 support :pr:`984` by :user:`tomyun`
79+
- Update to node 14 :pr:`983` by :user:`jtpio`
80+
- Mamba 0.6.1 :pr:`979` by :user:`minrk`
81+
- Remove reference to `master` branch from CLI doc :pr:`977` by :user:`betatim`
82+
- Ensure REPO_DIR owned by NB_USER :pr:`975` by :user:`tomyun`
83+
- add chown to COPY commands to reduce layer count :pr:`969` by :user:`bollwyvl`
84+
- set TIMEFORMAT for timed bash conda commands :pr:`966` by :user:`manics`
85+
- Add Julia 1.5.2 support :pr:`965` by :user:`tomyun`
86+
- Disable jupyterlab extension build minimize :pr:`963` by :user:`manics`
87+
- Mamba number three :pr:`962` by :user:`SylvainCorlay`
88+
- Bump Black version to 20.8b1 and use --target-version=py36 :pr:`955` by :user:`paugier`
89+
- Add workflow to build Docker image :pr:`954` by :user:`manics`
90+
- Crosslink 'Configuring your repository' with usage :pr:`952` by :user:`manics`
91+
- Bump Python requirement to 3.6 from 3.5 :pr:`951` by :user:`betatim`
92+
- Add a Mercurial contentprovider :pr:`950` by :user:`paugier`
93+
- Add Julia 1.5.1 support :pr:`949` by :user:`tomyun`
94+
- Add `www-frame-origin=same` to /etc/rstudio/rserver.conf :pr:`944` ([@rkevin-arch](https://github.com/rkevin-arch))
95+
- Handle requirements.txt with `--pre` lines :pr:`943` by :user:`betatim`
96+
- GitHub Actions :pr:`942` by :user:`minrk`
97+
- stop running tests on travis :pr:`940` by :user:`minrk`
98+
- update repo URLs for jupyterhub/repo2docker :pr:`939` by :user:`minrk`
99+
- Add Julia 1.5.0 support :pr:`938` by :user:`tomyun`
100+
- Upgrade custom test infrastructure for pytest 6.0.0 :pr:`936` by :user:`betatim`
101+
- validate_image_name: mention lowercase, fix formatting :pr:`934` by :user:`manics`
102+
- Update JupyterLab to 2.2.0 :pr:`933` by :user:`manics`
103+
- Update snapshot date for simple R test :pr:`930` by :user:`betatim`
104+
- little improvement for testing binder_dir :pr:`928` by :user:`bitnik`
105+
- update docs for config dirs :pr:`927` by :user:`bitnik`
106+
- avoid deprecated import of collections.abc :pr:`924` by :user:`minrk`
107+
- Bump nix version to 2.3 :pr:`915` by :user:`jboynyc`
108+
- doc: runtime.txt installs python x.y (& concise rewording) :pr:`914` by :user:`mdeff`
109+
- doc: environment.yml installs a conda env, not only python :pr:`913` by :user:`mdeff`
110+
- Make the memory limit test simpler :pr:`912` by :user:`betatim`
111+
- Add gitpod.io config for docs :pr:`908` by :user:`betatim`
112+
- - fix repo2docker logo in Sphinx docs :pr:`906` by :user:`trallard`
113+
- Add nbresuse==0.3.3 (full freeze.py) :pr:`904` by :user:`manics`
114+
- Add missing “:” for R code :pr:`900` by :user:`adamhsparks`
115+
- Add Julia 1.4.2 support :pr:`899` by :user:`davidanthoff`
116+
- Update Dockerfile to add Docker :pr:`896` by :user:`hamelsmu`
117+
- Fix RShiny proxy :pr:`893` by :user:`betatim`
118+
- Bump version of irkernel for R 4.0 :pr:`892` by :user:`betatim`
119+
- Document test failure workarounds :pr:`890` by :user:`hwine`
120+
- chmod start script from repo2docker-entrypoint :pr:`886` by :user:`danlester`
121+
- Workaround Docker issue impacting some tests on macOS :pr:`882` by :user:`hwine`
122+
- pypi jupyter-offlinenotebook==0.1.0 :pr:`880` by :user:`manics`
123+
- Work around a Julia bug :pr:`879` by :user:`davidanthoff`
124+
- Add support for Julia 1.4.1 :pr:`878` by :user:`davidanthoff`
125+
- Change --env option to work like docker's :pr:`874` by :user:`hwine`
126+
- [docs] fix grammatical error in section title :pr:`872` by :user:`jameslamb`
127+
- Add support for Julia 1.4.0 :pr:`870` by :user:`davidanthoff`
128+
- Update server proxy and rsession proxy :pr:`869` by :user:`betatim`
129+
- Fix long form args requirements :pr:`866` by :user:`betatim`
130+
- Adopt new Sphinx theme name :pr:`864` by :user:`xhochy`
131+
- Document loose conda export with --from-history :pr:`863` by :user:`xhochy`
132+
- Fix typo :pr:`862` by :user:`jtpio`
133+
- Use miniforge instead of miniconda to get conda :pr:`859` by :user:`yuvipanda`
134+
- If looking for latest MRAN URL try earlier snapshots too :pr:`851` by :user:`manics`
135+
- utils.execute_cmd flush buffer if no EOL :pr:`850` by :user:`manics`
136+
- Update black 19.10b0, target Python 3.5 :pr:`849` by :user:`manics`
137+
- Add jupyter-offlinenotebook extension :pr:`845` by :user:`betatim`
138+
- docs: postBuild warn about shell script errors being ignored :pr:`844` by :user:`manics`
139+
- Update changelog for 0.11.0 :pr:`842` by :user:`betatim`
140+
141+
6142
Version 0.11.0
7143
==============
8144

0 commit comments

Comments
 (0)