consul 1.8.7+dfsg1-3 source package in Ubuntu

Changelog

consul (1.8.7+dfsg1-3) unstable; urgency=medium

  * Team upload.

  [ Lucas Kanashiro ]
  * Add upstream patch to fix FTBFS (Closes: #997133)

  [ Reinhard Tartler ]
  * Do install "github.com/hashicorp/consul/vendor" into dev package

 -- Lucas Kanashiro <email address hidden>  Tue, 09 Nov 2021 11:44:58 -0300

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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
consul_1.8.7+dfsg1-3.dsc 5.1 KiB c6bd5107e1809a71f50e9aa89a225893b9e19b35e3d0e3bb1cf26006097ffc75
consul_1.8.7+dfsg1.orig.tar.xz 7.5 MiB dc595307a2b6fb2110135315e0e6f540590ba8a596fa3bb85ba8bb5749a3aa8e
consul_1.8.7+dfsg1-3.debian.tar.xz 22.2 KiB 97c636089868589b2fd0cfa59a3cceca0d2e8b5b1760e22d9dabf8d4d030de35

No changes file available.

Binary packages built by this source

consul: No summary available for consul in ubuntu kinetic.

No description available for consul in ubuntu kinetic.

consul-dbgsym: debug symbols for consul
golang-github-hashicorp-consul-dev: tool for service discovery, monitoring and configuration (source)

 Consul is a tool for service discovery and configuration. Consul is
 distributed, highly available, and extremely scalable.
 .
 Consul provides several key features:
 .
  - Service Discovery - Consul makes it simple for services to register
    themselves and to discover other services via a DNS or HTTP interface.
    External services such as SaaS providers can be registered as well.
 .
  - Health Checking - Health Checking enables Consul to quickly alert operators
    about any issues in a cluster. The integration with service discovery
    prevents routing traffic to unhealthy hosts and enables service level
    circuit breakers.
 .
  - Key/Value Storage - A flexible key/value store enables storing dynamic
    configuration, feature flagging, coordination, leader election and more.
    The simple HTTP API makes it easy to use anywhere.
 .
  - Multi-Datacenter - Consul is built to be datacenter aware, and can support
    any number of regions without complex configuration.
 .
 Consul runs on Linux, Mac OS X, and Windows. It is recommended to run the
 Consul servers only on Linux, however.
 .
 This package contains the source.