etcd-defrag

An easier to use and smarter etcd defragmentation tool

MIT License

Stars
78
etcd-defrag - v0.17.0 Latest Release

Published by ahrtr about 1 month ago

etcd-defrag - v0.16.0

Published by ahrtr about 2 months ago

etcd-defrag - v0.15.0

Published by ahrtr 4 months ago

etcd-defrag - v0.14.0

Published by ahrtr 5 months ago

  • Built the binaries using go1.22.4.
  • Please pull the image using command docker pull ghcr.io/ahrtr/etcd-defrag:v0.14.0
etcd-defrag - v0.13.0

Published by ahrtr 6 months ago

  • Bump etcd sdk to latest commit.
  • Built the binaries using go1.22.3.
  • Please pull the image using command docker pull ghcr.io/ahrtr/etcd-defrag:v0.13.0
etcd-defrag - v0.12.0

Published by ahrtr 7 months ago

etcd-defrag - v0.11.0

Published by ahrtr 8 months ago

  • Bumped go.uber.org/zap from 1.26.0 to 1.27.0;
  • Built the binaries using go1.21.8.
  • Please pull the image using command docker pull ghcr.io/ahrtr/etcd-defrag:v0.11.0..
etcd-defrag - v0.10.0

Published by ahrtr 9 months ago

  • Built the binaries using go1.21.6
  • Pull the image using command docker pull ghcr.io/ahrtr/etcd-defrag:v0.10.0.
etcd-defrag - v0.9.0

Published by ahrtr 11 months ago

  • Built the binaries using go1.20.12
  • Pull the image using command docker pull ghcr.io/ahrtr/etcd-defrag:v0.9.0.
etcd-defrag - v0.8.0

Published by ahrtr 12 months ago

  • Built the binaries using go1.20.11;
  • Bumped dependencies google.golang.org/grpc to 1.57.1 and github.com/spf13/cobra to 1.8.0;
  • Pull the image using command docker pull ghcr.io/ahrtr/etcd-defrag:v0.8.0.
etcd-defrag - v0.7.0

Published by ahrtr about 1 year ago

Resolved the issue https://github.com/ahrtr/etcd-defrag/issues/26 (learner members do not support grpc requests other than status and serializable read requests) in https://github.com/ahrtr/etcd-defrag/pull/28. Thanks @git-yww

etcd-defrag - v0.6.0

Published by ahrtr about 1 year ago

Addressed CVE-2023-44487:

  • Bumped golang.org/x/net to v0.17.0;
  • Built binaries with golang version to 1.20.10;
etcd-defrag - v0.5.0

Published by ahrtr about 1 year ago

etcd-defrag - v0.4.0

Published by ahrtr about 1 year ago

etcd-defrag - v0.3.0

Published by ahrtr about 1 year ago

  • Removed duplicated client URLs returned from etcd cluster in https://github.com/ahrtr/etcd-defrag/pull/11, Thanks @svenwiltink .
  • Bumped etcd client SDK to latest commit, in which the grpc version is 1.57.0.
  • Compiled binaries using go1.19.12.
etcd-defrag - v0.2.0

Published by ahrtr over 1 year ago

etcd-defrag - v0.1.0

Published by ahrtr over 1 year ago

Please run the etcd-defrag where you run etcdctl command. You just need to replace etcdctl defrag [flags] with etcd-defrag [flags] without compromising any experience, but with added bonus.

If you need a container image, please refer to Container image to build it yourself. It's super easy.

Please let me know if you have any questions or comments. Thanks.