Skip to content

Commit 787d176

Browse files
authored
Merge pull request #1170 from citusdata/pgxn-citus-citus14
citus 14 updates
2 parents 5cfd556 + 0baea19 commit 787d176

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/update-pgxn-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
3333

3434
- name: Clone Tools branch
35-
run: git clone --depth 1 --branch v0.8.24 https://github.com/citusdata/tools.git
35+
run: git clone --depth 1 --branch v0.8.35 https://github.com/citusdata/tools.git
3636

3737
- name: Install Python requirements
3838
run: python -m pip install -r tools/packaging_automation/requirements.txt

META.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"name": "citus",
33
"abstract": "Scalable PostgreSQL for real-time workloads",
44
"description": "Citus horizontally scales PostgreSQL across commodity servers using sharding and replication. Its query engine parallelizes incoming SQL queries across these servers to enable real-time responses on large datasets.",
5-
"version": "12.1.6",
5+
"version": "14.0.0",
66
"maintainer": "\"Citus Data\" <packaging@citusdata.com>",
77
"license": "agpl_3",
88
"provides": {
99
"citus": {
1010
"abstract": "Citus Distributed Database",
1111
"file": "citus.so",
1212
"docfile": "README.md",
13-
"version": "12.1.6"
13+
"version": "14.0.0"
1414
}
1515
},
1616
"prereqs": {
1717
"runtime": {
1818
"requires": {
19-
"PostgreSQL": "14.0.0"
19+
"PostgreSQL": "16.0.0"
2020
}
2121
},
2222
"test": {

pkgvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pkgname=citus
22
pkgdesc='Citus (Open-Source)'
3-
pkglatest=12.1.6
3+
pkglatest=14.0.0

postgres-matrix.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ version_matrix:
2020
postgres_versions: [ 14, 15 ]
2121
- 12.1:
2222
postgres_versions: [ 14, 15, 16 ]
23+
- 13.0:
24+
postgres_versions: [15, 16, 17 ]
25+
- 14.0:
26+
postgres_versions: [ 16, 17, 18 ]

0 commit comments

Comments
 (0)