Skip to content

Commit

Permalink
Bump debian pg_cron to 1.6.0 (#1070)
Browse files Browse the repository at this point in the history
* Adds postgres 16 into postgres matrix

* Updates tools version

* Bump debian pg_cron to 1.6.0
  • Loading branch information
gurkanindibay authored Aug 29, 2023
1 parent 53c10c5 commit 59f51c3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
pgcron (1.6.0.citus-1) stable; urgency=low

* Official 1.6.0 release of PG Cron
* Adds support for PostgreSQL 16

-- Gurkan Indibay <[email protected]> Tue, 29 Aug 2023 17:55:45 +0000

pgcron (1.5.2.citus-1) stable; urgency=low

* Official 1.5.2 release of PG Cron
Expand Down
2 changes: 1 addition & 1 deletion pkgvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pkgname=pgcron
hubproj=pg_cron
pkgdesc='Periodic job scheduler of PostgreSQL'
pkglatest=1.5.2.citus-1
pkglatest=1.6.0.citus-1
2 changes: 2 additions & 0 deletions postgres-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ version_matrix:
postgres_versions: [10, 11, 12, 13, 14]
- 1.4.2:
postgres_versions: [ 10, 11, 12, 13, 14, 15 ]
- 1.6.0:
postgres_versions: [ 10, 11, 12, 13, 14, 15, 16 ]

0 comments on commit 59f51c3

Please sign in to comment.