71 lines
2.6 KiB
Plaintext
71 lines
2.6 KiB
Plaintext
---
|
|
layout: "downloads"
|
|
page_title: "Download Consul"
|
|
sidebar_current: "downloads-consul"
|
|
description: |-
|
|
Below are all available downloads for the latest version of Consul. Please download the proper package for your operating system and architecture.
|
|
---
|
|
|
|
<h1>Download Consul</h1>
|
|
|
|
<section class="downloads">
|
|
<div class="description row">
|
|
<div class="col-md-12">
|
|
<p>
|
|
Below are the available downloads for the latest version of Consul
|
|
(<%= latest_version %>). Please download the proper package for your
|
|
operating system and architecture.
|
|
</p>
|
|
<p>
|
|
You can find the
|
|
<a href="https://releases.hashicorp.com/consul/<%= latest_version %>/consul_<%= latest_version %>_SHA256SUMS">
|
|
SHA256 checksums for Consul <%= latest_version %>
|
|
</a>
|
|
online and you can
|
|
<a href="https://releases.hashicorp.com/consul/<%= latest_version %>/consul_<%= latest_version %>_SHA256SUMS.sig">
|
|
verify the checksums signature file
|
|
</a>
|
|
which has been signed using <a href="https://www.hashicorp.com/security.html" target="_blank" rel="nofollow noopener noreferrer">HashiCorp's GPG key</a>.
|
|
You can also <a href="https://releases.hashicorp.com/consul/" target="_blank" rel="nofollow noopener noreferrer">download older versions of Consul</a> from the releases service.
|
|
</p>
|
|
<p>
|
|
Checkout the <a href="https://github.com/hashicorp/consul/blob/v<%= latest_version %>/CHANGELOG.md">v<%= latest_version %> CHANGELOG</a> for information on the latest release.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-md-12 download center">
|
|
<a href="https://releases.hashicorp.com/consul/<%= latest_version %>/consul_<%= latest_version %>_web_ui.zip" class="btn btn-lg btn-default">
|
|
Download Consul Web UI
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<% product_versions.each do |os, arches| %>
|
|
<% next if os == "web" %>
|
|
<div class="row">
|
|
<div class="col-md-12 download">
|
|
<div class="icon pull-left"><%= system_icon(os) %></div>
|
|
<div class="details">
|
|
<h2 class="os-name"><%= pretty_os(os) %></h2>
|
|
<ul>
|
|
<% arches.each do |arch, url| %>
|
|
<li><a href="<%= url %>"><%= pretty_arch(arch) %></a></li>
|
|
<% end %>
|
|
</ul>
|
|
<div class="clearfix"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<% end %>
|
|
|
|
<div class="row">
|
|
<div class="col-md-12 poweredby">
|
|
<a href="https://www.fastly.com?utm_source=hashicorp" target="_blank" rel="nofollow noopener noreferrer">
|
|
<%= image_tag "fastly_logo.png" %>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</section>
|