diff --git a/Dockerfile b/Dockerfile index 8e13718bc..a1e41e87a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG sfcgal_release=1.3.10 ARG postgis_release=3.3.2 ARG pgrouting_release=3.4.1 ARG pgtap_release=1.2.0 -ARG pg_cron_release=1.4.2 +ARG pg_cron_release=1.6.2 ARG pgaudit_release=1.7.0 ARG pgjwt_release=9742dab1b2f297ad3811120db7b21451bca2d3c9 ARG pgsql_http_release=1.5.0 diff --git a/README.md b/README.md index 2552b0602..f7b9eb5eb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to | [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. | | [pgRouting](https://pgrouting.org/) | [v3.4.1](https://github.com/pgRouting/pgrouting/releases/tag/v3.4.1) | Extension of PostGIS - provides geospatial routing functionalities. | | [pgTAP](https://pgtap.org/) | [v1.2.0](https://github.com/theory/pgtap/releases/tag/v1.2.0) | Unit Testing for Postgres. | -| [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. | +| [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. | | [pgAudit](https://www.pgaudit.org/) | [1.7.0](https://github.com/pgaudit/pgaudit/releases/tag/1.7.0) | Generate highly compliant audit logs. | | [pgjwt](https://github.com/michelp/pgjwt) | [commit](https://github.com/michelp/pgjwt/commit/9742dab1b2f297ad3811120db7b21451bca2d3c9) | Generate JSON Web Tokens (JWT) in Postgres. | | [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. | diff --git a/ansible/vars.yml b/ansible/vars.yml index acd49fb53..5cc2363a0 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -59,8 +59,8 @@ pgrouting_release_checksum: sha256:a4e034efee8cf67582b67033d9c3ff714a09d8f542533 pgtap_release: "1.2.0" pgtap_release_checksum: sha256:9c7c3de67ea41638e14f06da5da57bac6f5bd03fea05c165a0ec862205a5c052 -pg_cron_release: "1.4.2" -pg_cron_release_checksum: sha256:3652722ea98d94d8e27bf5e708dd7359f55a818a43550d046c5064c98876f1a8 +pg_cron_release: "1.6.2" +pg_cron_release_checksum: sha256:9f4eb3193733c6fa93a6591406659aac54b82c24a5d91ffaf4ec243f717d94a0 pgaudit_release: "1.7.0" pgaudit_release_checksum: sha256:8f4a73e451c88c567e516e6cba7dc1e23bc91686bb6f1f77f8f3126d428a8bd8 diff --git a/common.vars.pkr.hcl b/common.vars.pkr.hcl index 8595fe50f..68b5f7068 100644 --- a/common.vars.pkr.hcl +++ b/common.vars.pkr.hcl @@ -1 +1 @@ -postgres-version = "15.1.1.24" +postgres-version = "15.1.1.25" diff --git a/docker/orioledb/Dockerfile b/docker/orioledb/Dockerfile index ed9bc5e25..494ffff4c 100644 --- a/docker/orioledb/Dockerfile +++ b/docker/orioledb/Dockerfile @@ -8,7 +8,7 @@ ARG sfcgal_release=1.3.10 ARG postgis_release=3.3.2 ARG pgrouting_release=3.4.1 ARG pgtap_release=1.2.0 -ARG pg_cron_release=1.4.2 +ARG pg_cron_release=1.6.2 ARG pgaudit_release=1.7.0 ARG pgjwt_release=9742dab1b2f297ad3811120db7b21451bca2d3c9 ARG pgsql_http_release=1.5.0