Skip to content

Commit b25baf5

Browse files
chore(deps): update dependency postgresql-18-postgis-3 (#106)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [postgresql-18-postgis-3](https://postgis.net/) | patch | `3.6.1` → `3.6.2` | | [postgresql-18-postgis-3](https://postgis.net/) | patch | `3.6.1+dfsg-1.pgdg13+1` → `3.6.2+dfsg-1.pgdg13+1` | | [postgresql-18-postgis-3](https://postgis.net/) | patch | `3.6.1+dfsg-1.pgdg12+1` → `3.6.2+dfsg-1.pgdg12+1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/postgres-extensions-containers). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0fad60a commit b25baf5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

postgis/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- name: postgis
3030
image:
3131
# renovate: suite=trixie-pgdg depName=postgresql-18-postgis-3
32-
reference: ghcr.io/cloudnative-pg/postgis-extension:3.6.1-18-trixie
32+
reference: ghcr.io/cloudnative-pg/postgis-extension:3.6.2-18-trixie
3333
ld_library_path:
3434
- system
3535
```
@@ -52,7 +52,7 @@ spec:
5252
extensions:
5353
- name: postgis
5454
# renovate: suite=trixie-pgdg depName=postgresql-18-postgis-3
55-
version: '3.6.1'
55+
version: '3.6.2'
5656
- name: postgis_raster
5757
- name: postgis_sfcgal
5858
- name: fuzzystrmatch

postgis/metadata.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ metadata = {
1313
versions = {
1414
bookworm = {
1515
// renovate: suite=bookworm-pgdg depName=postgresql-18-postgis-3
16-
"18" = "3.6.1+dfsg-1.pgdg12+1"
16+
"18" = "3.6.2+dfsg-1.pgdg12+1"
1717
}
1818
trixie = {
1919
// renovate: suite=trixie-pgdg depName=postgresql-18-postgis-3
20-
"18" = "3.6.1+dfsg-1.pgdg13+1"
20+
"18" = "3.6.2+dfsg-1.pgdg13+1"
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)