diff --git a/.github/workflows/build-package.yml b/.github/workflows/build-package.yml index bde5d37ef..c22a8cc07 100644 --- a/.github/workflows/build-package.yml +++ b/.github/workflows/build-package.yml @@ -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 diff --git a/debian/changelog b/debian/changelog index 99031e13b..340dfbee3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/pkgvars b/pkgvars index 84c68776d..e5e518d12 100644 --- a/pkgvars +++ b/pkgvars @@ -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 diff --git a/postgres-matrix.yml b/postgres-matrix.yml index 56b188bef..27f8da62a 100644 --- a/postgres-matrix.yml +++ b/postgres-matrix.yml @@ -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 ]