Jupyter-enterprise-gateway

Latest version: v3.2.3

Safety actively analyzes 623827 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

3.2.3

Our 3.2.3 release includes the following high-level changes:
- Add support for jinja2 templates when defining KERNEL_POD_NAME
- Expose kernel_info_timeout configuration
- Replace conda with mamba for package management on docker images
- Drop support for Python 3.7
- Multiple dependency security fixes

Thank you to all of our contributors! ❤️ 🎉

What's Changed
* Bump ruff from 0.0.255 to 0.0.257 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1282
* Bump ruff from 0.0.257 to 0.0.259 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1283
* Bump ruff from 0.0.259 to 0.0.260 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1285
* Bump black[jupyter] from 23.1.0 to 23.3.0 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1284
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jupyter-server/enterprise_gateway/pull/1286
* Bump ruff from 0.0.260 to 0.0.261 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1288
* Bump ruff from 0.0.261 to 0.0.262 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1290
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jupyter-server/enterprise_gateway/pull/1293
* Bump ruff from 0.0.262 to 0.0.263 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1292
* Update docker_swarm.py by bsdz in https://github.com/jupyter-server/enterprise_gateway/pull/1296
* Bump ruff from 0.0.263 to 0.0.265 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1298
* Update ruff version in pre-commit config by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1299
* Bump ruff from 0.0.265 to 0.0.267 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1300
* Bump ruff from 0.0.267 to 0.0.269 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1301
* Bump ruff from 0.0.269 to 0.0.270 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1303
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jupyter-server/enterprise_gateway/pull/1304
* Update mistune requirement from <1 to <4 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1306
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1326
* feat: Add options to mutual authentication by s4mukka in https://github.com/jupyter-server/enterprise_gateway/pull/1320
* Update link to tensorflow-notebook image by fresende in https://github.com/jupyter-server/enterprise_gateway/pull/1330
* Bump ruff from 0.0.270 to 0.0.290 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1331
* Drop support for python 3.7 and upgrade min version of some dependencies by luong-komorebi in https://github.com/jupyter-server/enterprise_gateway/pull/1334
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jupyter-server/enterprise_gateway/pull/1309
* Bump ruff from 0.0.290 to 0.0.291 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1335
* docs: reformat list by IITII in https://github.com/jupyter-server/enterprise_gateway/pull/1350
* [Bug] Fix helm chart logic error by alex-treebeard in https://github.com/jupyter-server/enterprise_gateway/pull/1352
* Bump github/codeql-action from 2 to 3 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1354
* Replace conda with mamba on EG docker image by lresende in https://github.com/jupyter-server/enterprise_gateway/pull/1358
* update crictl version from v1.21.0 to v1.24.0 by mmmommm in https://github.com/jupyter-server/enterprise_gateway/pull/1364
* Fix readthedocs build configuration by lresende in https://github.com/jupyter-server/enterprise_gateway/pull/1367
* Bump ruff from 0.0.291 to 0.1.5 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1348
* Bump nick-invision/retry from 2.8.3 to 3.0.0 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1365
* Expose kernel_info_timeout configuration by lresende in https://github.com/jupyter-server/enterprise_gateway/pull/1353
* Add jinja template support to pod-name config via environment variable by lresende in https://github.com/jupyter-server/enterprise_gateway/pull/1368
* Bump ruff from 0.1.5 to 0.2.2 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1369
* Bump black[jupyter] from 23.9.1 to 24.2.0 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1366
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jupyter-server/enterprise_gateway/pull/1340

New Contributors
* s4mukka made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1320
* IITII made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1350
* alex-treebeard made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1352
* mmmommm made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1364

**Full Changelog**: https://github.com/jupyter-server/enterprise_gateway/compare/v3.2.2...v3.2.3

3.2.2

Our 3.2.2 release includes the following high-level changes:

- Fixes to Spark Operator based kernels to propagate errors on Spark Operator CRD failures
- Update Spark Operator based kernels to set restart strategy to never for spark operator
- Introduces EG_SENSITIVE_ENV_KEYS to filter sensitive values from being logged in ProcessProxy

