Skip to content

Releases: etcd-io/etcd

v2.0.2

12 Feb 21:45
Compare
Choose a tag to compare

Changelog

https://groups.google.com/forum/#!topic/etcd-dev/iKZ82i1nX08

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v2.0.2/etcd-v2.0.2-darwin-amd64.zip -o etcd-v2.0.2-darwin-amd64.zip
unzip etcd-v2.0.2-darwin-amd64.zip
cd etcd-v2.0.2-darwin-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v2.0.2/etcd-v2.0.2-linux-amd64.tar.gz -o etcd-v2.0.2-linux-amd64.tar.gz
tar xzvf etcd-v2.0.2-linux-amd64.tar.gz
cd etcd-v2.0.2-linux-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Docker

To get started with Docker on Linux run the following in a terminal:

docker run -p 4001:4001 -v /usr/share/ca-certificates/:/etc/ssl/certs quay.io/coreos/etcd:v2.0.2

ACI/Rocket

To get started with Rocket on Linux run the following in a terminal:

rkt run coreos.com/etcd:v2.0.2

v2.0.0

28 Jan 17:27
Compare
Choose a tag to compare

Changelog

https://coreos.com/blog/etcd-2.0-release-first-major-stable-release/

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v2.0.0/etcd-v2.0.0-darwin-amd64.zip -o etcd-v2.0.0-darwin-amd64.zip
unzip etcd-v2.0.0-darwin-amd64.zip
cd etcd-v2.0.0-darwin-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v2.0.0/etcd-v2.0.0-linux-amd64.tar.gz -o etcd-v2.0.0-linux-amd64.tar.gz
tar xzvf etcd-v2.0.0-linux-amd64.tar.gz
cd etcd-v2.0.0-linux-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Docker

To get started with Docker on Linux run the following in a terminal:

docker run -p 4001:4001 -v /usr/share/ca-certificates/:/etc/ssl/certs quay.io/coreos/etcd:v2.0.0

ACI/Rocket

To get started with Rocket on Linux run the following in a terminal:

rkt run coreos.com/etcd:v2.0.0

v2.0.0-rc.1

18 Dec 18:42
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

Changelog

https://coreos.com/blog/etcd-2-0-release-candidate/

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v2.0.0-rc.1/etcd-v2.0.0-rc.1-darwin-amd64.zip -o etcd-v2.0.0-rc.1-darwin-amd64.zip
unzip etcd-v2.0.0-rc.1-darwin-amd64.zip
cd etcd-v2.0.0-rc.1-darwin-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v2.0.0-rc.1/etcd-v2.0.0-rc.1-linux-amd64.tar.gz -o etcd-v2.0.0-rc.1-linux-amd64.tar.gz
tar xzvf etcd-v2.0.0-rc.1-linux-amd64.tar.gz
cd etcd-v2.0.0-rc.1-linux-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Docker

To get started with Docker on Linux run the following in a terminal:

docker run -p 4001:4001 -v /etc/ssl/certs/:/etc/ssl/certs/ quay.io/coreos/etcd:v2.0.0_rc.1

ACI/Rocket

To get started with Rocket on Linux run the following in a terminal:

rkt run coreos.com/etcd:v2.0.0-rc.1

v0.5.0-alpha.5

13 Dec 00:38
Compare
Choose a tag to compare
v0.5.0-alpha.5 Pre-release
Pre-release

Changelog

https://groups.google.com/forum/#!topic/etcd-dev/c16-V7f1bu4

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v0.5.0-alpha.5/etcd-v0.5.0-alpha.5-darwin-amd64.zip -o etcd-v0.5.0-alpha.5-darwin-amd64.zip
unzip etcd-v0.5.0-alpha.5-darwin-amd64.zip
cd etcd-v0.5.0-alpha.5-darwin-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v0.5.0-alpha.5/etcd-v0.5.0-alpha.5-linux-amd64.tar.gz -o etcd-v0.5.0-alpha.5-linux-amd64.tar.gz
tar xzvf etcd-v0.5.0-alpha.5-linux-amd64.tar.gz
cd etcd-v0.5.0-alpha.5-linux-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Docker

