Use Citus 14.2.0 for N-1 tests (release-14) - #237
Merged
ibrahim halatci (ihalatci) merged 1 commit intoAug 6, 2026
Conversation
Replace the PG18 / Citus 14.x N-1 slot from v14.1.0 to v14.2.0, following the prior release-14 image bump pattern while retaining the current PostgreSQL minors. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
ibrahim halatci (ihalatci)
added a commit
to citusdata/citus
that referenced
this pull request
Aug 7, 2026
## Set 14.3.0 as upcoming version Bumps the in-development version on the `release-14` line from released **14.2.0** to upcoming **14.3.0**, and points the N-1 CI slot at **14.2.0** (previously 14.1.0). This mirrors the canonical 12-file bootstrap pattern from #8635. ### What changed - `configure.ac` / generated `configure` — project version `14.2.0` -> `14.3.0` - `citus.control` / `citus_columnar.control` — `default_version = '14.3-1'` - `config.py` — `MASTER_VERSION = "14.3"` - 4 comment-only migration stubs for `14.2-1` <-> `14.3-1` - `multi_extension.sql` / `.out` — 14.3-1 downgrade and snapshot blocks; running/library version output bumped to 14.3 - `.github/workflows/build_and_test.yml` — N-1 jobs now use `/opt/citus-versions/v14.2.0` / `14.2-1` - CI images temporarily use the dev suffix `-dev-cb52631` from citusdata/the-process#237; PostgreSQL minors remain 16.14 / 17.10 / 18.4 No changelog or unrelated changes are included. Once citusdata/the-process#237 merges, phase 2 will replace only the image suffix with `-v<merge-sha>` and rerun CI. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Bumps the PG18 / Citus 14.x baked version from
v14.1.0tov14.2.0incircleci/images/Makefile(CITUS_UPGRADE_VERSIONS_18).This follows the release-14 v14.1.0 N-1 image bump in PR #228. The published, non-prerelease Citus v14.2.0 tag is used by both the PG18 exttester and citusupgradetester Make expansions. PostgreSQL versions remain at the authoritative current minors: 16.14, 17.10, and 18.4.
The PR branch publishes
-dev-<sha>images. After merge intorelease-14, the release workflow publishes stable images with suffix-v<7-character merge SHA>.Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com