Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import (
// Version should have a new line that follows, else the formatter will fail the PR created by the release GH action

const (
Version = "0.56.4"
Version = "0.56.5"

DefUserName = "postres"
DefUserEmail = "postgres@somewhere.com"
Expand Down
16 changes: 15 additions & 1 deletion servercfg/cfgdetails/testdata/minver_validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,18 @@ PostgresReplicationConfig *cfgdetails.PostgresReplicationConfig 0.7.4 postgres_r
-PostgresPassword *string 0.7.4 postgres_password,omitempty
-PostgresDatabase *string 0.7.4 postgres_database,omitempty
-PostgresPort *int 0.7.4 postgres_port,omitempty
-SlotName *string 0.7.4 slot_name,omitempty
-SlotName *string 0.7.4 slot_name,omitempty
ClusterCfg *cfgdetails.DoltgresClusterConfig TBD cluster,omitempty
-StandbyRemotes []cfgdetails.DoltgresStandbyRemoteConfig 0.0.0 standby_remotes
--Name string 0.0.0 name
--RemoteURLTemplate string 0.0.0 remote_url_template
-BootstrapRole string 0.0.0 bootstrap_role
-BootstrapEpoch int 0.0.0 bootstrap_epoch
-RemotesAPI cfgdetails.DoltgresClusterRemotesAPIConfig 0.0.0 remotesapi
--Addr string 0.0.0 address
--Port int 0.0.0 port
--TLSKey string 0.0.0 tls_key
--TLSCert string 0.0.0 tls_cert
--TLSCA string 0.0.0 tls_ca
--URLMatches []string 0.0.0 server_name_urls
--DNSMatches []string 0.0.0 server_name_dns
Loading