File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,13 @@ jobs:
2828 - ubuntu/bionic
2929 - ubuntu/focal
3030 - ubuntu/jammy
31- - ubuntu/kinetic
3231
3332 steps :
3433 - name : Checkout repository
3534 uses : actions/checkout@v3
3635
3736 - name : Clone tools branch
38- run : git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
37+ run : git clone -b v0.8.30 --depth=1 https://github.com/citusdata/tools.git tools
3938
4039 - name : Install package dependencies
4140 run : sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change 1+ pgcron (1.6.5.citus-1) stable; urgency=low
2+
3+ * Official 1.6.5 release of PG Cron
4+
5+ -- Gurkan Indibay <gindibay@microsoft.com> Mon, 23 Dec 2024 12:55:45 +0000
6+
17pgcron (1.6.2.citus-1) stable; urgency=low
28
39 * Official 1.6.2 release of PG Cron
Original file line number Diff line number Diff line change 11pkgname=pgcron
22hubproj=pg_cron
33pkgdesc='Periodic job scheduler of PostgreSQL'
4- pkglatest=1.6.2 .citus-1
4+ pkglatest=1.6.5 .citus-1
You can’t perform that action at this time.
0 commit comments