Skip to content

chore(deps): bump postgres from 17.10 to 17.11 in /compose/production/postgres - #14

Merged
hleroy merged 1 commit into
mainfrom
dependabot/docker/compose/production/postgres/postgres-17.11
Aug 20, 2026
Merged

chore(deps): bump postgres from 17.10 to 17.11 in /compose/production/postgres#14
hleroy merged 1 commit into
mainfrom
dependabot/docker/compose/production/postgres/postgres-17.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps postgres from 17.10 to 17.11.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps postgres from 17.10 to 17.11.

---
updated-dependencies:
- dependency-name: postgres
  dependency-version: '17.11'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Aug 20, 2026

hleroy commented Aug 20, 2026

Copy link
Copy Markdown
Owner

SAFE TO MERGE

Checks: ci / tests ✅ · conventional-title ✅ · GitGuardian ✅ · MERGEABLE/CLEAN

Package Old → New Type Finding
postgres (Docker) 17.10 → 17.11 patch Routine minor maintenance release (Aug 13 2026). 35+ CVEs + assorted bug fixes; no dump/restore. Post-upgrade actions listed by upstream (output_plugin_libraries for custom logical-decoding plugins; reindex for btree_gist on floats, ltree btrees on ≥14,653-label values, btree_gist <> on variable-length types; pgp_sym_decrypt ignore-cipher-failure=1 recovery for deprecated pgcrypto ciphers) all target extensions this repo doesn't ship. Major stays 17, and .github/dependabot.yml already ignores the 17→18 major (which needs pg_upgrade).

Impact on this codebase: Grepped radar/, config/, compose/, migrations for pgcrypto, btree_gist, ltree, CREATE EXTENSION, logical, wal_level, output_plugin, replication — no hits (the only "replication" matches are BUFR replication factors in radar/providers/bufr_decode.py, unrelated). Migrations use core RANGE partitioning (radar/migrations/0002_lightning_strike.py) only, no extensions. None of the flagged post-upgrade actions apply.

Invariants: Considered CLAUDE.md's Postgres invariants — no major bump (17 stays 17, so pg_upgrade isn't required), migrations remain backward-compatible (schema unchanged), production data path unchanged. CI builds this exact Dockerfile (.github/workflows/tests.yml runs docker build compose/production/postgres/Dockerfile) and ran the full dockerized suite against 17.11 → green.

Verdict rationale: A same-major security/stability patch on an extension-free schema, gated by CI that actually exercised the new image. Safe to squash.

Automated weekly Dependabot triage.


Generated by Claude Code

@hleroy hleroy added the safe-to-merge Dependabot triage: verified safe, auto-squash-merged label Aug 20, 2026 — with Claude
@hleroy
hleroy merged commit b23eb6c into main Aug 20, 2026
3 checks passed
@hleroy
hleroy deleted the dependabot/docker/compose/production/postgres/postgres-17.11 branch August 20, 2026 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update docker code safe-to-merge Dependabot triage: verified safe, auto-squash-merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant