Releases: ahrtr/etcd-defrag
Releases · ahrtr/etcd-defrag
v0.30.0
- Bumped etcd client sdk to v3.6.4;
- Built binaries using go1.24.6;
- Please pull the image using command like docker pull ghcr.io/ahrtr/etcd-defrag:v0.30.0.
v0.29.0
- Bumped etcd client sdk to v3.6.1;
- Built binaries using go1.23.11;
- Please pull the image using command like docker pull ghcr.io/ahrtr/etcd-defrag:v0.29.0.
v0.28.0
- Bumped etcd client sdk to v3.6.0;
- Built binaries using go1.23.10;
- Please pull the image using command like
docker pull ghcr.io/ahrtr/etcd-defrag:v0.28.0
.
v0.27.0
- Bumped etcd client sdk to v3.6.0-rc.4 in #95;
- Built binaries using go1.23.9;
- Please pull the image using command like
docker pull ghcr.io/ahrtr/etcd-defrag:v0.27.0
.
v0.26.0
- Bumped etcd client sdk to v3.6.0-rc.3 in #92;
- Built binaries using go1.23.8;
- Please pull the image using command like
docker pull ghcr.io/ahrtr/etcd-defrag:v0.26.0
.
v0.25.0
- Set the default values of the command line flags with viper in #73. Thanks @xadips
- Supported setting the configuration using environment variable with
ETCD_DEFRAG_
prefix in #77. Thanks @xadips
- Built binaries using go1.23.7.
- Please pull the image using command like
docker pull ghcr.io/ahrtr/etcd-defrag:v0.25.0
.
v0.24.0
- Fixed an issue (#31) where the defragmentation rule was not working properly due to an expression rounding to 0 in #72. Thanks @r0bj for raising the issue. Also cc @anclrii for awareness.
- Built the binaries using go1.23.6.
- Please pull the image using command
docker pull ghcr.io/ahrtr/etcd-defrag:v0.24.0
.
v0.23.0
- Added flag
--move-leader
to support transferring leadership before defragmenting the leader. See #63 (Thanks @AmirAllahveran) and 5b38140.
- Built the binaries using go1.22.12.
- Please pull the image using command
docker pull ghcr.io/ahrtr/etcd-defrag:v0.23.0
v0.22.0
- Built the binaries using go1.22.11.
- Please pull the image using command
docker pull ghcr.io/ahrtr/etcd-defrag:v0.22.0
.
v0.21.0
- Fixed the wrong image labels in #60. Refer to #60 (comment). Thanks @Preisschild
- Please pull the image using command
docker pull ghcr.io/ahrtr/etcd-defrag:v0.21.0
.