--- --- {% include header.html %}

Download Apache SDAP releases

The table below contains links to download the Apache SDAP module source distributions as well as their signature and checksum files from ASF mirrors.

SDAP

Latest Components

{% assign latest = site.data.releases.releases.latest %} {% for component in latest %} {% if component.incubating %} {% assign inc = "-incubating" %} {% else %} {% assign inc = "" %} {% endif %} {% endfor %}
Component Release Version Release Date Source Distribution
{{ component.displayName }} {{ component.release }} {{ component.releaseDate }} [source] apache-sdap-{{ component.component }}-{{ component.release }}{{ inc }}-src.tar.gz [signature] apache-sdap-{{ component.component }}-{{ component.release }}{{ inc }}-src.tar.gz [checksum] apache-sdap-{{ component.component }}-{{ component.release }}{{ inc }}-src.tar.gz

Release History

{% assign history = site.data.releases.releases.history %} {% for release in history %} {% if release.incubating %} {% assign inc = "-incubating" %} {% else %} {% assign inc = "" %} {% endif %} {% assign first = true %} {% for component in release.components %} {% if first %} {% assign first = false %} {% endif %} {% endfor %} {% endfor %}
Release Version Release Date Component Source Distribution
{{ release.release }} {{ release.releaseDate }}{{ component.displayName }} [source] apache-sdap-{{ component.component }}-{{ release.release }}{{ inc }}-src.tar.gz [signature] apache-sdap-{{ component.component }}-{{ release.release }}{{ inc }}-src.tar.gz [checksum] apache-sdap-{{ component.component }}-{{ release.release }}{{ inc }}-src.tar.gz

Instructions

To download, build and deploy Apache SDAP:

  1. Download the source distributions, signatures and checksums for the version of SDAP you wish to use from the table above.
  2. Verify the downloaded release artifacts. You can find a list of SDAP contributors' keys in the KEYS file here.
  3. Ensure you have Docker installed and running.
  4. Use the build guide to build the SDAP components.
  5. Use the quickstart guide to deploy the SDAP components.
{% include footer.html %}