From 709d970217142b3edccc6a2f84a24d51c551d636 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 16 Oct 2024 14:34:07 +0000 Subject: [PATCH] chore(release): preparing 18.2.8 --- CHANGELOG.md | 14 ++++++++++++++ drydock/__about__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81a860a..6d2eff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,22 @@ # CHANGELOG +## v18.2.8 (2024-10-16) + +### Fixes + +* fix: adding replicaset info to mongosh connection command. Adding mongodb port variable (#145) + +- Include the MongoDB port in the mongosh command (useful when running MongoDB in a different port) +- Include the replica set info in the mongosh command. It could be the case you aren't connected to a replica set primary but to a secondary one. If the replica set name is not specified, the mongosh command will fail since it is not possible to write to a secondary ([`8855736`](https://github.com/eduNEXT/drydock/commit/88557360081f053bfc8b3e1b2dade6be395bc8a9)) + + ## v18.2.7 (2024-10-15) +### Chores + +* chore(release): preparing 18.2.7 ([`29e31dd`](https://github.com/eduNEXT/drydock/commit/29e31dd5c9caac7d783c0c1d1378db5ceb096f71)) + ### Fixes * fix(newrelic): use the new location of uwsgi.ini in the launch command (#144) diff --git a/drydock/__about__.py b/drydock/__about__.py index 5870bff..22d3b4a 100644 --- a/drydock/__about__.py +++ b/drydock/__about__.py @@ -1 +1 @@ -__version__ = "18.2.7" +__version__ = "18.2.8"