This is an automated email from the ASF dual-hosted git repository.
sxnan 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 bdfb0964 [infra] Update github PR labeler after release 0.2.1. (#588)
bdfb0964 is described below
commit bdfb0964a92956d82c9655ca9698e01007a8ee53
Author: Wenjin Xie <[email protected]>
AuthorDate: Thu Mar 26 11:52:30 2026 +0800
[infra] Update github PR labeler after release 0.2.1. (#588)
* [infra] Update github PR labeler after release 0.2.1.
* [doc] Update documents after release 0.2.1.
---
.github/workflows/pr_labeler.js | 2 +-
docs/content/docs/get-started/installation.md | 12 ------------
2 files changed, 1 insertion(+), 13 deletions(-)
diff --git a/.github/workflows/pr_labeler.js b/.github/workflows/pr_labeler.js
index 2680185e..0f9dc5ff 100644
--- a/.github/workflows/pr_labeler.js
+++ b/.github/workflows/pr_labeler.js
@@ -59,7 +59,7 @@ module.exports = async ({ github, context, core,
workflowRunId, triggerWorkflow
const baseBranch = pr.base.ref;
const fixVersionLabelMap = {
'main': 'fixVersion/0.3.0',
- 'release-0.2': 'fixVersion/0.2.1',
+ 'release-0.2': 'fixVersion/0.2.2',
'release-0.1': 'fixVersion/0.1.2',
};
const fixVersionLabel = fixVersionLabelMap[baseBranch];
diff --git a/docs/content/docs/get-started/installation.md
b/docs/content/docs/get-started/installation.md
index 5cba63e2..4a0c8d98 100644
--- a/docs/content/docs/get-started/installation.md
+++ b/docs/content/docs/get-started/installation.md
@@ -115,18 +115,6 @@ Choose one of the following installation methods:
#### From Official Release
-{{< hint warning >}}
-__Temporary (v0.2.0):__ Due to PyPI wheel size limitations, the `flink-agents`
version 0.2.0 is currently not available directly from PyPI. Please download
the wheel file manually and install from local:
-
-1. Download [flink-agents 0.2.0
wheel](https://www.apache.org/dyn/closer.lua/flink/flink-agents-0.2.0/python/flink_agents-0.2.0-py3-none-any.whl)
-
-2. Install from local wheel:
-
-```shell
-pip install flink_agents-0.2.0-py3-none-any.whl apache-flink==${FLINK_VERSION}
-```
-{{< /hint >}}
-
Install Flink Agents using pip:
```shell