Releases: jupyter-server/gateway_provisioners
Releases · jupyter-server/gateway_provisioners
v0.4.0
0.4.0
Enhancements made
- Fix k8s pre_launch key error and add debug log #127 (@BetterLevi)
Bugs fixed
- Address CI failures #128 (@blink1073)
- Fix kernel-class-name option #124 (@mmmommm)
- Update docker_swarm.py #85 (@bsdz)
Maintenance and upkeep improvements
- Update dependabot config #130 (@blink1073)
- Update Release Workflows #129 (@blink1073)
- Bump black[jupyter] from 23.9.1 to 23.11.0 #119 (@dependabot)
- Bump actions/checkout from 3 to 4 #106 (@dependabot)
- Bump black[jupyter] from 23.7.0 to 23.9.1 #105 (@dependabot)
- Adopt sp-repo-review #104 (@blink1073)
- Bump black[jupyter] from 23.3.0 to 23.7.0 #99 (@dependabot)
- Update mistune requirement from <3.0.0 to <4.0.0 #94 (@dependabot)
- Bump ruff from 0.0.269 to 0.0.270 #92 (@dependabot)
- Bump ruff from 0.0.267 to 0.0.269 #91 (@dependabot)
- Update docutils requirement from <0.20 to <0.21 #90 (@dependabot)
- Bump ruff from 0.0.265 to 0.0.267 #89 (@dependabot)
- Bump ruff from 0.0.263 to 0.0.265 #88 (@dependabot)
- Update RTD config #87 (@blink1073)
- Bump ruff from 0.0.262 to 0.0.263 #83 (@dependabot)
- Bump ruff from 0.0.261 to 0.0.262 #82 (@dependabot)
Contributors to this release
(GitHub contributors page for this release)
@BetterLevi | @blink1073 | @bsdz | @dependabot | @kevin-bates | @mmmommm | @pre-commit-ci | @welcome
v0.2.0
Gateway Provisioners 0.2.0
Enhancements made
- Port Custom Resource and Spark Operator provisioners from EG #80 (@kevin-bates)
- Add application support information for deploying JKG and Lab #66 (@kevin-bates)
- Add replace option to prevent accidental overwrite #60 (@kevin-bates)
Bugs fixed
- Fix typos in App Support README #71 (@kiersten-stokes)
- Fix minor errors in Users subsection of documentation #67 (@kiersten-stokes)
- Fix default tooling #49 (@kevin-bates)
Maintenance and upkeep improvements
- Bump ruff from 0.0.260 to 0.0.261 #79 (@dependabot)
- Bump ruff from 0.0.259 to 0.0.260 #77 (@dependabot)
- Bump black[jupyter] from 23.1.0 to 23.3.0 #76 (@dependabot)
- Bump ruff from 0.0.257 to 0.0.259 #75 (@dependabot)
- Bump ruff from 0.0.254 to 0.0.257 #73 (@dependabot)
- Bump ruff from 0.0.252 to 0.0.254 #69 (@dependabot)
- Fix relative link formatting in documentation to be consistent #68 (@kiersten-stokes)
- Bump ruff from 0.0.249 to 0.0.252 #65 (@dependabot)
- Use releaser workflows #64 (@blink1073)
- Create hatch build env with make-related scripts #63 (@kevin-bates)
- Update mistune requirement from <1.0.0 to <3.0.0 #61 (@dependabot)
- Clean up lint and add check release #48 (@blink1073)
Documentation improvements
- Add link to SparkOperatorProvisioner class definition #81 (@kevin-bates)
- Fix minor issues in Developer and Contributor docs #74 (@kiersten-stokes)
- Fix grammar NITs in Operator's Guide of docs #72 (@kiersten-stokes)
- Fix relative link formatting in documentation to be consistent #68 (@kiersten-stokes)
- Fix minor errors in Users subsection of documentation #67 (@kiersten-stokes)
- Add application support information for deploying JKG and Lab #66 (@kevin-bates)
- Replace references to gateway-experiments with jupyter-server #62 (@kevin-bates)
- Cleanup Contributors Guide, remove Other section #59 (@kevin-bates)
- Cleanup Developers Guide #58 (@kevin-bates)
- Cleanup operators guide #57 (@kevin-bates)
- Cleanup users guide #55 (@kevin-bates)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @dependabot | @echarles | @kevin-bates | @kiersten-stokes | @pre-commit-ci | @welcome
Gateway Provisioners 0.1.0
Our Initial Release! 🎉
Enhancements
- Add tooling to create kernel specs by @kevin-bates in #8
- Detect missing toree jar and rscript executable, add overrides decorator by @kevin-bates in #25
- Add ability to install bootstrap-kernel.sh and launchers from Dockerfile by @kevin-bates in #26
- Use docker-stacks-foundation image as base by @kevin-bates in #33
Documentation
- Add initial docs based on Enterprise Gateway by @kevin-bates in #39
- Add notice on main page regarding transition from EG by @kevin-bates in #44
Bug Fixes
- Copy shared files when necessary by @kevin-bates in #14
- Remove pycache directory from staging area by @kevin-bates in #15
- Fix kernel-class-name parameter in kernel-specs by @kevin-bates in #17
- Fix distributed shutdown by @kevin-bates in #20
- Fix installs and deployments of containerized kernels by @kevin-bates in #32
Other Changes
- Working poc by @kevin-bates in #1
- Depend on correct jupyter-client branch by @echarles in #2
- Allow k8s remote provisioner to use kube_config. by @elibixby in #5
- Update kernel-launchers with corresponding EG state by @kevin-bates in #6
- Update kernel-provisioners with corresponding EG state by @kevin-bates in #7
- Issue warning when missing extras are detected, fix impersonation config by @kevin-bates in #16
- Refactor server listener by @kevin-bates in #19
- Add support for pre-commit, make initial lint pass by @kevin-bates in #22
- Adopt hatch for build framework by @kevin-bates in #23
- Add overrides decorator and minor refactor by @kevin-bates in #24
- Remove use of future annotations to fix overrides by @kevin-bates in #27
- Add support for building docker files by @kevin-bates in #28
- Image cleanup by @kevin-bates in #29
- Flow kernel class name and fix kernelspec templates by @kevin-bates in #30
- Prepare for 0.1.0 release by @kevin-bates in #31
- Move flake8 config into pyproject.toml by @kevin-bates in #34
- Rename remote_provisioners to gateway_provisioners by @kevin-bates in #38
- Add CI workflow by @kevin-bates in #40
- Add RTD build support by @kevin-bates in #42
- Initial test framework and tests by @kevin-bates in #46
- Prepare for initial release by @kevin-bates in #47
New Contributors
- @kevin-bates made their first contribution in #1
- @echarles made their first contribution in #2
- @elibixby made their first contribution in #5
- @dependabot made their first contribution in #41
Full Changelog: https://github.com/gateway-experiments/gateway_provisioners/commits/v0.1.0