Skip to content

Bumps PG minor update server and spock versions.#20

Open
maqeel75 wants to merge 1 commit into
mainfrom
pg-may-updates
Open

Bumps PG minor update server and spock versions.#20
maqeel75 wants to merge 1 commit into
mainfrom
pg-may-updates

Conversation

@maqeel75
Copy link
Copy Markdown
Member

@maqeel75 maqeel75 commented May 12, 2026

PG minor plus spock version updates

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 12, 2026

📝 Walkthrough

Walkthrough

This PR updates package manifests and build configuration to target PostgreSQL 16.14, 17.10, and 18.4 with Spock 5.0.8 across amd64 and arm64 architectures. Obsolete minimal package lists for older patch versions are removed. The build script increments version targets and adds staging package release channel routing.

Changes

PostgreSQL 16.14 / Spock 5.0.8 Package Lists

Layer / File(s) Summary
Minimal package lists
packagelists/amd64/pg16.14-spock5.0.8-minimal.txt, packagelists/arm64/pg16.14-spock5.0.8-minimal.txt
New minimal amd64 and arm64 package lists for PG 16.14/Spock 5.0.8, each containing PostgreSQL 16.14, Spock 5.0.8, Snowflake 2.4, and Lolor 1.2.2 package entries.
Standard package lists
packagelists/amd64/pg16.14-spock5.0.8-standard.txt, packagelists/arm64/pg16.14-spock5.0.8-standard.txt
Standard package lists updated to bump PostgreSQL from 16.13 to 16.14 and Spock from 5.0.7 to 5.0.8; all other entries remain unchanged.
Legacy cleanup
packagelists/amd64/pg16.13-spock5.0.7-minimal.txt, packagelists/arm64/pg16.13-spock5.0.7-minimal.txt
Removed minimal package lists for the superseded PG 16.13/Spock 5.0.7 combination.

PostgreSQL 17.10 / Spock 5.0.8 Package Lists

Layer / File(s) Summary
Minimal package lists
packagelists/amd64/pg17.10-spock5.0.8-minimal.txt, packagelists/arm64/pg17.10-spock5.0.8-minimal.txt
New minimal amd64 and arm64 package lists for PG 17.10/Spock 5.0.8, each specifying PostgreSQL 17.10, Spock 5.0.8, Snowflake 2.4, and Lolor 1.2.2 packages.
Standard package lists
packagelists/amd64/pg17.10-spock5.0.8-standard.txt, packagelists/arm64/pg17.10-spock5.0.8-standard.txt
Standard package lists updated to bump PostgreSQL from 17.9 to 17.10 and Spock from 5.0.7 to 5.0.8; all other entries remain unchanged.
Legacy cleanup
packagelists/amd64/pg17.9-spock5.0.7-minimal.txt, packagelists/arm64/pg17.9-spock5.0.7-minimal.txt
Removed minimal package lists for the superseded PG 17.9/Spock 5.0.7 combination.

PostgreSQL 18.4 / Spock 5.0.8 Package Lists

Layer / File(s) Summary
Minimal package lists
packagelists/amd64/pg18.4-spock5.0.8-minimal.txt, packagelists/arm64/pg18.4-spock5.0.8-minimal.txt
New minimal amd64 and arm64 package lists for PG 18.4/Spock 5.0.8, each containing PostgreSQL 18.4, Spock 5.0.8, Snowflake 2.4, and Lolor 1.2.2 packages.
Standard package lists
packagelists/amd64/pg18.4-spock5.0.8-standard.txt, packagelists/arm64/pg18.4-spock5.0.8-standard.txt
Standard package lists updated to bump PostgreSQL from 18.3 to 18.4 and Spock from 5.0.7 to 5.0.8; all other entries remain unchanged.
Legacy cleanup
packagelists/amd64/pg18.3-spock5.0.7-minimal.txt, packagelists/arm64/pg18.3-spock5.0.7-minimal.txt
Removed minimal package lists for the superseded PG 18.3/Spock 5.0.7 combination.

