Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
Currently, there is a large number of hard-coded references to the supported Flink versions (either the newest version, or a list of all supported versions). These should be condensed to a single source of truth to make upgrades easier and more robust.
Previously, we awked the list of Flink subdirectories, but this is not reliable because old, unsupported Flink versions can leave build directories behind. It would be better to read versions from a handwritten file.
Attachments
Issue Links
- blocks
-
BEAM-11475 Upgrade everything (Python, tests, website, etc.) to Flink 1.12.
- Resolved
- relates to
-
BEAM-10108 publish_docker_images.sh has out of date Flink versions
- Resolved
- links to