This is an automated email from the ASF dual-hosted git repository. bobbai00 pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/incubator-texera-site.git
commit ac25a010c3f38e8c453bfb3798c1d58a27502dbd Author: Bob Bai <[email protected]> AuthorDate: Sun May 17 16:20:14 2026 -0700 Add download page for 1.1.0-incubating release First Apache Incubator release of Apache Texera. Adds /downloads/ page linking to the official source distribution on Apache mirrors, KEYS file, container images, and verification instructions. Addresses the missing download-page feedback from the IPMC vote review (https://lists.apache.org/thread/7syw2y2q4sl6jfz22coz847ccnv5m6w5). Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]> --- content/en/downloads/_index.md | 47 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/content/en/downloads/_index.md b/content/en/downloads/_index.md new file mode 100644 index 0000000..967c99d --- /dev/null +++ b/content/en/downloads/_index.md @@ -0,0 +1,47 @@ +--- +title: Download +menu: {main: {weight: 30}} +--- + +## Latest release: 1.1.0-incubating + +The first release of Apache Texera as an Apache Incubator project. + +Release notes: [v1.1.0-incubating on GitHub](https://github.com/apache/texera/releases/tag/v1.1.0-incubating). + +### Source distribution + +Official source release on the Apache mirrors: +**[https://downloads.apache.org/incubator/texera/1.1.0-incubating/](https://downloads.apache.org/incubator/texera/1.1.0-incubating/)** + +| | Source | Signature | Checksum | +|---|---|---|---| +| Source tarball | [`-src.tar.gz`](https://downloads.apache.org/incubator/texera/1.1.0-incubating/apache-texera-1.1.0-incubating-src.tar.gz) | [`.asc`](https://downloads.apache.org/incubator/texera/1.1.0-incubating/apache-texera-1.1.0-incubating-src.tar.gz.asc) | [`.sha512`](https://downloads.apache.org/incubator/texera/1.1.0-incubating/apache-texera-1.1.0-incubating-src.tar.gz.sha512) | +| Docker Compose bundle | [`-docker-compose.tar.gz`](https://downloads.apache.org/incubator/texera/1.1.0-incubating/apache-texera-1.1.0-incubating-docker-compose.tar.gz) | [`.asc`](https://downloads.apache.org/incubator/texera/1.1.0-incubating/apache-texera-1.1.0-incubating-docker-compose.tar.gz.asc) | [`.sha512`](https://downloads.apache.org/incubator/texera/1.1.0-incubating/apache-texera-1.1.0-incubating-docker-compose.tar.gz.sha512) | + +### Container images + +Multi-architecture (`linux/amd64`, `linux/arm64`) Docker images, all tagged `1.1.0-incubating`: + +- `apache/texera-dashboard-service` +- `apache/texera-workflow-execution-coordinator` +- `apache/texera-workflow-compiling-service` +- `apache/texera-file-service` +- `apache/texera-config-service` +- `apache/texera-access-control-service` +- `apache/texera-workflow-computing-unit-managing-service` + +## Verifying a release + +All Apache Texera releases are signed by the project's release signing keys. Please verify the integrity of any download before use, following the standard ASF procedures: [https://www.apache.org/info/verification.html](https://www.apache.org/info/verification.html). + +Required files: + +- KEYS file: [https://downloads.apache.org/incubator/texera/KEYS](https://downloads.apache.org/incubator/texera/KEYS) +- Signature (`.asc`) and checksum (`.sha512`) for each artifact (linked in the table above) + +## Older releases + +Older releases are kept in the [Apache archive](https://archive.apache.org/dist/incubator/texera/) for historical reference. + +The pre-incubation `1.0.0` release is not an Apache Software Foundation release and is not available on Apache mirrors.
