Releases: ahrtr/etcd-defrag
Releases · ahrtr/etcd-defrag
v0.4.0
- 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
- 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
-
Added two more variables below which can be used in the defragmentation rules in #6, Thanks @CaojiamingAlan .
-
Compiled binaries using go1.19.9.
v0.1.0
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.