weiqingy commented on issue #749:
URL: https://github.com/apache/flink-agents/issues/749#issuecomment-4686879648

   I took a pass at this and it looks like the documentation may already 
reference 0.2.1. Sharing what I found in case it helps decide whether this can 
be closed.
   
   **`release-0.2` branch** (where the 0.2.x docs live):
   
   - A full-branch `git grep "0.2.0"` returns no hits.
   - `docs/config.toml` already sets `Version = "0.2.1"`. Per that file's own 
comment, this is the single source of truth for the docs version ("the only 
place where we change the version for the complete docs"), and the content 
pages reference it via the version shortcode rather than hardcoding the string.
   - This bump landed in #587 ("[doc] Update documents after release 0.2.1"), 
merged 2026-03-26.
   
   **`main` branch:**
   
   - `docs/config.toml` is `Version = "0.3-SNAPSHOT"`, and `PreviousDocs` lists 
the minor versions `0.2` / `0.1`, which looks correct.
   - The only 0.2.x string in the docs content is an example in 
`get-started/installation.md` that already uses `0.2.1`.
   
   The remaining `0.2.0` strings I can find anywhere are in `tools/` — the 
`FLINK_AGENTS_SUPPORTED_VERSIONS` list (`tools/install.sh`, 
`tools/test/helpers/load.bash`) and the bats fixtures 
(`tools/test/integration/install_flink_agents_jar.bats`, 
`tools/test/unit/edit_plan_quote.bats`). Those reference 0.2.0 as a historical 
supported version / test fixture and should stay as-is.
   
   Is there a specific document still showing 0.2.0 that I'm missing (for 
example a rendered page on the nightlies site that may need a docs rebuild)? If 
not, this might already be resolved by #587 and could be closed.
   


-- 
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