mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-23 02:40:49 -05:00
[ga-bump-release] Update Dolt version to 1.52.1 and release v1.52.1
This commit is contained in:
@@ -16,5 +16,5 @@
|
||||
package doltversion
|
||||
|
||||
const (
|
||||
Version = "1.52.0"
|
||||
Version = "1.52.1"
|
||||
)
|
||||
|
||||
@@ -14,6 +14,7 @@ BehaviorConfig servercfg.BehaviorYAMLConfig 0.0.0 behavior,omitempty
|
||||
-EventSchedulerStatus *string 1.17.0 event_scheduler,omitempty
|
||||
-AutoGCBehavior *servercfg.AutoGCBehaviorYAMLConfig 1.50.0 auto_gc_behavior,omitempty
|
||||
--Enable_ *bool 1.50.0 enable,omitempty
|
||||
--ArchiveLevel_ *int 1.52.1 archive_level,omitempty
|
||||
UserConfig servercfg.UserYAMLConfig 0.0.0 user,omitempty
|
||||
-Name *string 0.0.0 name,omitempty
|
||||
-Password *string 0.0.0 password,omitempty
|
||||
|
||||
@@ -987,7 +987,7 @@ func (cfg YAMLConfig) ValueSet(value string) bool {
|
||||
|
||||
type AutoGCBehaviorYAMLConfig struct {
|
||||
Enable_ *bool `yaml:"enable,omitempty" minver:"1.50.0"`
|
||||
ArchiveLevel_ *int `yaml:"archive_level,omitempty" minver:"TBD"`
|
||||
ArchiveLevel_ *int `yaml:"archive_level,omitempty" minver:"1.52.1"`
|
||||
}
|
||||
|
||||
func (a *AutoGCBehaviorYAMLConfig) Enable() bool {
|
||||
|
||||
Reference in New Issue
Block a user