Skip to content

Commit 71aef2e

Browse files
authored
Merge pull request #1356 from yuvipanda/cl
Add changelog for 2024.07.0
2 parents 4da7687 + 54a75ac commit 71aef2e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/source/changelog.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## 2024.07.0
4+
5+
([full changelog](https://github.com/jupyterhub/repo2docker/compare/2024.03.0...2024.07.0))
6+
7+
### Breaking changes
8+
9+
- [MRG] Update to JupyterLab 4 [#1340](https://github.com/jupyterhub/repo2docker/pull/1340) ([@jtpio](https://github.com/jtpio))
10+
- Remove support for deprecated Julia REQUIRE, Julia < 1.3 [#1350](https://github.com/jupyterhub/repo2docker/pull/1350) ([@minrk](https://github.com/minrk))
11+
12+
### Enhancements made
13+
14+
- add Python 3.12 [#1347](https://github.com/jupyterhub/repo2docker/pull/1347) ([@minrk](https://github.com/minrk))
15+
- [MRG] Add CKAN content provider [#1336](https://github.com/jupyterhub/repo2docker/pull/1336) ([@u10313335](https://github.com/u10313335))
16+
17+
### Bugs fixed
18+
19+
- Docker engine: replace ContainerConfig with Config [#1355](https://github.com/jupyterhub/repo2docker/pull/1355) ([@manics](https://github.com/manics))
20+
- fix julia semver tilde upper bounds [#1351](https://github.com/jupyterhub/repo2docker/pull/1351) ([@minrk](https://github.com/minrk))
21+
22+
### Other merged PRs
23+
24+
- update postBuild tests without ipyleaflet [#1348](https://github.com/jupyterhub/repo2docker/pull/1348) ([@manics](https://github.com/manics))
25+
- [pre-commit.ci] pre-commit autoupdate [#1344](https://github.com/jupyterhub/repo2docker/pull/1344) ([@pre-commit-ci](https://github.com/pre-commit-ci))
26+
- [pre-commit.ci] pre-commit autoupdate [#1342](https://github.com/jupyterhub/repo2docker/pull/1342) ([@pre-commit-ci](https://github.com/pre-commit-ci))
27+
28+
### Contributors to this release
29+
30+
([GitHub contributors page for this release](https://github.com/jupyterhub/repo2docker/graphs/contributors?from=2024-03-31&to=2024-06-28&type=c))
31+
32+
[@jtpio](https://github.com/search?q=repo%3Ajupyterhub%2Frepo2docker+involves%3Ajtpio+updated%3A2024-03-31..2024-06-28&type=Issues) | [@manics](https://github.com/search?q=repo%3Ajupyterhub%2Frepo2docker+involves%3Amanics+updated%3A2024-03-31..2024-06-28&type=Issues) | [@minrk](https://github.com/search?q=repo%3Ajupyterhub%2Frepo2docker+involves%3Aminrk+updated%3A2024-03-31..2024-06-28&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterhub%2Frepo2docker+involves%3Apre-commit-ci+updated%3A2024-03-31..2024-06-28&type=Issues) | [@u10313335](https://github.com/search?q=repo%3Ajupyterhub%2Frepo2docker+involves%3Au10313335+updated%3A2024-03-31..2024-06-28&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterhub%2Frepo2docker+involves%3Awelcome+updated%3A2024-03-31..2024-06-28&type=Issues) | [@yuvipanda](https://github.com/search?q=repo%3Ajupyterhub%2Frepo2docker+involves%3Ayuvipanda+updated%3A2024-03-31..2024-06-28&type=Issues)
33+
334
## Version 2024.03.0
435

536
([full changelog](https://github.com/jupyterhub/repo2docker/compare/2023.06.0...2024.01.03))

0 commit comments

Comments
 (0)