[release] v0.7.10

This commit is contained in:
Yann Stepienik 2023-06-20 01:06:38 +01:00
parent eec4b3cbdb
commit 6f1d395df3
3 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
## Version 0.7.1 -> 0.7.9
## Version 0.7.1 -> 0.7.10
- Fix issue where multiple DBs get created at the setup
- Add more special characters to be used for password validation
- Add configurable default data path for binds
@ -7,6 +7,7 @@
- Fix regression with DNS wildcards certificates
- Fix issue with the installer when changing both the labels and the volumes
- Fix regression where DNS keys don't appear in the config page after being changed
- Fix typo on "updating ServApp" message
## Version 0.7.0
- Add Cosmos App Market!

View file

@ -117,7 +117,7 @@ const GetActions = ({
return <>
<LogsInModal
request={pullRequest}
title="Updating ServeApp..."
title="Updating ServApp..."
OnSuccess={() => {
refreshServApps();
}}

View file

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