diff --git a/.github/workflows/build-citus-community-nightlies.yml b/.github/workflows/build-citus-community-nightlies.yml index 75a39031..f4797103 100644 --- a/.github/workflows/build-citus-community-nightlies.yml +++ b/.github/workflows/build-citus-community-nightlies.yml @@ -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 diff --git a/.github/workflows/build-package.yml b/.github/workflows/build-package.yml index de6be72a..0e6e4682 100644 --- a/.github/workflows/build-package.yml +++ b/.github/workflows/build-package.yml @@ -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 diff --git a/citus.spec b/citus.spec index c7f29117..0c918c98 100644 --- a/citus.spec +++ b/citus.spec @@ -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 @@ -112,6 +112,9 @@ fi %doc %{pginstdir}/doc/extension/NOTICE-%{sname} %changelog +* Thu Jan 23 2025 - Mehmet Yilmaz 13.0.0.citus-1 +- Official 13.0.0 release of Citus + * Tue Nov 26 2024 - Gurkan Indibay 12.1.6.citus-1 - Official 12.1.6 release of Citus diff --git a/debian/changelog b/debian/changelog index bebd3202..374586e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +citus (13.0.0.citus-1) stable; urgency=low + + * Official 13.0.0 release of Citus + + -- Mehmet Yilmaz Thu, 23 Jan 2025 07:27:39 +0000 + citus (12.1.6.citus-1) stable; urgency=low * Official 12.1.6 release of Citus diff --git a/pkgvars b/pkgvars index 648fc402..5251c91b 100644 --- a/pkgvars +++ b/pkgvars @@ -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 diff --git a/postgres-matrix.yml b/postgres-matrix.yml index 5e75b321..f4d6c37b 100644 --- a/postgres-matrix.yml +++ b/postgres-matrix.yml @@ -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 ]