Skip to content

Commit

Permalink
Bump to citus 12.0.0 (#1063)
Browse files Browse the repository at this point in the history
* Bump to citus 12.0.0

* Updates tools version into v0.8.27

* Updates tools version into v0.8.27 in nightlies
  • Loading branch information
gurkanindibay authored Jul 17, 2023
1 parent 13d828e commit 6f099b8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-citus-community-nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

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

- name: Install package dependencies
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v3

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

- name: Install package dependencies
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
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: 11.3.0.citus
Version: 12.0.0.citus
Release: 1%{dist}
License: AGPLv3
Group: Applications/Databases
Source0: https://github.com/citusdata/citus/archive/v11.3.0.tar.gz
Source0: https://github.com/citusdata/citus/archive/v12.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
* Mon Jul 17 2023 - Gurkan Indibay <gindibay@microsoft.com> 12.0.0.citus-1
- Official 12.0.0 release of Citus

* Tue May 02 2023 - Gurkan Indibay <gindibay@microsoft.com> 11.3.0.citus-1
- Official 11.3.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 (12.0.0.citus-1) stable; urgency=low

* Official 12.0.0 release of Citus

-- Gurkan Indibay <gindibay@microsoft.com> Mon, 17 Jul 2023 06:18:25 +0000

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

* Official 11.3.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=11.3.0.citus-1
pkglatest=12.0.0.citus-1
nightlyref=main
versioning=fancy

0 comments on commit 6f099b8

Please sign in to comment.