From 67b2b8787cba130ab8dfe3d6cf0817a1dffa58de Mon Sep 17 00:00:00 2001 From: jiacai2050 Date: Fri, 18 Oct 2024 10:19:45 +0800 Subject: [PATCH 1/3] feat: add download page --- content/en/community/_index.md | 1 - content/en/download.md | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 content/en/download.md diff --git a/content/en/community/_index.md b/content/en/community/_index.md index fa01d872..3950ee6d 100644 --- a/content/en/community/_index.md +++ b/content/en/community/_index.md @@ -1,6 +1,5 @@ --- title: "Community" -weight: 1 menu: main: weight: 40 diff --git a/content/en/download.md b/content/en/download.md new file mode 100644 index 00000000..d5cd6601 --- /dev/null +++ b/content/en/download.md @@ -0,0 +1,23 @@ +--- +title: "Downloads" +type: docs +menu: + main: + weight: 30 + pre: +--- + +# The latest release + +The latest release is 2.0.0(2024-05-23), the source code can be downloaded [here](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz). + +Verify this release using the [signatures](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz.asc), [checksums](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz.sha512) and project release KEYS by following [these procedures](https://github.com/apache/horaedb/wiki/ASF-review-guide). + +Pre-built binaries are not provided yet, users can [compile from source]({{< ref "compile_run.md" >}}) or using docker images: + +- https://hub.docker.com/r/apache/horaemeta-server +- https://hub.docker.com/r/apache/horaedb-server + +# All archived releases + +For older releases, please check the [archive](https://downloads.apache.org/incubator/horaedb/horaedb/). From daadf21e7b75f4d4bf1a5da9431c82bc10199655 Mon Sep 17 00:00:00 2001 From: jiacai2050 Date: Fri, 18 Oct 2024 10:30:50 +0800 Subject: [PATCH 2/3] add CODEOWNERS --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..b7e4eb77 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# Order is important; the last matching pattern takes the most precedence. +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file + +* @jiacai2050 \ No newline at end of file From 40301512c689eab2b1ed3404e2cf008c1f24c440 Mon Sep 17 00:00:00 2001 From: jiacai2050 Date: Fri, 18 Oct 2024 14:46:25 +0800 Subject: [PATCH 3/3] add verify --- content/en/download.md | 23 ------------- content/en/downloads.md | 75 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 23 deletions(-) delete mode 100644 content/en/download.md create mode 100644 content/en/downloads.md diff --git a/content/en/download.md b/content/en/download.md deleted file mode 100644 index d5cd6601..00000000 --- a/content/en/download.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Downloads" -type: docs -menu: - main: - weight: 30 - pre: ---- - -# The latest release - -The latest release is 2.0.0(2024-05-23), the source code can be downloaded [here](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz). - -Verify this release using the [signatures](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz.asc), [checksums](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz.sha512) and project release KEYS by following [these procedures](https://github.com/apache/horaedb/wiki/ASF-review-guide). - -Pre-built binaries are not provided yet, users can [compile from source]({{< ref "compile_run.md" >}}) or using docker images: - -- https://hub.docker.com/r/apache/horaemeta-server -- https://hub.docker.com/r/apache/horaedb-server - -# All archived releases - -For older releases, please check the [archive](https://downloads.apache.org/incubator/horaedb/horaedb/). diff --git a/content/en/downloads.md b/content/en/downloads.md new file mode 100644 index 00000000..c5e35bf8 --- /dev/null +++ b/content/en/downloads.md @@ -0,0 +1,75 @@ +--- +title: "Downloads" +type: docs +menu: + main: + weight: 30 + pre: +--- + +Apache HoraeDB is released as source code tarballs with corresponding docker images for convenience. + +# The latest release + +The latest release is 2.0.0(2024-05-23), the source code can be downloaded [here](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz). + +Verify this release using the [signatures](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz.asc), [checksums](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz.sha512) by following guides below. + +## Docker images + +Pre-built binaries are not provided yet, users can [compile from source]({{< ref "compile_run.md" >}}) or using docker images: + +- https://hub.docker.com/r/apache/horaemeta-server +- https://hub.docker.com/r/apache/horaedb-server + +## All archived releases + +For older releases, please check the [archive](https://downloads.apache.org/incubator/horaedb/horaedb/). + +# Verify signatures and checksums + +It's highly recommended to verify the files that you download. + +Fury provides SHA digest and PGP signature files for all the files that we host on the download site. These files are named after the files they relate to but have `sha512`, `asc` extensions. + +## Verify Checksums + +To verify the SHA digests, you need the `tar.gz` and its associated `tar.gz.sha512` files. An example command: + +```bash +sha512sum -c apache-horaedb-incubating-v2.0.0-src.tar.gz.sha512 +``` + +It should output something like: + +``` +apache-horaedb-incubating-v2.0.0-src.tar.gz: OK +``` + +## Verify Signatures + +To verify the PGP signatures, you will need to download the [release KEYS](https://downloads.apache.org/incubator/horaedb/KEYS) first. + +Then import the downloaded KEYS: + +```bash +gpg --import KEYS +``` + +Then you can verify signature: + +```bash +gpg --verify apache-horaedb-incubating-v2.0.0-src.tar.gz.asc +``` + +It should output something like: + +``` +gpg: Signature made Wed 12 Jun 2024 11:05:04 AM CST using RSA key ID 08A0BAB4 +gpg: Good signature from "jiacai2050@apache.org" +gpg: aka "Jiacai Liu " +gpg: aka "Jiacai Liu " +gpg: WARNING: This key is not certified with a trusted signature! +gpg: There is no indication that the signature belongs to the owner. +Primary key fingerprint: 6F73 4AE4 297C 7F62 B605 4F91 D302 6E5C 08A0 BAB4 +```