etcd 3.2.17+dfsg-1ubuntu0.1 source package in Ubuntu

Changelog

etcd (3.2.17+dfsg-1ubuntu0.1) bionic-security; urgency=medium

  * No-change rebuild for golang-x-text

 -- Eduardo Barretto <email address hidden>  Mon, 16 Jan 2023 18:12:23 +0100

Upload details

Uploaded by:
Eduardo Barretto
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc
Bionic security universe misc

Downloads

File Size SHA-256 Checksum
etcd_3.2.17+dfsg.orig.tar.gz 1.2 MiB c531cb6c98e7e101f32fc4ea9fa6ebef0fcb0813c7e8370a593bad2e1d195d48
etcd_3.2.17+dfsg-1ubuntu0.1.debian.tar.xz 21.3 KiB 466f0777bb6b021ebac467249a60bb0d7c727b1f9653808d8869f7c73bc08506
etcd_3.2.17+dfsg-1ubuntu0.1.dsc 3.6 KiB ce79caa845d257099dc8cf02f72500591a2a5bea8b31c2e52f2494d5585075db

View changes file

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.