To get started with Docker on Linux run the following in a terminal:

docker run -p 4001:4001 -v /etc/ssl/certs/:/etc/ssl/certs/ quay.io/coreos/etcd:v0.5.0_alpha.5

v0.5.0-alpha.4

26 Nov 19:04
Compare
Choose a tag to compare
v0.5.0-alpha.4 Pre-release
Pre-release

Changelog

https://groups.google.com/forum/#!topic/etcd-dev/WcY6k67zmOQ

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v0.5.0-alpha.4/etcd-v0.5.0-alpha.4-darwin-amd64.zip -o etcd-v0.5.0-alpha.4-darwin-amd64.zip
unzip etcd-v0.5.0-alpha.4-darwin-amd64.zip
cd etcd-v0.5.0-alpha.4-darwin-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v0.5.0-alpha.4/etcd-v0.5.0-alpha.4-linux-amd64.tar.gz -o etcd-v0.5.0-alpha.4-linux-amd64.tar.gz
tar xzvf etcd-v0.5.0-alpha.4-linux-amd64.tar.gz
cd etcd-v0.5.0-alpha.4-linux-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Docker

To get started with Docker on Linux run the following in a terminal:

docker run -p 4001:4001 -v /etc/ssl/certs/:/etc/ssl/certs/ quay.io/coreos/etcd:v0.5.0_alpha.4

v0.5.0-alpha.3

16 Nov 01:11
Compare
Choose a tag to compare
v0.5.0-alpha.3 Pre-release
Pre-release

Changelog

https://groups.google.com/forum/#!topic/etcd-dev/12f9HND_djk

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v0.5.0-alpha.3/etcd-v0.5.0-alpha.3-darwin-amd64.zip -o etcd-v0.5.0-alpha.3-darwin-amd64.zip.
unzip etcd-v0.5.0-alpha.3-darwin-amd64.zip.
cd etcd-v0.5.0-alpha.3-darwin-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v0.5.0-alpha.3/etcd-v0.5.0-alpha.3-linux-amd64.tar.gz -o etcd-v0.5.0-alpha.3-linux-amd64.tar.gz
tar xzvf etcd-v0.5.0-alpha.3-linux-amd64.tar.gz
cd etcd-v0.5.0-alpha.3-linux-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Docker

To get started with Docker on Linux run the following in a terminal:

docker run -p 4001:4001 -v /etc/ssl/certs/:/etc/ssl/certs/ quay.io/coreos/etcd:v0.5.0_alpha.3

Open another terminal:

docker run --net=host quay.io/coreos/etcd:v0.5.0_alpha.3 /etcdctl set mykey "this is awesome"
docker run --net=host quay.io/coreos/etcd:v0.5.0_alpha.3 /etcdctl get mykey

v0.5.0-alpha.2

08 Nov 00:51
Compare
Choose a tag to compare
v0.5.0-alpha.2 Pre-release
Pre-release

Changelog

https://groups.google.com/forum/#!topic/etcd-dev/BaZ7T__yepo

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v0.5.0-alpha.2/etcd-v0.5.0-alpha.2-darwin-amd64.zip -o etcd-v0.5.0-alpha.2-darwin-amd64.zip.
unzip etcd-v0.5.0-alpha.2-darwin-amd64.zip.
cd etcd-v0.5.0-alpha.2-darwin-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v0.5.0-alpha.2/etcd-v0.5.0-alpha.2-linux-amd64.tar.gz -o etcd-v0.5.0-alpha.2-linux-amd64.tar.gz
tar xzvf etcd-v0.5.0-alpha.2-linux-amd64.tar.gz
cd etcd-v0.5.0-alpha.2-linux-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Docker

To get started with Docker on Linux run the following in a terminal:

docker run -p 4001:4001  quay.io/coreos/etcd:v0.5.0_alpha.2

Open another terminal:

docker run --net=host quay.io/coreos/etcd:v0.5.0_alpha.2 /etcdctl set mykey "this is awesome"
docker run --net=host quay.io/coreos/etcd:v0.5.0_alpha.2 /etcdctl get mykey

v0.5.0-alpha.1

