Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jupyter_enterprise_gateway-3.1.0-py3-none-any.whl | 2022-12-01 | 137.9 kB | |
jupyter_enterprise_gateway-3.1.0.tar.gz | 2022-12-01 | 4.7 MB | |
jupyter_enterprise_gateway_helm-3.1.0.tar.gz | 2022-12-01 | 8.0 kB | |
jupyter_enterprise_gateway_kernel_image_files-3.1.0.tar.gz | 2022-12-01 | 24.3 MB | |
jupyter_enterprise_gateway_kernelspecs-3.1.0.tar.gz | 2022-12-01 | 73.1 MB | |
jupyter_enterprise_gateway_kernelspecs_conductor-3.1.0.tar.gz | 2022-12-01 | 24.3 MB | |
jupyter_enterprise_gateway_kernelspecs_docker-3.1.0.tar.gz | 2022-12-01 | 50.9 kB | |
jupyter_enterprise_gateway_kernelspecs_kubernetes-3.1.0.tar.gz | 2022-12-01 | 120.3 kB | |
jupyter_enterprise_gateway_kernelspecs_yarn-3.1.0.tar.gz | 2022-12-01 | 48.6 MB | |
Jupyter Enterprise Gateway 3.1.0 source code.tar.gz | 2022-12-01 | 4.7 MB | |
Jupyter Enterprise Gateway 3.1.0 source code.zip | 2022-12-01 | 4.8 MB | |
README.md | 2022-12-01 | 2.9 kB | |
Totals: 12 Items | 184.7 MB | 0 |
The primary purpose of this release is to cap our dependency on Jupyter Server to < 2.0 since that release requires jupyter_client >= 7
which we can't support.
Since there are some feature-based contributions, we decided to make this a minor release.
Thank you to all of our contributors! :heart: :tada:
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jupyter-server/enterprise_gateway/pull/1182
- Cap jupyter_server < 2 until kernel provisioners are supported by @kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1186
- Flow kernel-class-name to kernel container if specified in kernel specification by @kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1187
- Add dependabot config by @blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1189
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1190
- Bump nick-invision/retry from 1.0.0 to 2.8.2 by @dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1191
- multiarch image build support by @leoyifeng in https://github.com/jupyter-server/enterprise_gateway/pull/1194
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jupyter-server/enterprise_gateway/pull/1196
- Allow KIP to pull images relative to kernel provisioners by @kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1197
- Support Kubernetes scheduling constraints ( tolerations, nodeselector and affinity ) and add ingress class name by @luong-komorebi in https://github.com/jupyter-server/enterprise_gateway/pull/1199
- Handle the case when pod and/or pvc has already been created by @luong-komorebi in https://github.com/jupyter-server/enterprise_gateway/pull/1202
- Maintenance cleanup by @blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1203
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jupyter-server/enterprise_gateway/pull/1204
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/jupyter-server/enterprise_gateway/pull/1205
- Don't perform multi-arch image builds on dry runs by @kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1206
- Update python version, make docker-stacks tags consistent by @kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1207
New Contributors
- @dependabot made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1190
- @leoyifeng made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1194
- @luong-komorebi made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1199
Full Changelog: https://github.com/jupyter-server/enterprise_gateway/compare/v3.0.0...v3.1.0