From de1c2b9239ccffc22b537f7ccbc89841097e5373 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Fri, 3 Dec 2021 10:18:10 -0600 Subject: [PATCH] Added release notes --- docs/source/changelog.rst | 25 +++++++++++++++++++++++++ docs/source/index.rst | 1 + 2 files changed, 26 insertions(+) create mode 100644 docs/source/changelog.rst diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst new file mode 100644 index 00000000..91709d2b --- /dev/null +++ b/docs/source/changelog.rst @@ -0,0 +1,25 @@ +Changelog +========= + +0.10.0 +------- + +Released on December 3rd, 2021 + +* Docker images: Update dependencies to the latest stable versions :pr:`464` +* Docker images: some refactoring and arm64 support :pr:`423` +* Fixed unintentional warning when cleaning up ``Gateway`` objects :pr:`442` +* Fixed warning from use of the deprecated ``distributed.format_bytes`` :pr:`416` +* Move CI to GitHub Actions :pr:`408` +* Add support for authenticating with JupyterHub service :pr:`410` +* Add warning about Go version to server installation instructions. :pr:`399` +* Change default branch from master to main :pr:`372` +* Add customizable worker_threads :pr:`353` +* Add label to be allowed direct access to the jupyterhub pod :pr:`352` +* Helm chart: update deprecated k8s resources no longer supported in k8s 1.22 :pr:`420` +* Helm chart: refactor to use consistent modern syntax :pr:`425` +* Helm chart: don't package a README.rst file :pr:`424` +* Helm chart: update to traefik v2.5.x :pr:`431` +* Helm chart: add imagePullSecrets for traefik :pr:`445` +* Update references from old to new Helm chart registry :pr:`438` +* Helm chart: add values.schema.yaml and associated maint. scripts :pr:`429` \ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index e66cde5e..a05b7704 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -100,6 +100,7 @@ both the cluster backend and the authentication protocol are pluggable. api-client api-server develop + changelog .. _Dask: https://dask.org/