Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

*: bump etcd verison to 3.2.13 #1819

Merged
merged 10 commits into from
Jan 3, 2018
Merged

Conversation

fanminshi
Copy link
Contributor

@fanminshi fanminshi commented Jan 2, 2018

bump etcd version to 3.2.13 in many places.
exposed DefaultVersion allowing backup_restore_test.go to use it to compare
backup status with the default etcd version.

fixes #1813

@fanminshi
Copy link
Contributor Author

cc/ @hongchaodeng @hasbro17

@hongchaodeng
Copy link
Member

Please pay attention to:

  • there are still many places containing "3.2.11"
  • CHANGELOG

@fanminshi
Copy link
Contributor Author

@hongchaodeng tried again. PTAL

Copy link
Member

@hongchaodeng hongchaodeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@@ -24,7 +24,7 @@ import (

const (
defaultRepository = "quay.io/coreos/etcd"
defaultVersion = "3.2.11"
DefaultVersion = "3.2.13"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DefaultEtcdVersion

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed!

@fanminshi
Copy link
Contributor Author

merge when green

@hongchaodeng
Copy link
Member

Before merging, please check the e2eslow log to verify the panic message is gone.

@fanminshi
Copy link
Contributor Author

will do!

@fanminshi fanminshi force-pushed the bump_etcd_3.2.13 branch 2 times, most recently from 5d3b691 to ec645e0 Compare January 3, 2018 00:20
@fanminshi
Copy link
Contributor Author

fanminshi commented Jan 3, 2018

no panic in the e2eslow logs. merging.

@fanminshi fanminshi merged commit 9669edc into coreos:master Jan 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

etcd version: bump to 3.2.13
2 participants