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