0.5.0a1
Pre-release
Pre-release
What's Changed
- update pre-commit hooks by @minrk in #67
- update for pydantic 2 by @minrk in #68
- Raise response text with exception, not JSON by @yuvipanda in #63
- bump Python image in docker by @minrk in #71
- implement scope-based auth, require jupyterhub 3 by @minrk in #70
- Properly set for configmap owner by @iameskild in #49
- Return profile after loading from kbatch url by @rodolfodalbuquerque in #60
- prefer config token to $JUPYTERHUB_API_TOKEN by @minrk in #72
- make kbatch_url, token args optional by @minrk in #73
- Load config from environment in
load_config
by @minrk in #74 - safer default namespace scheme by @minrk in #75
- default to more concise output in cli by @minrk in #76
- add pending/running to job status by @minrk in #78
- don't log every HTTP request in client by @minrk in #77
- Improve error handling and propagation by @minrk in #79
- move package metadata to pyproject.toml by @minrk in #80
- add
kbatch job logs
by @minrk in #81 - refactor image publishing by @minrk in #82
- Integration tests by @minrk in #84
- run isort, pyupgrade, mypy via pre-commit by @minrk in #85
- Store environment variables in a Secret by @minrk in #86
New Contributors
- @minrk made their first contribution in #67
- @yuvipanda made their first contribution in #63
- @rodolfodalbuquerque made their first contribution in #60
Full Changelog: 0.4.2...0.5.0a1