What's Changed
* Reset SPARK_VERSION to 3.2.1 by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1268
* Replace "is defined" in Jinja templates if conditions by pq43 in https://github.com/jupyter-server/enterprise_gateway/pull/1267
* Update test-install task to build dist as dep by lresende in https://github.com/jupyter-server/enterprise_gateway/pull/1270
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jupyter-server/enterprise_gateway/pull/1273
* Set restart strategy to never for spark operator by lresende in https://github.com/jupyter-server/enterprise_gateway/pull/1269
* Bump ruff from 0.0.253 to 0.0.254 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1272
* Properly propagate errors on Spark Operator CRD failures by lresende in https://github.com/jupyter-server/enterprise_gateway/pull/1271
* Fix docker swarm not being to start due to missing inherited function on the latest version by luong-komorebi in https://github.com/jupyter-server/enterprise_gateway/pull/1277
* Updating base image tag to latest available tag by Chiragasourabh in https://github.com/jupyter-server/enterprise_gateway/pull/1280
* Filter sensitive values from being logged in ProcessProxy by pq43 in https://github.com/jupyter-server/enterprise_gateway/pull/1279
* Bump ruff from 0.0.254 to 0.0.255 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1278
* Move shutdown kernel code to be within KernelClient by pq43 in https://github.com/jupyter-server/enterprise_gateway/pull/1281

New Contributors
* Chiragasourabh made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1280

**Full Changelog**: https://github.com/jupyter-server/enterprise_gateway/compare/v3.2.1...v3.2.2

3.2.1

Our 3.2.1 release includes the following high-level changes:

- Enhanced Kernel Image Puller with capabilities to pull additional images
- Fixes to Kernel restart corner cases that could cause leaks
- Fixes to Spark Operator based kernels to properly flow environment variables

What's Changed
* Update python interrupt test by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1239
* Bump black[jupyter] from 22.10.0 to 22.12.0 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1236
* Bump ruff from 0.0.189 to 0.0.223 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1238
* Flow envs to spark operator pods by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1242
* Disable healthcheck on kernel-images derived from notebook images by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1240
* Add more linting by blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1245
* Update java certs to avoid multi-arch builds to hang by lresende in https://github.com/jupyter-server/enterprise_gateway/pull/1241
* Dump Kubernetes YAML/CRD on kernel startup fails by lresende in https://github.com/jupyter-server/enterprise_gateway/pull/1249
* Change demo-base container build from conda to mamba by lresende in https://github.com/jupyter-server/enterprise_gateway/pull/1250
* Bump black[jupyter] from 22.12.0 to 23.1.0 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1251
* Bump ruff from 0.0.237 to 0.0.241 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1252
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jupyter-server/enterprise_gateway/pull/1253
* Bump ruff from 0.0.241 to 0.0.246 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1254
* A few small changes to gateway client by pq43 in https://github.com/jupyter-server/enterprise_gateway/pull/1257
* Bump ruff from 0.0.246 to 0.0.249 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1256
* Fix badges on README by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1259
* Fix the flow of kernel-class-name option in bootstrap script by manoj-jeswani in https://github.com/jupyter-server/enterprise_gateway/pull/1260
* Bump ruff from 0.0.249 to 0.0.253 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1264
* decouple image name fetching from image puller by leoyifeng in https://github.com/jupyter-server/enterprise_gateway/pull/1263
* Set language and fix conda env link by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1265
* Handle not found exception during remove_kernel by lresende in https://github.com/jupyter-server/enterprise_gateway/pull/1262

New Contributors
* pq43 made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1257
* manoj-jeswani made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1260

**Full Changelog**: https://github.com/jupyter-server/enterprise_gateway/compare/v3.2.0...v3.2.1

3.2.0

Our 3.2.0 release includes the following high-level changes:

- Enhanced support for Spark Operator based kernels
- Helm chart improvements to configuring culling connected kernels

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jupyter-server/enterprise_gateway/pull/1211
* Adopt ruff and address lint by blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1212
* Fix kernel-spark-py and kernel-spark-r images by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1217
* delete PATH env conflict with container by jeremythuon in https://github.com/jupyter-server/enterprise_gateway/pull/1225
* Support building image with dedicated platform by specifying compatible docker flags by luong-komorebi in https://github.com/jupyter-server/enterprise_gateway/pull/1227
* Bump nick-invision/retry from 2.8.2 to 2.8.3 by dependabot in https://github.com/jupyter-server/enterprise_gateway/pull/1228
* Start EG in demo-image to inherit PYSPARK_PYTHON env by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1230
* Support 'cull connected kernels' as a config in helm and create a way to dynamically pass other environments variables to helm deployment by luong-komorebi in https://github.com/jupyter-server/enterprise_gateway/pull/1231
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/jupyter-server/enterprise_gateway/pull/1229
* Add spell check and ensure docstrings by blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1226
* Fix shutdown of CRD process proxy (and subclasses) by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1234


