Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/build-citus-community-nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@ jobs:
fail-fast: false
matrix:
platform:
- el/7
- ol/7
- el/8
- debian/buster
- debian/bullseye
- debian/bookworm
- ubuntu/bionic
- ubuntu/focal
- ubuntu/jammy

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,13 @@ jobs:
fail-fast: false
matrix:
platform:
- el/7
- el/8
- el/9
- ol/7
- ol/8
- ol/9
- debian/buster
- debian/bullseye
- debian/bookworm
- ubuntu/bionic
- ubuntu/focal
- ubuntu/jammy

Expand Down
7 changes: 5 additions & 2 deletions citus.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Summary: PostgreSQL-based distributed RDBMS
Name: %{sname}%{?pkginfix}_%{pgmajorversion}
Provides: %{sname}_%{pgmajorversion}
Conflicts: %{sname}_%{pgmajorversion}
Version: 12.1.6.citus
Version: 13.0.0.citus
Release: 1%{dist}
License: AGPLv3
Group: Applications/Databases
Source0: https://github.com/citusdata/citus/archive/v12.1.6.tar.gz
Source0: https://github.com/citusdata/citus/archive/v13.0.0.tar.gz
URL: https://github.com/citusdata/citus
BuildRequires: postgresql%{pgmajorversion}-devel libcurl-devel
Requires: postgresql%{pgmajorversion}-server
Expand Down Expand Up @@ -112,6 +112,9 @@ fi
%doc %{pginstdir}/doc/extension/NOTICE-%{sname}

%changelog
* Thu Jan 23 2025 - Mehmet Yilmaz <mehmetyilmaz@microsoft.com> 13.0.0.citus-1
- Official 13.0.0 release of Citus

* Tue Nov 26 2024 - Gurkan Indibay <gindibay@microsoft.com> 12.1.6.citus-1
- Official 12.1.6 release of Citus

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
citus (13.0.0.citus-1) stable; urgency=low

* Official 13.0.0 release of Citus

-- Mehmet Yilmaz <mehmetyilmaz@microsoft.com> Thu, 23 Jan 2025 07:27:39 +0000

citus (12.1.6.citus-1) stable; urgency=low

* Official 12.1.6 release of Citus
Expand Down
2 changes: 1 addition & 1 deletion pkgvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=citus
pkgdesc='Citus (Open-Source)'
pkglatest=12.1.6.citus-1
pkglatest=13.0.0.citus-1
nightlyref=main
versioning=fancy
2 changes: 2 additions & 0 deletions postgres-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ version_matrix:
postgres_versions: [ 14, 15 ]
- 12.1:
postgres_versions: [ 14, 15, 16 ]
- 13.0:
postgres_versions: [ 14, 15, 16, 17 ]