This is an automated email from the ASF dual-hosted git repository.
bobbai00 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-texera-site.git
The following commit(s) were added to refs/heads/main by this push:
new 2e0cf8e Add download and release notes pages for 1.1.0-incubating
(#49)
2e0cf8e is described below
commit 2e0cf8e2364969925d0f2803a9a0c16c34bdfead
Author: Jiadong Bai <[email protected]>
AuthorDate: Sun May 17 21:41:22 2026 -0700
Add download and release notes pages for 1.1.0-incubating (#49)
Adds:
- /downloads/ — source distribution, container images, verification
- /releases/ — release index
- /releases/1.1.0-incubating/ — release notes for this version
Download page links to the release notes page (per ASF convention,
canonical release notes live on the project website; GitHub Releases
are a thin pointer).
Addresses missing-download-page feedback from the IPMC vote review:
https://lists.apache.org/thread/7syw2y2q4sl6jfz22coz847ccnv5m6w5
Co-authored-by: Bob Bai <[email protected]>
Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
---
content/en/downloads/_index.md | 38 +++++++++++++++++
content/en/releases/1.1.0-incubating.md | 72 +++++++++++++++++++++++++++++++++
content/en/releases/_index.md | 12 ++++++
layouts/downloads/list.html | 17 ++++++++
layouts/releases/list.html | 17 ++++++++
layouts/releases/single.html | 17 ++++++++
6 files changed, 173 insertions(+)
diff --git a/content/en/downloads/_index.md b/content/en/downloads/_index.md
new file mode 100644
index 0000000..b15d2c6
--- /dev/null
+++ b/content/en/downloads/_index.md
@@ -0,0 +1,38 @@
+---
+title: Download
+menu: {main: {weight: 30}}
+---
+
+Get the latest release of Apache Texera (Incubating). See
[Releases](/releases/) for the full release history.
+
+## Apache Texera 1.1.0-incubating
+
+*Released 2026-05-17* · [Release notes →](/releases/1.1.0-incubating/)
+
+### Source distribution
+
+The official source release, along with GPG signatures and SHA-512 checksums
for both the source tarball and the Docker Compose deployment bundle, is
published on the Apache mirrors:
+
+**[https://downloads.apache.org/incubator/texera/1.1.0-incubating/](https://downloads.apache.org/incubator/texera/1.1.0-incubating/)**
+
+### 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
([KEYS file](https://downloads.apache.org/incubator/texera/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).
+
+## 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.
diff --git a/content/en/releases/1.1.0-incubating.md
b/content/en/releases/1.1.0-incubating.md
new file mode 100644
index 0000000..150744b
--- /dev/null
+++ b/content/en/releases/1.1.0-incubating.md
@@ -0,0 +1,72 @@
+---
+title: Apache Texera 1.1.0-incubating
+date: 2026-05-17
+---
+
+This is the **first release of Apache Texera as an Apache Incubator project**.
+
+[Download](/downloads/) · [Git tag
`v1.1.0-incubating`](https://github.com/apache/texera/releases/tag/v1.1.0-incubating)
+
+## About Apache Texera
+
+Apache Texera (Incubating) is an open-source system for human-AI collaborative
data science using visual workflows. It enables analysts to construct, execute,
and refine data analysis tasks through an intuitive GUI, assisted by AI agents
that understand natural-language instructions. Texera is well suited for a wide
range of applications, including "AI for Science", by making advanced AI and
data science capabilities accessible to a broader community. It can run on a
laptop for local use [...]
+
+### Key features
+
+- Natural-language data science through AI chatbots
+- Intuitive GUI-based workflows for data analysis
+- Parallel backend engine for scalable big-data processing
+- Real-time collaboration for workflow editing and execution
+- User-defined functions in Python and Java
+- Separation of compute and storage for flexible cloud deployment
+- Runtime debugging and interactive workflow execution
+- Cloud-native deployment support
+- Multi-tenant support with workload isolation
+- Extensible architecture for integrating external web services
+
+## What's new in 1.1.0-incubating
+
+Compared to v1.0.0 (the pre-incubation release), this version focuses on
Apache Incubator compliance and introduces a major new capability for
AI-assisted workflow construction.
+
+### TexeraAgent
+
+Introduced **TexeraAgent**, an LLM agent that helps users construct workflows
using natural-language instructions. See:
[#4034](https://github.com/apache/texera/issues/4034).
+
+### Repository compliance
+
+Added ASF license headers to source files, plus root-level `asf.yaml`,
`NOTICE`, and `DISCLAIMER`. PRs:
+
+- [#3631](https://github.com/apache/texera/pull/3631)
+- [#3632](https://github.com/apache/texera/pull/3632)
+- [#3415](https://github.com/apache/texera/pull/3415)
+
+### License compliance
+
+Resolved outstanding license issues, including:
+
+- [#4371](https://github.com/apache/texera/issues/4371)
+- [#4372](https://github.com/apache/texera/issues/4372)
+- [#4131](https://github.com/apache/texera/issues/4131)
+
+### System repositioning
+
+Revised the system positioning to "Human-AI Collaborative Data Science Using
Visual Workflows" to reflect the project's focus going forward. PRs:
+
+- [#4558](https://github.com/apache/texera/pull/4558)
+- [#4593](https://github.com/apache/texera/pull/4593)
+
+## Source code
+
+- Git tag:
[`v1.1.0-incubating`](https://github.com/apache/texera/releases/tag/v1.1.0-incubating)
+- Commit: `7349698c55002f7da77992bcdc770cb4d6f49356`
+
+## Release vote history
+
+- PPMC vote:
[lists.apache.org/thread/0qmsmvwvfqlqkf345rcf217qprr8x9x5](https://lists.apache.org/thread/0qmsmvwvfqlqkf345rcf217qprr8x9x5)
+- PPMC vote result:
[lists.apache.org/thread/lofvf5tcdkdvz4dpgrr7b7hbk4kxb9fg](https://lists.apache.org/thread/lofvf5tcdkdvz4dpgrr7b7hbk4kxb9fg)
+- IPMC vote:
[lists.apache.org/thread/7syw2y2q4sl6jfz22coz847ccnv5m6w5](https://lists.apache.org/thread/7syw2y2q4sl6jfz22coz847ccnv5m6w5)
+- IPMC vote result:
[lists.apache.org/thread/dk1gc0s20565o5x8t8zjzpwol9786rgf](https://lists.apache.org/thread/dk1gc0s20565o5x8t8zjzpwol9786rgf)
+
+## Downloads
+
+See the [Download](/downloads/) page for source distribution, container
images, KEYS, and verification instructions.
diff --git a/content/en/releases/_index.md b/content/en/releases/_index.md
new file mode 100644
index 0000000..045a7f4
--- /dev/null
+++ b/content/en/releases/_index.md
@@ -0,0 +1,12 @@
+---
+title: Releases
+---
+
+## Apache Texera releases
+
+| Version | Date | Notes |
+|---|---|---|
+| 1.1.0-incubating | 2026-05-17 | [Release notes](/releases/1.1.0-incubating/)
|
+
+For download artifacts, see the [Download](/downloads/) page.
+Older releases are kept in the [Apache
archive](https://archive.apache.org/dist/incubator/texera/).
diff --git a/layouts/downloads/list.html b/layouts/downloads/list.html
new file mode 100644
index 0000000..047445f
--- /dev/null
+++ b/layouts/downloads/list.html
@@ -0,0 +1,17 @@
+{{ define "main" -}}
+<div><a class="td-offset-anchor"></a></div>
+<section class="td-box td-box--white position-relative td-box--height-auto"
style="padding-top: 9rem; padding-bottom: 4rem;">
+ <div class="container">
+ <div class="row">
+ <div class="col-12 col-lg-10 offset-lg-1">
+ <div class="td-content">
+ <h1>{{ .Title }}</h1>
+ {{ with .Content }}
+ {{ . }}
+ {{ end }}
+ </div>
+ </div>
+ </div>
+ </div>
+</section>
+{{- end }}
diff --git a/layouts/releases/list.html b/layouts/releases/list.html
new file mode 100644
index 0000000..047445f
--- /dev/null
+++ b/layouts/releases/list.html
@@ -0,0 +1,17 @@
+{{ define "main" -}}
+<div><a class="td-offset-anchor"></a></div>
+<section class="td-box td-box--white position-relative td-box--height-auto"
style="padding-top: 9rem; padding-bottom: 4rem;">
+ <div class="container">
+ <div class="row">
+ <div class="col-12 col-lg-10 offset-lg-1">
+ <div class="td-content">
+ <h1>{{ .Title }}</h1>
+ {{ with .Content }}
+ {{ . }}
+ {{ end }}
+ </div>
+ </div>
+ </div>
+ </div>
+</section>
+{{- end }}
diff --git a/layouts/releases/single.html b/layouts/releases/single.html
new file mode 100644
index 0000000..047445f
--- /dev/null
+++ b/layouts/releases/single.html
@@ -0,0 +1,17 @@
+{{ define "main" -}}
+<div><a class="td-offset-anchor"></a></div>
+<section class="td-box td-box--white position-relative td-box--height-auto"
style="padding-top: 9rem; padding-bottom: 4rem;">
+ <div class="container">
+ <div class="row">
+ <div class="col-12 col-lg-10 offset-lg-1">
+ <div class="td-content">
+ <h1>{{ .Title }}</h1>
+ {{ with .Content }}
+ {{ . }}
+ {{ end }}
+ </div>
+ </div>
+ </div>
+ </div>
+</section>
+{{- end }}