This is an automated email from the ASF dual-hosted git repository.

wenjin272 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/main by this push:
     new 35eb906c [docs] Document preview status and security risks (#1023)
35eb906c is described below

commit 35eb906c87521e9777e1629256d86ce35f700465
Author: Wenjin Xie <[email protected]>
AuthorDate: Fri Aug 21 10:31:33 2026 +0800

    [docs] Document preview status and security risks (#1023)
    
    Clarify that 0.x releases may contain known or unknown issues, including 
potential security risks, and may introduce incompatible API or configuration 
changes.
    
    Generated-by: OpenAI Codex Desktop 26.803.41515 (GPT-5)
---
 docs/content/docs/get-started/overview.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/docs/content/docs/get-started/overview.md 
b/docs/content/docs/get-started/overview.md
index 4c99eb84..2fbef0c3 100644
--- a/docs/content/docs/get-started/overview.md
+++ b/docs/content/docs/get-started/overview.md
@@ -47,3 +47,15 @@ To get started with Apache Flink Agents, you can checkout 
the following quicksta
 - [ReAct Agent Quickstart]({{< ref "docs/get-started/quickstart/react_agent" 
>}})
 - [Skills Agent Quickstart]({{< ref "docs/get-started/quickstart/skills_agent" 
>}})
 - [YAML Agent Quickstart]({{< ref "docs/get-started/quickstart/yaml_agent" >}})
+
+## Preview Status
+
+{{< hint warning >}}
+Apache Flink Agents 0.x releases are preview versions. They may contain known
+or unknown issues, including potential security risks. The APIs and
+configuration are experimental and may change in backward-incompatible ways
+before 1.0. Review the [publicly disclosed known 
issues](https://github.com/apache/flink-agents/issues)
+and assess these risks before production use. Report suspected undisclosed
+security vulnerabilities privately through the [ASF Security 
Team](https://www.apache.org/security/)
+instead of creating a public GitHub issue.
+{{< /hint >}}

Reply via email to