Build Script and Release Channel Configuration

Layer / File(s) Summary
Version bumps and staging channel
scripts/build_pgedge_images.py
Updated all_images build matrix to target PG 16.14, 17.10, and 18.4 with Spock 5.0.8 instead of 16.13/17.9/18.3 with 5.0.7. Added package_release_channel="staging" parameter to all corresponding make_all_flavor_images(...) calls to route builds through the staging package repository.

Poem

🐰 Hop along, the versions rise,
Sixteen-fourteen, seventeen-ten, a surprise!
Eighteen-four with Spock so fine,
Staging channels, all aligned!
whiskers twitch with delight

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning No pull request description was provided by the author, making it impossible to assess whether the description relates to the changeset. Add a pull request description that explains the purpose of these version bumps, any testing performed, and relevant context for reviewers.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main changes: bumping PostgreSQL minor versions (16.13→16.14, 17.9→17.10, 18.3→18.4) and Spock versions (5.0.7→5.0.8) across multiple architecture/flavor package lists and build scripts.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ 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 pg-may-updates

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@scripts/build_pgedge_images.py`:
- Line 169: The global matrix currently hardcodes
package_release_channel="staging" (seen where package_release_channel is set in
scripts/build_pgedge_images.py), causing every build to publish to staging;
change this to read from configuration or an environment variable with a safe
default (e.g., os.getenv("PACKAGE_RELEASE_CHANNEL", "staging") or a Config class
default) and replace the three hardcoded occurrences (the
package_release_channel assignments at the three locations) to use that
configurable value so callers can override the channel without editing code.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e0fb2f39-ffa0-4a65-bdec-260095abd6af

📥 Commits

Reviewing files that changed from the base of the PR and between d19cdb3 and 754096c.

📒 Files selected for processing (19)
  • packagelists/amd64/pg16.13-spock5.0.7-minimal.txt
  • packagelists/amd64/pg16.14-spock5.0.8-minimal.txt
  • packagelists/amd64/pg16.14-spock5.0.8-standard.txt
  • packagelists/amd64/pg17.10-spock5.0.8-minimal.txt
  • packagelists/amd64/pg17.10-spock5.0.8-standard.txt
  • packagelists/amd64/pg17.9-spock5.0.7-minimal.txt
  • packagelists/amd64/pg18.3-spock5.0.7-minimal.txt
  • packagelists/amd64/pg18.4-spock5.0.8-minimal.txt
  • packagelists/amd64/pg18.4-spock5.0.8-standard.txt
  • packagelists/arm64/pg16.13-spock5.0.7-minimal.txt
  • packagelists/arm64/pg16.14-spock5.0.8-minimal.txt
  • packagelists/arm64/pg16.14-spock5.0.8-standard.txt
  • packagelists/arm64/pg17.10-spock5.0.8-minimal.txt
  • packagelists/arm64/pg17.10-spock5.0.8-standard.txt
  • packagelists/arm64/pg17.9-spock5.0.7-minimal.txt
  • packagelists/arm64/pg18.3-spock5.0.7-minimal.txt
  • packagelists/arm64/pg18.4-spock5.0.8-minimal.txt
  • packagelists/arm64/pg18.4-spock5.0.8-standard.txt
  • scripts/build_pgedge_images.py
💤 Files with no reviewable changes (6)
  • packagelists/amd64/pg16.13-spock5.0.7-minimal.txt
  • packagelists/arm64/pg17.9-spock5.0.7-minimal.txt
  • packagelists/amd64/pg18.3-spock5.0.7-minimal.txt
  • packagelists/arm64/pg18.3-spock5.0.7-minimal.txt
  • packagelists/arm64/pg16.13-spock5.0.7-minimal.txt
  • packagelists/amd64/pg17.9-spock5.0.7-minimal.txt

Comment thread scripts/build_pgedge_images.py
@maqeel75 maqeel75 requested a review from mmols May 12, 2026 14:20
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.

1 participant