**Full Changelog**: https://github.com/jupyter-server/enterprise_gateway/compare/v3.1.0...v3.2.0

3.1.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

3.0.0

Our 3.0.0 release includes the following high-level changes.

- Support for Spark 3.0 and pod templates
- Improved deployment of new kernels in containerized environments
- Support for CRDs and ConfigMaps on Spark Operator
- Improved helm chart integration
- Extended kernel persistence support
- Role-based documentation: Users, Operators, Contributors, Developers
- Enabled support for images from private registries
- Formalized HA support (singe-instance vs. multi-instance)
- Extend LB algorithms for distributed kernels
- Enabled support for any subclass of IpyKernel kernels
- Enabled support for ConfigMaps in Spark Operator
- Allow operators to increase the maximum sockets and thread pool of the ZMQ context
- Add support for managing service and config map in kernel-pod
- Bug fixes and maintenance

Thank you to all of our contributors!

What's Changed
* Restyle docs to that used in JupyterServer team-compass docs by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1034
* Revert the RTD python version to 3.8 by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1035
* Fix RTD - remove IPython highlighting reference by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1036
* Reorganize documentation by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1040
* Drop Python 3.6 and add Python 3.10 to setup metadata and CI matrix by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1028
* fix small typo in developer docs by bloomsa in https://github.com/jupyter-server/enterprise_gateway/pull/1042
* Fix build to propagate SA macro between makefiles by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1044
* Fix operator references that were directing to Python docs by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1043
* Remove usage of ipython_genutils by blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1046
* Fix links in readme by icankeep in https://github.com/jupyter-server/enterprise_gateway/pull/1050
* Clean up CI by blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1052
* Docker docs by bloomsa in https://github.com/jupyter-server/enterprise_gateway/pull/1049
* Fix up some docker image README issues (minor) by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1057
* Fix links by blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1056
* Update distributed.py by LeeMoonCh in https://github.com/jupyter-server/enterprise_gateway/pull/1055
* Adopt pre-commit by blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1061
* Bump jinja2 dependency floor by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1064
* Run auto formatters by blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1065
* Add git-blame-ignore-revs by blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1066
* Clean up pytest handling by blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1067
* Add a kernel opening mechanism for load balancing! by LeeMoonCh in https://github.com/jupyter-server/enterprise_gateway/pull/1068
* Update links to default branch by blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1072
* Add doc entry for load-balancing algorithm configuration by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1070
* Support startup scripts and ipykernel subclasses by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1076
* Remove conda env config from build workflow by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1079
* Ignore deprecation warning from paramiko during pytest execution by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1081
* Use flit build backend by blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1083
* fix(k8s): handle status of deleted Pod correctly by dnwe in https://github.com/jupyter-server/enterprise_gateway/pull/1084
* Attempt to fix FD leak issue 1051 by rahul26goyal in https://github.com/jupyter-server/enterprise_gateway/pull/1054
* Use hatch and tbump by blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1091
* update helm chart ingress by darkstarmv in https://github.com/jupyter-server/enterprise_gateway/pull/1073
* Bump paramiko version, remove temp ignore of deprecation warning by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1092
* Enable CodeQL analysis in CI by akchinSTC in https://github.com/jupyter-server/enterprise_gateway/pull/1093
* Add support for Spark 3.0 and pod templates for k8s by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/559
* Add env var to specify a spark k8s operator configMap by tahesse in https://github.com/jupyter-server/enterprise_gateway/pull/1087
* Add support to define terminationGracePeriodSeconds in helm chart by CiprianAnton in https://github.com/jupyter-server/enterprise_gateway/pull/1099
* Release preparation by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1102
* Use conda clean --all instead of -tipsy by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1103
* Enabling specifying annotations for service accounts in helm chart by afaytelson in https://github.com/jupyter-server/enterprise_gateway/pull/1106
* reintroduce conda env setup and docs by bloomsa in https://github.com/jupyter-server/enterprise_gateway/pull/1107
* Refactoring EG Kernel Image Puller (KIP) Python Script by rahul26goyal in https://github.com/jupyter-server/enterprise_gateway/pull/1090
* Added new WebhookKernelSessionManager for Kernel Persistence by amazingarman in https://github.com/jupyter-server/enterprise_gateway/pull/1101
* Typo in make file example for running UTs by rahul26goyal in https://github.com/jupyter-server/enterprise_gateway/pull/1109
* Update dependency requirements to support `make env` target by kiersten-stokes in https://github.com/jupyter-server/enterprise_gateway/pull/1108
* Install pre-commit as part of the lint make task by lresende in https://github.com/jupyter-server/enterprise_gateway/pull/1111
* Add clean-env task to remove conda environment by lresende in https://github.com/jupyter-server/enterprise_gateway/pull/1110
* Make EnterpriseGatewayApp.shutdown more robust, since it's a cleanup procedure by CiprianAnton in https://github.com/jupyter-server/enterprise_gateway/pull/1121
* Enable EG to create pods via CRDs on Spark Operator by lresende in https://github.com/jupyter-server/enterprise_gateway/pull/1119
* Remove references to enterprise-gateway.yaml script by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1123
* Fix shutdown issues by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1117
* Availability modes by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1095
* Update tensorflow-gpu base image by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1122
* KIP: Define pulled_images as set, not list by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1125
* Switch default to create PSP in KIP to false due to deprecation by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1126
* Changes for handling interrupts for PySpark Kubernetes Kernel by SamRanjha in https://github.com/jupyter-server/enterprise_gateway/pull/1115
* Add type hints to EG application by kiersten-stokes in https://github.com/jupyter-server/enterprise_gateway/pull/1130
* 851: Add typing hints to process proxies by bloomsa in https://github.com/jupyter-server/enterprise_gateway/pull/1129
* Enable ability to not filter kernels in container deployments by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1131
* Add kernel launch sequence diagram to contributors guide by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1132
* Add typing hints to session managers and handler by kiersten-stokes in https://github.com/jupyter-server/enterprise_gateway/pull/1135
* Enable overriding Helm location from env var by lresende in https://github.com/jupyter-server/enterprise_gateway/pull/1139
* Rename allowed env configuration traits by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1137
* Add type hints to kernels service by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1140
* Fix Makefile WHEEL_FILES list by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1142
* Remove reference to eg yaml that no longer exists by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1144
* Use local kernel images if they exist by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1143
* Address delayed shutdown behavior in k8s kernels by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1146
* Bump the min version of Python Kubernetes client by rahul26goyal in https://github.com/jupyter-server/enterprise_gateway/pull/1148
* Ensure kernel session retrieve from resp is correct type by chiawchen in https://github.com/jupyter-server/enterprise_gateway/pull/1147
* Update v2.6.0 tar file reference by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1149
* small API path correction by bloomsa in https://github.com/jupyter-server/enterprise_gateway/pull/1150
* Add hook to modify zmq.Context by arv1ndn in https://github.com/jupyter-server/enterprise_gateway/pull/1154
* Update kernel manager library docs by chiawchen in https://github.com/jupyter-server/enterprise_gateway/pull/1159
* Collect docker logs, cap jupyter_server < 1.19 by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1163
* Remove cap for jupyter-server by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1165
* CI Cleanup by blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1166
* Flow configured envs from client to kernel pod by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1164
* Maintenance cleanup by blink1073 in https://github.com/jupyter-server/enterprise_gateway/pull/1171
* Add mdformat plugins for GitHub support by hukkin in https://github.com/jupyter-server/enterprise_gateway/pull/1172
* Add references for installing spark operator on k8s by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1173
* Rename CRD kill method and incorporate terminate_custom_resources by kiersten-stokes in https://github.com/jupyter-server/enterprise_gateway/pull/1175
* Fix helm version handling and package naming by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1178
* Fix version portion of download command to refer to tag name by kevin-bates in https://github.com/jupyter-server/enterprise_gateway/pull/1180
* [feature] add support for manage service and configmap in kernel-pod by blackmetal23 in https://github.com/jupyter-server/enterprise_gateway/pull/1181


New Contributors
* icankeep made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1050
* LeeMoonCh made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1055
* dnwe made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1084
* darkstarmv made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1073
* tahesse made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1087
* CiprianAnton made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1099
* afaytelson made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1106
* amazingarman made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1101
* SamRanjha made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1115
* chiawchen made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1147
* arv1ndn made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1154
* hukkin made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1172
* blackmetal23 made their first contribution in https://github.com/jupyter-server/enterprise_gateway/pull/1181

**Full Changelog**: https://github.com/jupyter-server/enterprise_gateway/compare/v2.6.0...v3.0.0

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.