Skip to content

Commit

Permalink
Bump redhat pg_cron to 1.6.0 (#1071)
Browse files Browse the repository at this point in the history
* Updates tools version

* Removes pg 10 since no build env

* Bump redhat pg_cron to 1.6.0

* Fixes changelog problem

* Updates version matrix

* Adds Pg 10 exclusion since almalinux 8 do
not support

* Adds ol/8 pg 10 exclusion
  • Loading branch information
gurkanindibay authored Aug 30, 2023
1 parent 9b7f867 commit 1214ca7
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-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3

- name: Clone tools branch
run: git clone -b v0.8.24 --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 pg_cron.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Summary: Periodic job scheduler for PostgreSQL
Name: %{sname}_%{pgmajorversion}
Version: 1.5.2
Version: 1.6.0
Release: 1%{dist}
License: PostgreSQL
Group: Applications/Databases
Source0: https://github.com/citusdata/pg_cron/archive/v1.5.2.tar.gz
Source0: https://github.com/citusdata/pg_cron/archive/v1.6.0.tar.gz
URL: https://github.com/citusdata/pg_cron
BuildRequires: postgresql%{pgmajorversion}-devel libxml2-devel
BuildRequires: libxslt-devel openssl-devel pam-devel readline-devel
Expand Down Expand Up @@ -56,6 +56,9 @@ PATH=%{pginstdir}/bin:$PATH
%endif

%changelog
* Tue Aug 29 2023 - Gurkan Indibay <[email protected]> 1.6.0-1
- Official 1.6.0 release of PG Cron
- Adds support for PostgreSQL 16
* Fri Apr 7 2023 - Gurkan Indibay <[email protected]> 1.5.2-1
- Official 1.5.2 release of PG Cron
* Tue Apr 4 2023 - Gurkan Indibay <[email protected]> 1.5.1-1
Expand Down
4 changes: 4 additions & 0 deletions pg_exclude.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
exclude:
nightly:
ol/7: [15]
el/8: [10]
ol/8: [10]
release:
ol/7: [15]
el/8: [10]
ol/8: [10]
2 changes: 1 addition & 1 deletion pkgvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pkgname=pg_cron
hubproj=pg_cron
pkgdesc='Periodic job scheduler for PostgreSQL'
pkglatest=1.5.2
pkglatest=1.6.0
4 changes: 3 additions & 1 deletion postgres-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ version_matrix:
- 1.4.1:
postgres_versions: [10, 11, 12, 13, 14]
- 1.4.2:
postgres_versions: [ 10, 11, 12, 13, 14, 15 ]
postgres_versions: [ 11, 12, 13, 14, 15 ]
- 1.6.0:
postgres_versions: [ 10, 11, 12, 13, 14, 15, 16 ]

0 comments on commit 1214ca7

Please sign in to comment.