mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-11 19:11:10 -05:00
[ga-bump-release] Update Dolt version to 1.78.3 and release v1.78.3
This commit is contained in:
@@ -15,5 +15,5 @@
|
||||
package doltversion
|
||||
|
||||
const (
|
||||
Version = "1.78.2"
|
||||
Version = "1.78.3"
|
||||
)
|
||||
|
||||
@@ -31,6 +31,7 @@ ListenerConfig servercfg.ListenerYAMLConfig 0.0.0 listener,omitempty
|
||||
-TLSCert *string 0.0.0 tls_cert,omitempty
|
||||
-CACert *string 1.77.0 ca_cert,omitempty
|
||||
-RequireSecureTransport *bool 0.0.0 require_secure_transport,omitempty
|
||||
-RequireClientCert *bool 1.78.3 require_client_cert,omitempty
|
||||
-AllowCleartextPasswords *bool 0.0.0 allow_cleartext_passwords,omitempty
|
||||
-Socket *string 0.0.0 socket,omitempty
|
||||
PerformanceConfig *servercfg.PerformanceYAMLConfig 0.0.0 performance,omitempty
|
||||
|
||||
@@ -97,7 +97,7 @@ type ListenerYAMLConfig struct {
|
||||
RequireSecureTransport *bool `yaml:"require_secure_transport,omitempty"`
|
||||
// RequireClientCert enables a mode where all clients must present a certificate. If a CA
|
||||
// cert is also provided, the client cert will also be verified.
|
||||
RequireClientCert *bool `yaml:"require_client_cert,omitempty" minver:"TBD"`
|
||||
RequireClientCert *bool `yaml:"require_client_cert,omitempty" minver:"1.78.3"`
|
||||
// AllowCleartextPasswords enables use of cleartext passwords.
|
||||
AllowCleartextPasswords *bool `yaml:"allow_cleartext_passwords,omitempty"`
|
||||
// Socket is unix socket file path
|
||||
|
||||
Reference in New Issue
Block a user