From e814aff79b729c0738e056cef890324b0049bee0 Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Fri, 19 May 2023 20:41:27 +0100 Subject: [PATCH] [release] 0.5.7 --- changelog.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 0bbeca4..56f124a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,9 @@ -## version 0.5.1 -> 0.5.6 +## version 0.5.1 -> 0.5.7 - Add Wilcard certificates support - Auto switch to Mongo 4 if CPU has no ADX - Improve setup for certificates on new install - Fix issue docker compose import labels and networks array +- Fix issue docker compose one-service syntax - Fix issue with docker network mode not supporting hostname - Fix an issue with the shield and the docker networking - Fix issue with network namespace @@ -10,7 +11,7 @@ - Silent error on favicon fetching - Create Servapp step 1: make name / image required - re-do mongoDB creation flow with a cosmos-compose request -- Force Mongo to default to v5 as v6 breaks compatibility +- Fix Mongo 6 compatibility issue ## Version 0.5.0 - Add Terminal to containers diff --git a/package.json b/package.json index be2294b..8fe6bd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.5.7-unstable", + "version": "0.5.7", "description": "", "main": "test-server.js", "bugs": {