Skip to content

Commit ec914f5

Browse files
Gürkan İndibaym3hm3t
andauthored
Bump to citus 13.0.0 (#1121)
* Bump to citus 13.0.0 * Add support for PostgreSQL 17 in version 13.0 matrix * Remove support for EL7 and OL7 platforms in CI workflows and exclusion lists * Add EL7 and OL7 exclusions for nightly and release in pg_exclude.yml * Remove Ubuntu Bionic from CI workflows for nightly and package builds --------- Co-authored-by: Mehmet Yilmaz <mehmetyilmaz@microsoft.com>
1 parent 93f7df0 commit ec914f5

6 files changed

Lines changed: 14 additions & 9 deletions

File tree

.github/workflows/build-citus-community-nightlies.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,10 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
platform:
26-
- el/7
27-
- ol/7
2826
- el/8
2927
- debian/buster
3028
- debian/bullseye
3129
- debian/bookworm
32-
- ubuntu/bionic
3330
- ubuntu/focal
3431
- ubuntu/jammy
3532

.github/workflows/build-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,13 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
platform:
26-
- el/7
2726
- el/8
2827
- el/9
29-
- ol/7
3028
- ol/8
3129
- ol/9
3230
- debian/buster
3331
- debian/bullseye
3432
- debian/bookworm
35-
- ubuntu/bionic
3633
- ubuntu/focal
3734
- ubuntu/jammy
3835

citus.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Summary: PostgreSQL-based distributed RDBMS
88
Name: %{sname}%{?pkginfix}_%{pgmajorversion}
99
Provides: %{sname}_%{pgmajorversion}
1010
Conflicts: %{sname}_%{pgmajorversion}
11-
Version: 12.1.6.citus
11+
Version: 13.0.0.citus
1212
Release: 1%{dist}
1313
License: AGPLv3
1414
Group: Applications/Databases
15-
Source0: https://github.com/citusdata/citus/archive/v12.1.6.tar.gz
15+
Source0: https://github.com/citusdata/citus/archive/v13.0.0.tar.gz
1616
URL: https://github.com/citusdata/citus
1717
BuildRequires: postgresql%{pgmajorversion}-devel libcurl-devel
1818
Requires: postgresql%{pgmajorversion}-server
@@ -112,6 +112,9 @@ fi
112112
%doc %{pginstdir}/doc/extension/NOTICE-%{sname}
113113

114114
%changelog
115+
* Thu Jan 23 2025 - Mehmet Yilmaz <mehmetyilmaz@microsoft.com> 13.0.0.citus-1
116+
- Official 13.0.0 release of Citus
117+
115118
* Tue Nov 26 2024 - Gurkan Indibay <gindibay@microsoft.com> 12.1.6.citus-1
116119
- Official 12.1.6 release of Citus
117120

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
citus (13.0.0.citus-1) stable; urgency=low
2+
3+
* Official 13.0.0 release of Citus
4+
5+
-- Mehmet Yilmaz <mehmetyilmaz@microsoft.com> Thu, 23 Jan 2025 07:27:39 +0000
6+
17
citus (12.1.6.citus-1) stable; urgency=low
28

39
* Official 12.1.6 release of Citus

pkgvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=citus
22
pkgdesc='Citus (Open-Source)'
3-
pkglatest=12.1.6.citus-1
3+
pkglatest=13.0.0.citus-1
44
nightlyref=main
55
versioning=fancy

postgres-matrix.yml

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

0 commit comments

Comments
 (0)