Skip to content

Update spock to 5.0.11, snowflake to 2.6.0, postgis to 3.5.7#25

Open
maqeel75 wants to merge 1 commit into
mainfrom
component-updates
Open

Update spock to 5.0.11, snowflake to 2.6.0, postgis to 3.5.7#25
maqeel75 wants to merge 1 commit into
mainfrom
component-updates

Conversation

@maqeel75

Copy link
Copy Markdown
Member

Updates following components

  • Spock to 5.0.11
  • Snowflake to 2.6.0
  • PostGIS to 3.5.7

@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

Review Change Stack

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: 1757ceea-df02-49cc-b569-1c32e30f496e

📥 Commits

Reviewing files that changed from the base of the PR and between a2d4143 and 6f4677b.

📒 Files selected for processing (31)
  • packagelists/amd64/pg16.14-spock5.0.10-minimal.txt
  • packagelists/amd64/pg16.14-spock5.0.11-minimal.txt
  • packagelists/amd64/pg16.14-spock5.0.11-standard.txt
  • packagelists/amd64/pg16.14-spock6.0.0-beta1-minimal.txt
  • packagelists/amd64/pg16.14-spock6.0.0-beta1-standard.txt
  • packagelists/amd64/pg17.10-spock5.0.10-minimal.txt
  • packagelists/amd64/pg17.10-spock5.0.11-minimal.txt
  • packagelists/amd64/pg17.10-spock5.0.11-standard.txt
  • packagelists/amd64/pg17.10-spock6.0.0-beta1-minimal.txt
  • packagelists/amd64/pg17.10-spock6.0.0-beta1-standard.txt
  • packagelists/amd64/pg18.4-spock5.0.10-minimal.txt
  • packagelists/amd64/pg18.4-spock5.0.11-minimal.txt
  • packagelists/amd64/pg18.4-spock5.0.11-standard.txt
  • packagelists/amd64/pg18.4-spock6.0.0-beta1-minimal.txt
  • packagelists/amd64/pg18.4-spock6.0.0-beta1-standard.txt
  • packagelists/arm64/pg16.14-spock5.0.10-minimal.txt
  • packagelists/arm64/pg16.14-spock5.0.11-minimal.txt
  • packagelists/arm64/pg16.14-spock5.0.11-standard.txt
  • packagelists/arm64/pg16.14-spock6.0.0-beta1-minimal.txt
  • packagelists/arm64/pg16.14-spock6.0.0-beta1-standard.txt
  • packagelists/arm64/pg17.10-spock5.0.10-minimal.txt
  • packagelists/arm64/pg17.10-spock5.0.11-minimal.txt
  • packagelists/arm64/pg17.10-spock5.0.11-standard.txt
  • packagelists/arm64/pg17.10-spock6.0.0-beta1-minimal.txt
  • packagelists/arm64/pg17.10-spock6.0.0-beta1-standard.txt
  • packagelists/arm64/pg18.4-spock5.0.10-minimal.txt
  • packagelists/arm64/pg18.4-spock5.0.11-minimal.txt
  • packagelists/arm64/pg18.4-spock5.0.11-standard.txt
  • packagelists/arm64/pg18.4-spock6.0.0-beta1-minimal.txt
  • packagelists/arm64/pg18.4-spock6.0.0-beta1-standard.txt
  • scripts/build_pgedge_images.py
💤 Files with no reviewable changes (6)
  • packagelists/arm64/pg16.14-spock5.0.10-minimal.txt
  • packagelists/arm64/pg17.10-spock5.0.10-minimal.txt
  • packagelists/arm64/pg18.4-spock5.0.10-minimal.txt
  • packagelists/amd64/pg18.4-spock5.0.10-minimal.txt
  • packagelists/amd64/pg17.10-spock5.0.10-minimal.txt
  • packagelists/amd64/pg16.14-spock5.0.10-minimal.txt

📝 Walkthrough

Walkthrough

The PR refreshes PostgreSQL 16, 17, and 18 package lists for amd64 and arm64, updates Spock, Snowflake, and PostGIS versions, adds Spock 5.0.11 minimal lists, and configures image builds to use staging packages.

Changes

Package and image refresh

Layer / File(s) Summary
Spock 5.0.11 package lists
packagelists/amd64/pg{16.14,17.10,18.4}-spock5.0.11-*, packagelists/arm64/pg{16.14,17.10,18.4}-spock5.0.11-*
Minimal lists are populated with pinned packages, while standard lists update Spock, Snowflake, and PostGIS versions.
Spock 6 package lists
packagelists/amd64/pg{16.14,17.10,18.4}-spock6.0.0-beta1-*, packagelists/arm64/pg{16.14,17.10,18.4}-spock6.0.0-beta1-*
Snowflake and PostGIS package pins are updated across the minimal and standard lists.
Image build matrix wiring
scripts/build_pgedge_images.py
Spock 5 images use version 5.0.11, Spock 6 images use epoch 2, and both image groups select the staging package channel.

Poem

I’m a rabbit with packages tucked in my den,
Spock hops to five-point-oh-eleven again.
Snowflake gleams, PostGIS grows,
Staging paths guide where each image goes.
PG sixteen, seventeen, eighteen cheer—
Fresh little bundles for the build this year!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main component version bumps in the change set.
Description check ✅ Passed The description matches the changes and accurately lists the updated components.
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.
✨ 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 component-updates

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

@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.

@maqeel75
maqeel75 requested a review from mmols July 16, 2026 13:33
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