Skip to content

Commit

Permalink
Bump to citus 13.0.1 (#1127)
Browse files Browse the repository at this point in the history
* Update postgres versions for 13.0 in matrix configuration to remove PG14 support

* Bump to citus 13.0.1

---------

Co-authored-by: Mehmet Yilmaz <[email protected]>
  • Loading branch information
gurkanindibay and m3hm3t authored Feb 5, 2025
1 parent ec914f5 commit 2f3559d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
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: 13.0.0.citus
Version: 13.0.1.citus
Release: 1%{dist}
License: AGPLv3
Group: Applications/Databases
Source0: https://github.com/citusdata/citus/archive/v13.0.0.tar.gz
Source0: https://github.com/citusdata/citus/archive/v13.0.1.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
* Tue Feb 04 2025 - Mehmet Yilmaz <[email protected]> 13.0.1.citus-1
- Official 13.0.1 release of Citus

* Thu Jan 23 2025 - Mehmet Yilmaz <[email protected]> 13.0.0.citus-1
- Official 13.0.0 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.1.citus-1) stable; urgency=low

* Official 13.0.1 release of Citus

-- Mehmet Yilmaz <[email protected]> Tue, 04 Feb 2025 13:27:27 +0000

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

* Official 13.0.0 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=13.0.0.citus-1
pkglatest=13.0.1.citus-1
nightlyref=main
versioning=fancy
2 changes: 1 addition & 1 deletion postgres-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version_matrix:
- 12.1:
postgres_versions: [ 14, 15, 16 ]
- 13.0:
postgres_versions: [ 14, 15, 16, 17 ]
postgres_versions: [ 15, 16, 17 ]

0 comments on commit 2f3559d

Please sign in to comment.