[FLINK-36744][docs] Document operator's FlinkVersion compatibility policy#1137
Open
arvindKandpal-ksolves wants to merge 1 commit into
Open
Conversation
Author
|
Hi @Dennis-Mircea , Please review it whenever have time. |
Dennis-Mircea
suggested changes
Jun 17, 2026
Dennis-Mircea
left a comment
Contributor
There was a problem hiding this comment.
This part will be covered as part of FLINK-39571. This PR can be closed.
Author
|
Hi @Dennis-Mircea, thank you for the review! This ticket is open since November 2024, so if you are okay with it, we can merge this PR and close FLINK-36744, and the remaining complete docs improve parts can be covered under FLINK-39571. Let me know what you think! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change (FLINK-36744)
This pull request documents the FlinkVersion compatibility policy introduced
in Flink Kubernetes Operator 1.7, which was previously only discoverable in
source code (FlinkVersion.java) and not mentioned in the official documentation.
Adds a new "Flink Version Compatibility" section to the Compatibility Guarantees
documentation page explaining the last-4-minor-versions policy and linking to
FlinkVersion.java for the current supported version list.
Also updates the Chinese translation (content.zh) with full translated content
and the new section.
Brief change log
docs/content/docs/operations/compatibility.mddocs/content.zh/docs/operations/compatibility.mdcontent.zh/docs/operations/compatibility.mdVerifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
CustomResourceDescriptors: noDocumentation