v3.6.14
Add V2Depr1WriteOnlySkipCheck to bypass the v2 data store check
Keep the --snapshot-count flag
server: Move server files to 'server' directory. 26 git mv mvcc wal auth etcdserver etcdmain proxy embed/ lease/ server 36 git mv go.mod go.sum server
fix: enable errorlint in server directory
fix: enable gofumpt instead of gofmt linter in server
server/etcdmain: fix deadlock issue for grpcproxy
server: Use default logging configuration instead of zap production one
*: enable goimports in verify-lint