Drop PG16 from the test images - #240
Open
ibrahim halatci (ihalatci) wants to merge 1 commit into
Open
Conversation
Citus main is dropping PG16 support, making PG17 the minimum supported version. Stop building PG16 test images and remove the PG16 citus-upgrade version list. Mirrors #178, which did the same for PG15. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7b92da71-e0c2-4baf-b47d-c81ec58da88b
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.
Citus
mainis dropping PG16 support (citusdata/citus#8750), making PG17 the minimum supported PostgreSQL version. The supported set becomes PG17 + PG18.This stops building the PG16 test images and removes the PG16 citus-upgrade version list.
circleci/images/PG_VERSIONS: dropPG16=16.14circleci/images/Makefile: dropCITUS_UPGRADE_VERSIONS_16=v12.1.14and its commentMirrors #178, which did exactly this for PG15.
Merge order
This needs to merge before the citus PR can go green, since citus pins images by
the-processmaster SHA viaimage_suffix:image_suffixin the citus PR to the new stable suffix.In the meantime the citus PR will use this branch's
-dev-image tag so it can be validated ahead of the merge.