Skip to content
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

Merged

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    9c85545 View commit details
    Browse the repository at this point in the history
  2. 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
    spzala authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    e2ae601 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    347c8da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3d54de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63116ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    716821b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2abd97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb80716 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b733b22 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    f1eca4e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. auth: optimize lock scope for CheckPassword

    to improve authentication performance in concurrent scenarios when enable auth and using authentication based password
    wswcfan committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    f18976f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. mvcc: fix deadlock bug

    tangcong committed May 8, 2020
    Configuration menu
    Copy the full SHA
    aa75e90 View commit details
    Browse the repository at this point in the history
  2. 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
    gyuho authored May 8, 2020
    Configuration menu
    Copy the full SHA
    2333c72 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. 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>
    4 people authored May 13, 2020
    Configuration menu
    Copy the full SHA
    e048e16 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. 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>
    Viacheslav Biriukov authored and gyuho committed May 15, 2020
    Configuration menu
    Copy the full SHA
    87fc3c9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. 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>
    tedyu authored and gyuho committed May 17, 2020
    Configuration menu
    Copy the full SHA
    4079dea View commit details
    Browse the repository at this point in the history
  2. etcdserver/api/snap: exclude orphaned defragmentation files in snapNames

    ref. etcd-io#11900
    
    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed May 17, 2020
    Configuration menu
    Copy the full SHA
    f1ea03a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. *: make sure snapshot save downloads SHA256 checksum

    ref. etcd-io#11896
    
    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed May 18, 2020
    Configuration menu
    Copy the full SHA
    9bad82f View commit details
    Browse the repository at this point in the history
  2. rafthttp: improve snapshot send logging

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed May 18, 2020
    Configuration menu
    Copy the full SHA
    a668adb View commit details
    Browse the repository at this point in the history
  3. version: 3.4.8

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed May 18, 2020
    Configuration menu
    Copy the full SHA
    0de2b1f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. rafthttp: log snapshot download duration

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed May 20, 2020
    Configuration menu
    Copy the full SHA
    cfe37de View commit details
    Browse the repository at this point in the history
  2. wal: fix crc mismatch crash bug

    tangcong authored and gyuho committed May 20, 2020
    Configuration menu
    Copy the full SHA
    ed231df View commit details
    Browse the repository at this point in the history
  3. wal: add TestValidSnapshotEntriesAfterPurgeWal testcase

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    tangcong authored and gyuho committed May 20, 2020
    Configuration menu
    Copy the full SHA
    166b447 View commit details
    Browse the repository at this point in the history
  4. 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
    gyuho authored May 20, 2020
    Configuration menu
    Copy the full SHA
    609e844 View commit details
    Browse the repository at this point in the history
  5. version: 3.4.9

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed May 20, 2020
    Configuration menu
    Copy the full SHA
    54ba958 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. version: openshift-v4.0

    Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
    hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    f6a7557 View commit details
    Browse the repository at this point in the history
  2. Dockerfile: add etcdctl

    Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
    hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    c356849 View commit details
    Browse the repository at this point in the history
  3. Dockerfile.*: Fix "etcd is distributed" -> "etcd is a distributed"

    Correcting a typo from 2f10964 (version: openshift-v4.0, 2018-11-29).
    wking authored and hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    b079aae View commit details
    Browse the repository at this point in the history
  4. Dockerfile: resolve issue where binary was not properly copied from b…

    …uild.
    
    Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
    hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    934df72 View commit details
    Browse the repository at this point in the history
  5. OWNERS: add

    Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
    hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    2e940c6 View commit details
    Browse the repository at this point in the history
  6. Dockerfile: set coreos org as canonical for release-3.3

    Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
    hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    e48e22c View commit details
    Browse the repository at this point in the history
  7. Dockerfile: bump golang to 1.11

    Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
    hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    1729d56 View commit details
    Browse the repository at this point in the history
  8. 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>
    hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    a662c82 View commit details
    Browse the repository at this point in the history
  9. Dockerfile: bump golang 1.12

    Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
    hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    9701c53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c0994a View commit details
    Browse the repository at this point in the history
  11. build openshift tools with etcd

    deads2k authored and hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    4dc656f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f05fda5 View commit details
    Browse the repository at this point in the history
  13. Archive data-dir if target member is unstarted

    retroflexer authored and hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    e2bbec3 View commit details
    Browse the repository at this point in the history
  14. Archive data-dir if target member is unstarted

    retroflexer authored and hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    336b9dd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f007213 View commit details
    Browse the repository at this point in the history
  16. If we weren't able to get client or get target member but memberDir e…

    …xists, go ahead and start.
    retroflexer authored and hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    e0734c6 View commit details
    Browse the repository at this point in the history
  17. list all peers in initial-cluster

    deads2k authored and hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    10fa7e2 View commit details
    Browse the repository at this point in the history
  18. *: migrate openshift assets to new etcd org

    Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
    hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    1a5b99f View commit details
    Browse the repository at this point in the history
  19. 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>
    hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    2df2f9d View commit details
    Browse the repository at this point in the history
  20. make evaluation of targetMember strict

    deads2k authored and hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    3e8b969 View commit details
    Browse the repository at this point in the history
  21. go.mod: drop go 1.14

    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>
    hexfusion committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    bdfc5da View commit details
    Browse the repository at this point in the history