Skip to content

PostgreSQL minor version updates#17

Merged
maqeel75 merged 2 commits intomainfrom
feature/BR-503/OOC-updates
Mar 25, 2026
Merged

PostgreSQL minor version updates#17
maqeel75 merged 2 commits intomainfrom
feature/BR-503/OOC-updates

Conversation

@maqeel75
Copy link
Member

@maqeel75 maqeel75 commented Mar 2, 2026

Summary

  • Bumped PostgreSQL 16 from 16.12 to 16.13
  • Bumped PostgreSQL 17 from 17.8 to 17.9
  • Bumped PostgreSQL 18 from 18.2 to 18.3
  • Bumped PostGIS from 3.5.4 to 3.5.5 across all PG versions (standard flavor)

Changes

  • Renamed all package list files (amd64 & arm64) to reflect the new PG minor versions
  • Updated package versions within those files for pgedge-postgresql16/17/18
  • Updated postgis35_16/17/18 to 3.5.5 in all standard package lists
  • Updated postgres_version values in scripts/build_pgedge_images.py for all three major PG versions

@coderabbitai
Copy link

coderabbitai bot commented Mar 2, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4e477c94-77b8-44b7-a76f-ed1916674f7d

📥 Commits

Reviewing files that changed from the base of the PR and between 1127652 and 2e30119.

📒 Files selected for processing (13)
  • packagelists/amd64/pg16.13-spock5.0.6-minimal.txt
  • packagelists/amd64/pg16.13-spock5.0.6-standard.txt
  • packagelists/amd64/pg17.9-spock5.0.6-minimal.txt
  • packagelists/amd64/pg17.9-spock5.0.6-standard.txt
  • packagelists/amd64/pg18.3-spock5.0.6-minimal.txt
  • packagelists/amd64/pg18.3-spock5.0.6-standard.txt
  • packagelists/arm64/pg16.13-spock5.0.6-minimal.txt
  • packagelists/arm64/pg16.13-spock5.0.6-standard.txt
  • packagelists/arm64/pg17.9-spock5.0.6-minimal.txt
  • packagelists/arm64/pg17.9-spock5.0.6-standard.txt
  • packagelists/arm64/pg18.3-spock5.0.6-minimal.txt
  • packagelists/arm64/pg18.3-spock5.0.6-standard.txt
  • scripts/build_pgedge_images.py
✅ Files skipped from review due to trivial changes (12)
  • packagelists/arm64/pg16.13-spock5.0.6-standard.txt
  • packagelists/amd64/pg18.3-spock5.0.6-minimal.txt
  • packagelists/arm64/pg17.9-spock5.0.6-minimal.txt
  • packagelists/arm64/pg18.3-spock5.0.6-minimal.txt
  • packagelists/amd64/pg16.13-spock5.0.6-minimal.txt
  • packagelists/amd64/pg18.3-spock5.0.6-standard.txt
  • packagelists/amd64/pg17.9-spock5.0.6-minimal.txt
  • packagelists/arm64/pg16.13-spock5.0.6-minimal.txt
  • packagelists/arm64/pg18.3-spock5.0.6-standard.txt
  • packagelists/amd64/pg16.13-spock5.0.6-standard.txt
  • packagelists/amd64/pg17.9-spock5.0.6-standard.txt
  • packagelists/arm64/pg17.9-spock5.0.6-standard.txt
🚧 Files skipped from review as they are similar to previous changes (1)
  • scripts/build_pgedge_images.py

📝 Walkthrough

Walkthrough

Updated build scripts and package lists to support PostgreSQL versions 16.13, 17.9, and 18.3 with Spock 5.0.6. Package manifests for both amd64 and arm64 architectures were created or updated to reflect the new dependency versions.

Changes

Cohort / File(s) Summary
Build Matrix
scripts/build_pgedge_images.py
Updated PostgreSQL and Spock version pins: PG 16.12→16.13, PG 17.8→17.9, PG 18.2→18.3, Spock 5.0.5→5.0.6.
amd64 Package Lists (Minimal)
packagelists/amd64/pg16.13-spock5.0.6-minimal.txt, packagelists/amd64/pg17.9-spock5.0.6-minimal.txt, packagelists/amd64/pg18.3-spock5.0.6-minimal.txt
Created new minimal package manifests with four core packages each for PostgreSQL, Spock, Snowflake, and Lolor.
amd64 Package Lists (Standard)
packagelists/amd64/pg16.13-spock5.0.6-standard.txt, packagelists/amd64/pg17.9-spock5.0.6-standard.txt, packagelists/amd64/pg18.3-spock5.0.6-standard.txt
Updated standard package versions: PostgreSQL, Spock, PostGIS, and Vectorizer (1.0-beta2→1.0 release).
arm64 Package Lists (Minimal)
packagelists/arm64/pg16.13-spock5.0.6-minimal.txt, packagelists/arm64/pg17.9-spock5.0.6-minimal.txt, packagelists/arm64/pg18.3-spock5.0.6-minimal.txt
Created new minimal package manifests with four core packages each for PostgreSQL, Spock, Snowflake, and Lolor.
arm64 Package Lists (Standard)
packagelists/arm64/pg16.13-spock5.0.6-standard.txt, packagelists/arm64/pg17.9-spock5.0.6-standard.txt, packagelists/arm64/pg18.3-spock5.0.6-standard.txt
Updated standard package versions: PostgreSQL, Spock, PostGIS, and Vectorizer (1.0-beta2→1.0 release).

Poem

🐰 The PostgreSQL garden grows anew,
With versions sixteen, seventeen, eighteen in view,
Spock 5.0.6 hops along with glee,
Vectorizer beta becomes mature, you see,
amd64 and arm64, both versions blessed,
pgEdge packages, freshly versioned and dressed! 📦

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: bumping PostgreSQL minor versions (16.12→16.13, 17.8→17.9, 18.2→18.3), which is the core objective of the changeset.
Description check ✅ Passed The description provides relevant details about the changeset, including specific version bumps for PostgreSQL, PostGIS, package file renames, and updates to build scripts, all directly related to the changes shown in the raw summary.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/BR-503/OOC-updates

Comment @coderabbitai help to get the list of available commands and usage tips.

@maqeel75 maqeel75 merged commit dbf905e into main Mar 25, 2026
19 of 31 checks passed
@maqeel75 maqeel75 deleted the feature/BR-503/OOC-updates branch March 25, 2026 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants