Explorar o código

[release] v0.7.4

Yann Stepienik %!s(int64=2) %!d(string=hai) anos
pai
achega
245305e3a6
Modificáronse 4 ficheiros con 5 adicións e 4 borrados
  1. 2 1
      changelog.md
  2. 1 1
      client/src/utils/dns-challenge-comp.jsx
  3. 1 1
      package.json
  4. 1 1
      src/utils/types.go

+ 2 - 1
changelog.md

@@ -1,7 +1,8 @@
-## Version 0.7.1 -> 
+## Version 0.7.1 -> 0.7.4
  - Fix compat with non-HTTP protocol like WebDAV (for Nextcloud for example)
  - Fix compat with non-HTTP protocol like WebDAV (for Nextcloud for example)
  - Fix regression with DNS wildcards certificates
  - Fix regression with DNS wildcards certificates
  - Fix issue with the installer when changing both the labels and the volumes
  - 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
 
 
 ## Version 0.7.0
 ## Version 0.7.0
  - Add Cosmos App Market!
  - Add Cosmos App Market!

+ 1 - 1
client/src/utils/dns-challenge-comp.jsx

@@ -43,7 +43,7 @@ export const DnsChallengeComp = ({ name, configName, style, multiline, type, pla
       });
       });
       return newObj;
       return newObj;
     };
     };
-  
+
     return <><CosmosSelect
     return <><CosmosSelect
       name={name}
       name={name}
       label={label}
       label={label}

+ 1 - 1
package.json

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

+ 1 - 1
src/utils/types.go

@@ -105,7 +105,7 @@ type HTTPConfig struct {
 	SSLEmail string `validate:"omitempty,email"`
 	SSLEmail string `validate:"omitempty,email"`
 	UseWildcardCertificate bool
 	UseWildcardCertificate bool
 	AcceptAllInsecureHostname bool
 	AcceptAllInsecureHostname bool
-	DNSChallengeConfig map[string]string `json:"dnsChallengeConfig,omitempty"`
+	DNSChallengeConfig map[string]string `json:"DNSChallengeConfig,omitempty"`
 } 
 } 
 
 
 const (
 const (