Skip to content

Commit a3f678a

Browse files
author
Gürkan İndibay
authored
Bump to Citus 12.1.3 (#1100)
* Bump version into 12.1.3 * Fixes package download error
1 parent 623877c commit a3f678a

6 files changed

Lines changed: 15 additions & 6 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
4949

5050
- name: Install package dependencies
51-
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
51+
run: sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
5252

5353
- name: Install python requirements
5454
run: python -m pip install -r tools/packaging_automation/requirements.txt

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
4343

4444
- name: Install package dependencies
45-
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
45+
run: sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
4646

4747
- name: Install python requirements
4848
run: python -m pip install -r tools/packaging_automation/requirements.txt

.github/workflows/update_package_properties.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
token: ${{ secrets.GH_TOKEN }}
3838
- name: Install dependencies
39-
run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
39+
run: sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
4040

4141
- name: Clone tools branch
4242
run: git clone -b v0.8.26 --depth=1 https://github.com/citusdata/tools.git tools

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: 11.0.10.citus
11+
Version: 12.1.3.citus
1212
Release: 1%{dist}
1313
License: AGPLv3
1414
Group: Applications/Databases
15-
Source0: https://github.com/citusdata/citus/archive/v11.0.10.tar.gz
15+
Source0: https://github.com/citusdata/citus/archive/v12.1.3.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+
* Wed Apr 24 2024 - Gurkan Indibay <gindibay@microsoft.com> 12.1.3.citus-1
116+
- Official 12.1.3 release of Citus
117+
115118
* Fri Feb 16 2024 - Gurkan Indibay <gindibay@microsoft.com> 11.0.10.citus-1
116119
- Official 11.0.10 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 (12.1.3.citus-1) stable; urgency=low
2+
3+
* Official 12.1.3 release of Citus
4+
5+
-- Gurkan Indibay <gindibay@microsoft.com> Wed, 24 Apr 2024 11:17:35 +0000
6+
17
citus (11.0.10.citus-1) stable; urgency=low
28

39
* Official 11.0.10 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=11.0.10.citus-1
3+
pkglatest=12.1.3.citus-1
44
nightlyref=main
55
versioning=fancy

0 commit comments

Comments
 (0)