Skip to content

Commit 261bd94

Browse files
committed
config/types/etcd: switch default to v3.5.0
...to match default version deployed by current Flatcar releases. Signed-off-by: Jeremi Piotrowski <[email protected]>
1 parent df0251e commit 261bd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/types/etcd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var (
2929
EtcdMinorVersionTooNew = errors.New("Etcd minor version specified is too new, only options available in the previous minor version will be accepted")
3030
EtcdMajorVersionTooNew = errors.New("Etcd version is not valid (too new)")
3131
OldestEtcd = *semver.New("2.3.0")
32-
EtcdDefaultVersion = *semver.New("3.0.0")
32+
EtcdDefaultVersion = *semver.New("3.5.0")
3333
)
3434

3535
// Options can be the options for any Etcd version

0 commit comments

Comments
 (0)