From 9e37c59d7ca959ad48f517a70e7568a487f04d1f Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Thu, 12 Sep 2024 10:52:46 -0400 Subject: [PATCH] Prep v2.41.0 release. (#1211) --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4d8a36f2..645933423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## 2.41.0 + +IMPROVEMENTS: + +- #1209 - @andrewsomething - apps: expose live_domain computed attribute. +- #1202 - @zoispag - Add support for Spaces in LON1 +- #1200 - @GiovanniColonni - Added support for opensearch configuration on log_destination block + +BUG FIXES: + +- #1204 - @andrewsomething - ssh: protect against database race condition in create +- #1193 - @linuxluigi - Fix Postgres Config TimescaleDB configuration + +MISC: + +- #1208 - @andrewsomething - apps: update examples to remove environment_slug +- #1203 - @andrewsomething - dbaas: Use standardized name prefix in tests. +- #1198 - @seano-vs - Add opensearch to cluster reference +- #1197 - @stooj - fix(docs): include newly supported alerts + ## 2.40.0 IMPROVEMENTS: