From 6235a74da31640e2f32a777f9a8086e429ed5d73 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 12 Aug 2024 17:31:03 +0000 Subject: [PATCH] chore(release): preparing 18.2.2 --- CHANGELOG.md | 16 ++++++++++++++++ drydock/__about__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60ce9f2e..2a8a4938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,23 @@ # CHANGELOG +## v18.2.2 (2024-08-12) + +### Fix + +* fix: add uwsgi tweaks for closed connection (#126) + +fix: add readiness probe for lms + +chore: remove startup probe and increase timeout of readiness probe + +chore: restore startup probe ([`a8cbf65`](https://github.com/eduNEXT/drydock/commit/a8cbf65857fa2cdbd47e74b26f03323128d76a5e)) + ## v18.2.1 (2024-08-06) +### Chore + +* chore(release): preparing 18.2.1 ([`773a814`](https://github.com/eduNEXT/drydock/commit/773a81434b300f700d6f8ae8ccaccc099861c1cd)) + ### Fix * fix: drop sentry support (#128) ([`89392b5`](https://github.com/eduNEXT/drydock/commit/89392b5109e63164ae2a8bac8723f2061a0e8680)) diff --git a/drydock/__about__.py b/drydock/__about__.py index c1d3f829..6d5890d6 100644 --- a/drydock/__about__.py +++ b/drydock/__about__.py @@ -1 +1 @@ -__version__ = "18.2.1" +__version__ = "18.2.2"