31 Oct 22:41
Compare
Choose a tag to compare
v0.5.0-alpha.1 Pre-release
Pre-release

Changelog

https://groups.google.com/forum/#!topic/etcd-dev/8_0ciJDjRhY

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v0.5.0-alpha.1/etcd-v0.5.0-alpha.1-darwin-amd64.zip -o etcd-v0.5.0-alpha.1-darwin-amd64.zip.
unzip etcd-v0.5.0-alpha.1-darwin-amd64.zip.
cd etcd-v0.5.0-alpha.1-darwin-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v0.5.0-alpha.1/etcd-v0.5.0-alpha.1-linux-amd64.tar.gz -o etcd-v0.5.0-alpha.1-linux-amd64.tar.gz
tar xzvf etcd-v0.5.0-alpha.1-linux-amd64.tar.gz
cd etcd-v0.5.0-alpha.1-linux-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Docker

To get started with Docker on Linux run the following in a terminal:

docker run -p 4001:4001  quay.io/coreos/etcd:v0.5.0_alpha.1

Open another terminal:

docker run --net=host quay.io/coreos/etcd:v0.5.0_alpha.1 /etcdctl set mykey "this is awesome"
docker run --net=host quay.io/coreos/etcd:v0.5.0_alpha.1 /etcdctl get mykey

v0.5.0-alpha.0

25 Oct 00:35
Compare
Choose a tag to compare
v0.5.0-alpha.0 Pre-release
Pre-release

Changelog

https://groups.google.com/forum/#!topic/etcd-dev/wmndjzBNdZo

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v0.5.0-alpha.0/etcd-v0.5.0-alpha.0-darwin-amd64.zip -o etcd-v0.5.0-alpha.0-darwin-amd64.zip 
unzip etcd-v0.5.0-alpha.0-darwin-amd64.zip 
cd etcd-v0.5.0-alpha.0-darwin-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v0.5.0-alpha.0/etcd-v0.5.0-alpha.0-linux-amd64.tar.gz -o etcd-v0.5.0-alpha.0-linux-amd64.tar.gz
tar xzvf etcd-v0.5.0-alpha.0-linux-amd64.tar.gz
cd etcd-v0.5.0-alpha.0-linux-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Docker

To get started with Docker on Linux run the following in a terminal:

docker run -p 4001:4001  quay.io/coreos/etcd

Open another terminal:

docker run --net=host quay.io/coreos/etcd:v0.5.0_alpha.0 /etcdctl set mykey "this is awesome"
docker run --net=host quay.io/coreos/etcd:v0.5.0_alpha.0 /etcdctl get mykey

v0.4.6

29 Jul 19:59
Compare
Choose a tag to compare

Changelog

  • Fix long-term timer leak (#900, #875, #868, #904)
  • Fix Running field in standby_info file (#881)
  • Add quorum=true query parameter for GET requests (#866, #883)
  • Add Access-Control-Allow-Headers header for CORS requests (#886)
  • Various documentation improvements (#907, #882)

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v0.4.6/etcd-v0.4.6-darwin-amd64.zip -o etcd-v0.4.6-darwin-amd64.zip.
unzip etcd-v0.4.6-darwin-amd64.zip.
cd etcd-v0.4.6-darwin-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/coreos/etcd/releases/download/v0.4.6/etcd-v0.4.6-linux-amd64.tar.gz -o etcd-v0.4.6-linux-amd64.tar.gz
tar xzvf etcd-v0.4.6-linux-amd64.tar.gz
cd etcd-v0.4.6-linux-amd64
./etcd

Open another terminal:

# Press enter to background etcd
./etcdctl set mykey "this is awesome"
./etcdctl get mykey

Docker

To get started with Docker on Linux run the following in a terminal:

docker run -p 4001:4001 -v /etc/ssl/certs/:/etc/ssl/certs/  quay.io/coreos/etcd:v0.4.6

Open another terminal:

docker run --net=host quay.io/coreos/etcd:v0.4.6 /etcdctl set mykey "this is awesome"
docker run --net=host quay.io/coreos/etcd:v0.4.6 /etcdctl get mykey