Skip to content

Releases: hexfusion/etcd

v3.3.9_plus_git

18 Aug 00:43
6890a9e
Compare
Choose a tag to compare
v3.3.9_plus_git Pre-release
Pre-release
Merge pull request #10018 from ymmt2005/fix_sample_conf

sample: correct directive name

v3.2.10_plus_git

21 Nov 13:57
15bfc1b
Compare
Choose a tag to compare
v3.2.10_plus_git Pre-release
Pre-release

ETCD_VER=v3.2.10_plus_git

choose either URL

GITHUB_URL=https://github.com/hexfusion/etcd/releases/download

rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/test-etcd && mkdir -p /tmp/test-etcd

curl -L ${GITHUB_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/test-etcd --strip-components=1

ETCDCTL_API=3 /tmp/test-etcd/etcdctl version
<<COMMENT
etcdctl version: 3.2.10+git
API version: 3.2
COMMENT

v3.2.0_plus_git

17 Jun 15:53
Compare
Choose a tag to compare
v3.2.0_plus_git Pre-release
Pre-release
ETCD_VER=v3.2.0_plus_git
 
# choose either URL
GITHUB_URL=https://github.com/hexfusion/etcd/releases/download

rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/test-etcd && mkdir -p /tmp/test-etcd

curl -L ${GITHUB_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/test-etcd --strip-components=1

ETCDCTL_API=3 /tmp/test-etcd/etcdctl version
<<COMMENT
etcdctl version: 3.2.0+git
API version: 3.2
COMMENT