mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-27 18:59:23 -06:00
[ga-bump-release] Update Dolt version to 1.58.7 and release v1.58.7
This commit is contained in:
@@ -16,5 +16,5 @@
|
||||
package doltversion
|
||||
|
||||
const (
|
||||
Version = "1.58.6"
|
||||
Version = "1.58.7"
|
||||
)
|
||||
|
||||
@@ -38,7 +38,7 @@ CfgDirStr *string 0.0.0 cfg_dir,omitempty
|
||||
RemotesapiConfig servercfg.RemotesapiYAMLConfig 0.0.0 remotesapi,omitempty
|
||||
-Port_ *int 0.0.0 port,omitempty
|
||||
-ReadOnly_ *bool 1.30.5 read_only,omitempty
|
||||
MCPServer *servercfg.MCPServerYAMLConfig TBD mcp_server,omitempty
|
||||
MCPServer *servercfg.MCPServerYAMLConfig 1.58.7 mcp_server,omitempty
|
||||
-Port *int 0.0.0 port,omitempty
|
||||
-User *string 0.0.0 user,omitempty
|
||||
-Password *string 0.0.0 password,omitempty
|
||||
|
||||
@@ -148,7 +148,7 @@ type YAMLConfig struct {
|
||||
DataDirStr *string `yaml:"data_dir,omitempty"`
|
||||
CfgDirStr *string `yaml:"cfg_dir,omitempty"`
|
||||
RemotesapiConfig RemotesapiYAMLConfig `yaml:"remotesapi,omitempty"`
|
||||
MCPServer *MCPServerYAMLConfig `yaml:"mcp_server,omitempty" minver:"TBD"`
|
||||
MCPServer *MCPServerYAMLConfig `yaml:"mcp_server,omitempty" minver:"1.58.7"`
|
||||
PrivilegeFile *string `yaml:"privilege_file,omitempty"`
|
||||
BranchControlFile *string `yaml:"branch_control_file,omitempty"`
|
||||
// TODO: Rename to UserVars_
|
||||
|
||||
Reference in New Issue
Block a user