From d4922181d5b7b266e9f2e85bf10517fcec83e28e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 12 Aug 2024 19:10:42 +0000 Subject: [PATCH] chore(release): preparing 17.5.1 --- CHANGELOG.md | 17 +++++++++++++++++ drydock/__about__.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fbbbc1f..4fc652b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,24 @@ # CHANGELOG +## v17.5.1 (2024-08-12) + +### Fix + +* fix: add uwsgi tweaks for closed connection (#131) + +fix: add readiness probe for lms + +chore: remove startup probe and increase timeout of readiness probe + +chore: restore startup probe +(cherry picked from commit 33937d2be2b01cdf3af7308fd86f37d64a4226b9) ([`a8aac49`](https://github.com/eduNEXT/drydock/commit/a8aac495b19631290354a3fe4a55e1d606ab4832)) + ## v17.5.0 (2024-07-15) +### Chore + +* chore(release): preparing 17.5.0 ([`7d89bd6`](https://github.com/eduNEXT/drydock/commit/7d89bd667a9259f0fcda31af62bfb6e5e3581b40)) + ### Feature * feat: add aspects deployments to post init deployments (#124) diff --git a/drydock/__about__.py b/drydock/__about__.py index a3573507..fcf67a23 100644 --- a/drydock/__about__.py +++ b/drydock/__about__.py @@ -1 +1 @@ -__version__ = "17.5.0" +__version__ = "17.5.1"