Skip to content

Releases: ahrtr/etcd-defrag

v0.4.0

03 Oct 14:19
v0.4.0
b1e7e70
Compare
Choose a tag to compare
  • Added a workflow to automatically publish container images in #18, Thanks @clementnuss;
    • Pull the image using command docker pull ghcr.io/ahrtr/etcd-defrag:v0.4.0;
  • Added .golangci.yaml in #19;
  • Built the binaries using go1.20.8.

v0.3.0

03 Aug 17:33
v0.3.0
Compare
Choose a tag to compare
  • Removed duplicated client URLs returned from etcd cluster in #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.

v0.2.0

11 May 06:35
v0.2.0
19c3216
Compare
Choose a tag to compare
  • Added two more variables below which can be used in the defragmentation rules in #6, Thanks @CaojiamingAlan .

    • dbSizeFree
    • dbQuotaUsage
  • Compiled binaries using go1.19.9.

v0.1.0

23 Apr 08:39
v0.1.0
Compare
Choose a tag to compare

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.