Skip to content

Commit a3811d7

Browse files
committed
Deprecate PG15 support for Citus 14.0.0
1 parent dba3cdd commit a3811d7

6 files changed

Lines changed: 2 additions & 46 deletions

File tree

.github/workflows/publish_docker_images_cron.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- latest
2121
- alpine
2222
- postgres_16
23-
- postgres_15
2423
- nightly
2524
steps:
2625
- name: Checkout repository

.github/workflows/publish_docker_images_on_push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- latest
1919
- alpine
2020
- postgres_16
21-
- postgres_15
2221
- nightly
2322
steps:
2423
- name: Checkout repository

.github/workflows/publish_docker_images_on_tag.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- latest
1919
- alpine
2020
- postgres_16
21-
- postgres_15
2221
- nightly
2322
steps:
2423
- name: Checkout repository

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
* Bump Citus version to 14.0.0
44

5+
* Deprecate PG15 support
6+
57
### citus-docker v13.2.0.docker (Sep 03,2025) ###
68

79
* Bump Citus version to 13.2.0

pkgvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
postgres_18_version=18.1
22
postgres_17_version=17.6
33
postgres_16_version=16.10
4-
postgres_15_version=15.14
54
postgres_14_version=14.15
65

postgres-15/Dockerfile

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)