Skip to content

Commit 25ca30e

Browse files
committed
feat: pg_cron 1.6.2
1 parent 1930471 commit 25ca30e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG sfcgal_release=1.3.10
88
ARG postgis_release=3.3.2
99
ARG pgrouting_release=3.4.1
1010
ARG pgtap_release=1.2.0
11-
ARG pg_cron_release=1.4.2
11+
ARG pg_cron_release=1.6.2
1212
ARG pgaudit_release=1.7.0
1313
ARG pgjwt_release=9742dab1b2f297ad3811120db7b21451bca2d3c9
1414
ARG pgsql_http_release=1.5.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
1515
| [PostGIS](https://postgis.net/) | [3.3.2](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.3.2/NEWS) | Postgres' most popular extension - support for geographic objects. |
1616
| [pgRouting](https://pgrouting.org/) | [v3.4.1](https://github.com/pgRouting/pgrouting/releases/tag/v3.4.1) | Extension of PostGIS - provides geospatial routing functionalities. |
1717
| [pgTAP](https://pgtap.org/) | [v1.2.0](https://github.com/theory/pgtap/releases/tag/v1.2.0) | Unit Testing for Postgres. |
18-
| [pg_cron](https://github.com/citusdata/pg_cron) | [v1.4.2](https://github.com/citusdata/pg_cron/releases/tag/v1.4.2) | Run CRON jobs inside Postgres. |
18+
| [pg_cron](https://github.com/citusdata/pg_cron) | [v1.6.2](https://github.com/citusdata/pg_cron/releases/tag/v1.6.2) | Run CRON jobs inside Postgres. |
1919
| [pgAudit](https://www.pgaudit.org/) | [1.7.0](https://github.com/pgaudit/pgaudit/releases/tag/1.7.0) | Generate highly compliant audit logs. |
2020
| [pgjwt](https://github.com/michelp/pgjwt) | [commit](https://github.com/michelp/pgjwt/commit/9742dab1b2f297ad3811120db7b21451bca2d3c9) | Generate JSON Web Tokens (JWT) in Postgres. |
2121
| [pgsql-http](https://github.com/pramsey/pgsql-http) | [1.5.0](https://github.com/pramsey/pgsql-http/releases/tag/v1.5.0) | HTTP client for Postgres. |

ansible/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ pgrouting_release_checksum: sha256:a4e034efee8cf67582b67033d9c3ff714a09d8f542533
5959
pgtap_release: "1.2.0"
6060
pgtap_release_checksum: sha256:9c7c3de67ea41638e14f06da5da57bac6f5bd03fea05c165a0ec862205a5c052
6161

62-
pg_cron_release: "1.4.2"
63-
pg_cron_release_checksum: sha256:3652722ea98d94d8e27bf5e708dd7359f55a818a43550d046c5064c98876f1a8
62+
pg_cron_release: "1.6.2"
63+
pg_cron_release_checksum: sha256:9f4eb3193733c6fa93a6591406659aac54b82c24a5d91ffaf4ec243f717d94a0
6464

6565
pgaudit_release: "1.7.0"
6666
pgaudit_release_checksum: sha256:8f4a73e451c88c567e516e6cba7dc1e23bc91686bb6f1f77f8f3126d428a8bd8

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.1.24"
1+
postgres-version = "15.1.1.24-cron-1.6.2"

docker/orioledb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG sfcgal_release=1.3.10
88
ARG postgis_release=3.3.2
99
ARG pgrouting_release=3.4.1
1010
ARG pgtap_release=1.2.0
11-
ARG pg_cron_release=1.4.2
11+
ARG pg_cron_release=1.6.2
1212
ARG pgaudit_release=1.7.0
1313
ARG pgjwt_release=9742dab1b2f297ad3811120db7b21451bca2d3c9
1414
ARG pgsql_http_release=1.5.0

0 commit comments

Comments
 (0)