etcd 3.2.9+dfsg-2 source package in Ubuntu

Changelog

etcd (3.2.9+dfsg-2) unstable; urgency=medium

  * Team upload.
  * Fix package dependency typo. (Closes: #879791)

 -- Michael Lustfield <email address hidden>  Wed, 25 Oct 2017 17:48:26 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
etcd_3.2.9+dfsg-2.dsc 3.4 KiB d1ec8f31fa85512c4c5258d56597dee572e722b37ace94febd1d815c85a40fe6
etcd_3.2.9+dfsg.orig.tar.gz 1.2 MiB a20a426bc96c9ebfa0369e5f89ed35ee05523569a80e5fe353c1df192a151146
etcd_3.2.9+dfsg-2.debian.tar.xz 21.9 KiB 4af759c51c5f81d88fb2937341c0e8f4455855696637c0d75c56477c803f03cf

No changes file available.

Binary packages built by this source

etcd: Transitional package for etcd-client and etcd-server

 This is a transitional package to ease upgrades for splitting the
 etcd package into a separate client and server piece. It can be
 safely removed.

etcd-client: highly-available key value store -- client

 A highly-available key value store for shared configuration and service
 discovery. etcd is inspired by zookeeper and doozer, with a focus on:
 .
  * Simple: curl'able user facing API (HTTP+JSON)
  * Secure: optional SSL client cert authentication
  * Fast: benchmarked 1000s of writes/s per instance
  * Reliable: Properly distributed using Raft
 .
 Etcd uses the Raft consensus algorithm to manage a highly-available replicated
 log.
 .
 This package contains the client binaries.

etcd-client-dbgsym: debug symbols for etcd-client
etcd-server: highly-available key value store -- daemon

 A highly-available key value store for shared configuration and service
 discovery. etcd is inspired by zookeeper and doozer, with a focus on:
 .
  * Simple: curl'able user facing API (HTTP+JSON)
  * Secure: optional SSL client cert authentication
  * Fast: benchmarked 1000s of writes/s per instance
  * Reliable: Properly distributed using Raft
 .
 Etcd uses the Raft consensus algorithm to manage a highly-available replicated
 log.
 .
 This package contains the server binaries.

etcd-server-dbgsym: debug symbols for etcd-server
golang-etcd-server-dev: highly-available key value store -- source

 A highly-available key value store for shared configuration and service
 discovery. etcd is inspired by zookeeper and doozer, with a focus on:
 .
  * Simple: curl'able user facing API (HTTP+JSON)
  * Secure: optional SSL client cert authentication
  * Fast: benchmarked 1000s of writes/s per instance
  * Reliable: Properly distributed using Raft
 .
 Etcd uses the Raft consensus algorithm to manage a highly-available replicated
 log.
 .
 This package contains the source.