xintongsong commented on code in PR #818:
URL: https://github.com/apache/flink-web/pull/818#discussion_r2585259668


##########
docs/content/posts/2025-12-04-release-flink-agents-0.1.1.md:
##########
@@ -0,0 +1,88 @@
+---
+title:  "Apache Flink Agents 0.1.1 Release Announcement"
+date: "2025-12-04T20:00:00.000Z"
+authors:
+- wenjin:
+  name: "Wenjin Xie"
+aliases:
+- /news/2025/12/04/release-flink-agents-0.1.1.html
+---
+
+The Apache Flink Community is pleased to announce the first bug fix release of 
the Flink 0.1 series.
+
+This release includes 11 bug fixes, vulnerability fixes, and minor 
improvements for Flink 0.1.

Review Comment:
   ```suggestion
   The Apache Flink Community is pleased to announce the first bug fix release 
of the Flink Agents 0.1 series.
   
   This release includes 11 bug fixes, vulnerability fixes, and minor 
improvements for Flink Agents 0.1.
   ```



##########
docs/content/posts/2025-12-04-release-flink-agents-0.1.1.md:
##########
@@ -0,0 +1,88 @@
+---
+title:  "Apache Flink Agents 0.1.1 Release Announcement"
+date: "2025-12-04T20:00:00.000Z"
+authors:
+- wenjin:
+  name: "Wenjin Xie"
+aliases:
+- /news/2025/12/04/release-flink-agents-0.1.1.html
+---
+
+The Apache Flink Community is pleased to announce the first bug fix release of 
the Flink 0.1 series.
+
+This release includes 11 bug fixes, vulnerability fixes, and minor 
improvements for Flink 0.1.
+Below you will find a list of all bug fixes and improvements (excluding 
improvements to the build infrastructure and build stability). For a complete 
list of all changes, please see:
+[ISSUE](https://github.com/apache/flink-agents/issues?q=is%3Aissue%20state%3Aclosed%20label%3AfixVersion%2F0.1.1).
+
+We highly recommend all users upgrade to Flink-Agents 0.1.1.
+
+# Release Artifacts
+
+## Maven Dependencies
+
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-agents-api</artifactId>
+  <version>0.1.1</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-agents-plan</artifactId>
+  <version>0.1.1</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-agents-runtime</artifactId>
+  <version>0.1.1</version>
+</dependency>
+<dependency>
+    <groupId>org.apache.flink</groupId>
+    <artifactId>flink-agents-integrations-chat-models-ollama</artifactId>
+    <version>0.1.1</version>
+</dependency>

Review Comment:
   Do users need to depend on all these artifacts?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to