From 125b77cf4fddee8c456f77e1d4fd3188d1750ed8 Mon Sep 17 00:00:00 2001 From: Bertil Chapuis Date: Tue, 10 Oct 2023 11:52:48 +0200 Subject: [PATCH] Add download page for release 0.7.2 --- src/pages/download/_meta.json | 1 + src/pages/download/release-0.7.2.mdx | 47 ++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 src/pages/download/release-0.7.2.mdx diff --git a/src/pages/download/_meta.json b/src/pages/download/_meta.json index 58ebc2cc..57dacf3b 100644 --- a/src/pages/download/_meta.json +++ b/src/pages/download/_meta.json @@ -1,3 +1,4 @@ { + "release-0.7.2": "Release 0.7.2", "release-0.7.1": "Release 0.7.1" } diff --git a/src/pages/download/release-0.7.2.mdx b/src/pages/download/release-0.7.2.mdx new file mode 100644 index 00000000..f393a03a --- /dev/null +++ b/src/pages/download/release-0.7.2.mdx @@ -0,0 +1,47 @@ +# Apache Baremaps 0.7.2 (incubating) + +The Apache Baremaps community is pleased to announce the release of Apache Baremaps 0.7.2 (incubating). +Apache Baremaps is a toolkit and a set of infrastructure components for creating, publishing, and operating online maps. + +Thank you to everyone who contributed to this release and thank you to the mentors for their guidance and support. + +We are looking to grow the community and welcome new contributors. +If you are interested in contributing to the project, please contact us on the mailing list or on GitHub. +We will be happy to help you get started. + +## Release notes + +The **release notes** are available here: + +https://github.com/apache/incubator-baremaps/releases/tag/v0.7.2 + +## Signing keys + +The **PGP** keys used to sign this release are available here: + +https://downloads.apache.org/incubator/baremaps/KEYS + +## Source distribution + +The **source** distribution is available here: + +https://www.apache.org/dyn/closer.lua/incubator/baremaps/0.7.2/apache-baremaps-0.7.2-incubating-src.tar.gz + +The SHA **checksum** for the source distribution is available here: + +https://downloads.apache.org/incubator/baremaps/0.7.2/apache-baremaps-0.7.2-incubating-src.tar.gz.sha512 + +## Binary distribution + +The **binary** distribution is available here: + +https://www.apache.org/dyn/closer.lua/incubator/baremaps/0.7.2/apache-baremaps-0.7.2-incubating-bin.tar.gz + +The SHA **checksum** for the source distribution is available here: + +https://downloads.apache.org/incubator/baremaps/0.7.2/apache-baremaps-0.7.2-incubating-bin.tar.gz.sha512 + +## Verifying releases + +It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures. +Please read [Verifying Apache HTTP Server Releases](https://www.apache.org/info/verification.html) for more information on why you should verify our releases.