From aaa20e5787ee696be15d39eb37df8b91f3a75aaf Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 30 Nov 2022 10:55:30 +0100 Subject: [PATCH 1/2] fix flake8 url in pre-commit repo moved --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ecc6354..49384a8e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: rev: v2.2.1 hooks: - id: prettier - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/pycqa/flake8 rev: "3.8.4" hooks: - id: flake8 From c5a33f227f1eb9f0d60520b80f54bf83bb686958 Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 30 Nov 2022 10:56:00 +0100 Subject: [PATCH 2/2] changelog for 1.5.1 --- docs/source/changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 65523bc8..83ecd238 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -17,6 +17,22 @@ A few fully backward-compatible features have been backported from 2.0. [ghsa-cw7p-q79f-m2v7]: https://github.com/jupyterhub/jupyterhub/security/advisories/GHSA-cw7p-q79f-m2v7 +### 1.5.1 2022-12-01 + +This is a patch release, improving db resiliency when certain errors occur, without requiring a jupyterhub restart. + +([full changelog](https://github.com/jupyterhub/jupyterhub/compare/1.5.0...1.5.1)) + +#### Merged PRs + +- Backport db rollback fixes to 1.x [#4076](https://github.com/jupyterhub/jupyterhub/pull/4076) ([@mriedem](https://github.com/mriedem), [@minrk](https://github.com/minrk)), [@nsshah1288](https://github.com/nsshah1288) + +#### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterhub/jupyterhub/graphs/contributors?from=2022-09-09&to=2022-11-30&type=c)) + +[@mriedem](https://github.com/mriedem) | [@minrk](https://github.com/minrk) | [@nsshah1288](https://github.com/nsshah1288) + ### [1.5.0] 2021-11-04 ([full changelog](https://github.com/jupyterhub/jupyterhub/compare/1.4.2...1.5.0))