Browse Source

[release] 0.5.7

Yann Stepienik 2 years ago
parent
commit
e814aff79b
2 changed files with 4 additions and 3 deletions
  1. 3 2
      changelog.md
  2. 1 1
      package.json

+ 3 - 2
changelog.md

@@ -1,8 +1,9 @@
-## version 0.5.1 -> 0.5.6
+## version 0.5.1 -> 0.5.7
 - Add Wilcard certificates support
 - Add Wilcard certificates support
 - Auto switch to Mongo 4 if CPU has no ADX
 - Auto switch to Mongo 4 if CPU has no ADX
 - Improve setup for certificates on new install
 - Improve setup for certificates on new install
 - Fix issue docker compose import labels and networks array
 - 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 issue with docker network mode not supporting hostname
 - Fix an issue with the shield and the docker networking
 - Fix an issue with the shield and the docker networking
 - Fix issue with network namespace
 - Fix issue with network namespace
@@ -10,7 +11,7 @@
 - Silent error on favicon fetching
 - Silent error on favicon fetching
 - Create Servapp step 1: make name / image required
 - Create Servapp step 1: make name / image required
 - re-do mongoDB creation flow with a cosmos-compose request 
 - 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
 ## Version 0.5.0
  - Add Terminal to containers
  - Add Terminal to containers

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "cosmos-server",
   "name": "cosmos-server",
-  "version": "0.5.7-unstable",
+  "version": "0.5.7",
   "description": "",
   "description": "",
   "main": "test-server.js",
   "main": "test-server.js",
   "bugs": {
   "bugs": {