etcd 3.2.26+dfsg-6ubuntu0.2 source package in Ubuntu

Changelog

etcd (3.2.26+dfsg-6ubuntu0.2) focal-security; urgency=medium

  * No-change rebuild for golang-golang-x-text

 -- Eduardo Barretto <email address hidden>  Wed, 18 Jan 2023 15:36:43 +0100

Upload details

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

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
etcd_3.2.26+dfsg.orig.tar.xz 979.9 KiB b372c18626b884ce810cc1086a9eec7019967776e03d6b91151064398a4bb2fa
etcd_3.2.26+dfsg-6ubuntu0.2.debian.tar.xz 28.5 KiB 8320037e93469136d072e1a09bb6e706d0ce410d6eb623516b3904fb4b1c63e6
etcd_3.2.26+dfsg-6ubuntu0.2.dsc 3.7 KiB f1896c55e434f00511d6c1c335f42de791ba77e48283c62c1533b67213b91a3a

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.