-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug 1859196: bump etcd v3.4.9 #52
Bug 1859196: bump etcd v3.4.9 #52
Commits on Apr 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9c85545 - Browse repository at this point
Copy the full SHA 9c85545View commit details -
Merge pull request etcd-io#11757 from jingyih/automated-cherry-pick-o…
…f-#11754-upstream-release-3.4 Automated cherry pick of etcd-io#11754 on release-3.4
Configuration menu - View commit details
-
Copy full SHA for e2ae601 - Browse repository at this point
Copy the full SHA e2ae601View commit details
Commits on Apr 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 347c8da - Browse repository at this point
Copy the full SHA 347c8daView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3d54de - Browse repository at this point
Copy the full SHA b3d54deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63116ff - Browse repository at this point
Copy the full SHA 63116ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 716821b - Browse repository at this point
Copy the full SHA 716821bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2abd97 - Browse repository at this point
Copy the full SHA e2abd97View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb80716 - Browse repository at this point
Copy the full SHA eb80716View commit details -
Configuration menu - View commit details
-
Copy full SHA for b733b22 - Browse repository at this point
Copy the full SHA b733b22View commit details
Commits on Apr 10, 2020
-
Merge pull request etcd-io#11752 from tangcong/automated-cherry-pick-…
…of-#11652-etcd-io#11670-etcd-io#11710-origin-release-3.4 Automated cherry pick of etcd-io#11652 etcd-io#11670 etcd-io#11710
Configuration menu - View commit details
-
Copy full SHA for f1eca4e - Browse repository at this point
Copy the full SHA f1eca4eView commit details
Commits on Apr 25, 2020
-
auth: optimize lock scope for CheckPassword
to improve authentication performance in concurrent scenarios when enable auth and using authentication based password
Configuration menu - View commit details
-
Copy full SHA for f18976f - Browse repository at this point
Copy the full SHA f18976fView commit details
Commits on May 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aa75e90 - Browse repository at this point
Copy the full SHA aa75e90View commit details -
Merge pull request etcd-io#11855 from tangcong/automated-cherry-pick-…
…of-#11817-origin-release-3.4 Automated cherry pick of etcd-io#11817 on release-3.4
Configuration menu - View commit details
-
Copy full SHA for 2333c72 - Browse repository at this point
Copy the full SHA 2333c72View commit details
Commits on May 13, 2020
-
cherry pick of etcd-io#11564 (etcd-io#11880)
* clientv3: fix grpc-go(v1.27.0) incompatible changes to balancer/resolver. * vendor: upgrade gRPC Go to v1.24.0 Picking up some performance improvements and bug fixes. https://github.com/grpc/grpc-go/releases/tag/v1.24.0 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> * vendor: update gRPC Go to v1.26.0 (etcd-io#11522) * GO111MODULE=on go mod vendor * GO111MODULE=on go mod vendor go 1.14 Bump travis 2 Co-authored-by: EDDYCJY <313687982@qq.com> Co-authored-by: Gyuho Lee <leegyuho@amazon.com> Co-authored-by: Yuchen Zhou <yczhou@google.com>
Configuration menu - View commit details
-
Copy full SHA for e048e16 - Browse repository at this point
Copy the full SHA e048e16View commit details
Commits on May 15, 2020
-
etcdserver,wal: fix inconsistencies in WAL and snapshot
etcdserver/*, wal/*: changes to snapshots and wal logic etcdserver/*: changes to snapshots and wal logic to fix etcd-io#10219 etcdserver/*, wal/*: add Sync method etcdserver/*, wal/*: find valid snapshots by cross checking snap files and wal snap entries etcdserver/*, wal/*:Add comments, clean up error messages and tests etcdserver/*, wal/*: Remove orphaned .snap.db files during Release Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 87fc3c9 - Browse repository at this point
Copy the full SHA 87fc3c9View commit details
Commits on May 17, 2020
-
etcdserver: continue releasing snap db in case of error
Signed-off-by: Ted Yu <yuzhihong@gmail.com> Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 4079dea - Browse repository at this point
Copy the full SHA 4079deaView commit details -
etcdserver/api/snap: exclude orphaned defragmentation files in snapNames
ref. etcd-io#11900 Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for f1ea03a - Browse repository at this point
Copy the full SHA f1ea03aView commit details
Commits on May 18, 2020
-
*: make sure snapshot save downloads SHA256 checksum
ref. etcd-io#11896 Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 9bad82f - Browse repository at this point
Copy the full SHA 9bad82fView commit details -
rafthttp: improve snapshot send logging
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for a668adb - Browse repository at this point
Copy the full SHA a668adbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de2b1f - Browse repository at this point
Copy the full SHA 0de2b1fView commit details
Commits on May 20, 2020
-
rafthttp: log snapshot download duration
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for cfe37de - Browse repository at this point
Copy the full SHA cfe37deView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed231df - Browse repository at this point
Copy the full SHA ed231dfView commit details -
wal: add TestValidSnapshotEntriesAfterPurgeWal testcase
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 166b447 - Browse repository at this point
Copy the full SHA 166b447View commit details -
Merge pull request etcd-io#11811 from wswcfan/automated-cherry-pick-o…
…f-#11735-origin-release-3.4 Automated cherry pick of etcd-io#11735 on release-3.4
Configuration menu - View commit details
-
Copy full SHA for 609e844 - Browse repository at this point
Copy the full SHA 609e844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ba958 - Browse repository at this point
Copy the full SHA 54ba958View commit details
Commits on Jul 14, 2020
-
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f6a7557 - Browse repository at this point
Copy the full SHA f6a7557View commit details -
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for c356849 - Browse repository at this point
Copy the full SHA c356849View commit details -
Dockerfile.*: Fix "etcd is distributed" -> "etcd is a distributed"
Correcting a typo from 2f10964 (version: openshift-v4.0, 2018-11-29).
Configuration menu - View commit details
-
Copy full SHA for b079aae - Browse repository at this point
Copy the full SHA b079aaeView commit details -
Dockerfile: resolve issue where binary was not properly copied from b…
…uild. Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 934df72 - Browse repository at this point
Copy the full SHA 934df72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e940c6 - Browse repository at this point
Copy the full SHA 2e940c6View commit details -
Dockerfile: set coreos org as canonical for release-3.3
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for e48e22c - Browse repository at this point
Copy the full SHA e48e22cView commit details -
Dockerfile: bump golang to 1.11
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1729d56 - Browse repository at this point
Copy the full SHA 1729d56View commit details -
Dockerfile: use build instead of make build
make build performs a sanity test on the binary image which causes problems for unsupport arch. Because we run full CI tests against the image this check is not nessisary and will allow images to be build regardless of arch. Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a662c82 - Browse repository at this point
Copy the full SHA a662c82View commit details -
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 9701c53 - Browse repository at this point
Copy the full SHA 9701c53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c0994a - Browse repository at this point
Copy the full SHA 0c0994aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc656f - Browse repository at this point
Copy the full SHA 4dc656fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f05fda5 - Browse repository at this point
Copy the full SHA f05fda5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2bbec3 - Browse repository at this point
Copy the full SHA e2bbec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 336b9dd - Browse repository at this point
Copy the full SHA 336b9ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f007213 - Browse repository at this point
Copy the full SHA f007213View commit details -
If we weren't able to get client or get target member but memberDir e…
…xists, go ahead and start.
Configuration menu - View commit details
-
Copy full SHA for e0734c6 - Browse repository at this point
Copy the full SHA e0734c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10fa7e2 - Browse repository at this point
Copy the full SHA 10fa7e2View commit details -
*: migrate openshift assets to new etcd org
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1a5b99f - Browse repository at this point
Copy the full SHA 1a5b99fView commit details -
Revert "pkg, clientv3, etcdmain: let grpcproxy rise an error when its…
… cert has non empty CN" CARRY: This patch is required to allow metrics cert to auth with CN in cert. Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 2df2f9d - Browse repository at this point
Copy the full SHA 2df2f9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8b969 - Browse repository at this point
Copy the full SHA 3e8b969View commit details -
CARRY: During the release of 3.4.9 gyuho bumped go.mod to 1.14. Since the release is expected to use 1.12 we will not keep the commit. Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for bdfc5da - Browse repository at this point
Copy the full SHA bdfc5daView commit details