Skip to content

Updates snowflake version to 2.5.0 and spock version to 5.0.10#23

Open
maqeel75 wants to merge 4 commits into
mainfrom
snowflake-updates
Open

Updates snowflake version to 2.5.0 and spock version to 5.0.10#23
maqeel75 wants to merge 4 commits into
mainfrom
snowflake-updates

Conversation

@maqeel75

@maqeel75 maqeel75 commented Jun 19, 2026

Copy link
Copy Markdown
Member
  • Updates Snowflake version to 2.5.0
  • Updates Spock version to 5.0.10
  • Adds supautils 3.2.2 packages to standard images
  • Adds test case for supautils verification

@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Six existing spock5.0.9 minimal package list files have their pgedge-snowflake entry bumped from 2.4-1.el9 to 2.5.0-1.el9. Six new spock5.0.10 minimal package list files are created with four entries each (postgresql, spock50 5.0.10, snowflake 2.5.0, lolor 1.2.2). Six spock5.0.10 standard package list files are updated with spock50 5.0.9→5.0.10, snowflake 2.4→2.5.0, and new supautils 3.2.2 entries. The build script switches all three PG version entries to spock5.0.10 and adds package_release_channel="staging".

Changes

Snowflake 2.5.0 and Spock 5.0.10 Release Update

Layer / File(s) Summary
Snowflake 2.5.0 bump in spock5.0.9 package lists
packagelists/amd64/pg16.14-spock5.0.9-minimal.txt, packagelists/amd64/pg17.10-spock5.0.9-minimal.txt, packagelists/amd64/pg18.4-spock5.0.9-minimal.txt, packagelists/arm64/pg16.14-spock5.0.9-minimal.txt, packagelists/arm64/pg17.10-spock5.0.9-minimal.txt, packagelists/arm64/pg18.4-spock5.0.9-minimal.txt
pgedge-snowflake version changed from 2.4-1.el9 to 2.5.0-1.el9 in all six spock5.0.9 minimal package lists across both architectures and all three PG versions.
New spock5.0.10 minimal package lists
packagelists/amd64/pg{16.14,17.10,18.4}-spock5.0.10-minimal.txt, packagelists/arm64/pg{16.14,17.10,18.4}-spock5.0.10-minimal.txt
Six new minimal files populated with four entries each: pgedge-postgresql base, pgedge-spock50_*-5.0.10-1.el9, pgedge-snowflake_*-2.5.0-1.el9, and pgedge-lolor_*-1.2.2-1.el9 for pg16/17/18 on both architectures.
Updated spock5.0.10 standard package lists
packagelists/amd64/pg{16.14,17.10,18.4}-spock5.0.10-standard.txt, packagelists/arm64/pg{16.14,17.10,18.4}-spock5.0.10-standard.txt
pgedge-spock50 entries bumped from 5.0.9 to 5.0.10 and pgedge-snowflake bumped from 2.4 to 2.5.0; new pgedge-supautils_*-3.2.2-1.el9 entries added to all six standard files across both architectures.
Build script: spock5.0.10 and staging channel
scripts/build_pgedge_images.py
all_images entries for pg16.14, pg17.10, and pg18.4 switch spock_version from 5.0.9 to 5.0.10 and add package_release_channel="staging" to each make_all_flavor_images call; epoch remains 1.

Poem

🐇 Hop, hop, the versions grow,
Snowflake blooms at two-point-five-oh!
Spock leaps to five-ten with glee,
Staging channels, wild and free—
This bunny ships with a joyful "whee!" 🌨️

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title directly and accurately summarizes the main changes: updating Snowflake to 2.5.0 and Spock to 5.0.10, which are the primary version bumps across all affected package list files.
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.
Description check ✅ Passed The pull request description accurately summarizes the changes made across the 20+ modified and new files, describing version updates for Snowflake and Spock, and the addition of supautils packages.

✏️ 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 snowflake-updates

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

@codacy-production

codacy-production Bot commented Jun 19, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 2 duplication

Metric Results
Duplication 2

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 review from mmols and moizpgedge June 19, 2026 09:13

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

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 `@packagelists/arm64/pg16.14-spock5.0.10-minimal.txt`:
- Around line 2-3: The package list file at
packagelists/arm64/pg16.14-spock5.0.10-minimal.txt references
pgedge-spock50_16-5.0.10-1.el9 and pgedge-snowflake_16-2.5.0-1.el9 which are not
available in the staging repository, and the Dockerfile is configured to install
from staging. Either ensure these specific package versions are published to the
staging repository before merging, or update the package version references in
this file and the corresponding package list files for PostgreSQL 17 and 18 to
use versions that are already available in staging.
🪄 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: 07b75f34-5442-4011-ab25-792798d4e109

📥 Commits

Reviewing files that changed from the base of the PR and between fbea689 and cfa4142.

📒 Files selected for processing (13)
  • packagelists/amd64/pg16.14-spock5.0.10-minimal.txt
  • packagelists/amd64/pg16.14-spock5.0.10-standard.txt
  • packagelists/amd64/pg17.10-spock5.0.10-minimal.txt
  • packagelists/amd64/pg17.10-spock5.0.10-standard.txt
  • packagelists/amd64/pg18.4-spock5.0.10-minimal.txt
  • packagelists/amd64/pg18.4-spock5.0.10-standard.txt
  • packagelists/arm64/pg16.14-spock5.0.10-minimal.txt
  • packagelists/arm64/pg16.14-spock5.0.10-standard.txt
  • packagelists/arm64/pg17.10-spock5.0.10-minimal.txt
  • packagelists/arm64/pg17.10-spock5.0.10-standard.txt
  • packagelists/arm64/pg18.4-spock5.0.10-minimal.txt
  • packagelists/arm64/pg18.4-spock5.0.10-standard.txt
  • scripts/build_pgedge_images.py
✅ Files skipped from review due to trivial changes (11)
  • packagelists/arm64/pg17.10-spock5.0.10-minimal.txt
  • packagelists/amd64/pg18.4-spock5.0.10-standard.txt
  • packagelists/amd64/pg18.4-spock5.0.10-minimal.txt
  • packagelists/arm64/pg16.14-spock5.0.10-standard.txt
  • packagelists/arm64/pg18.4-spock5.0.10-minimal.txt
  • packagelists/arm64/pg18.4-spock5.0.10-standard.txt
  • packagelists/amd64/pg16.14-spock5.0.10-standard.txt
  • packagelists/amd64/pg16.14-spock5.0.10-minimal.txt
  • packagelists/amd64/pg17.10-spock5.0.10-minimal.txt
  • packagelists/amd64/pg17.10-spock5.0.10-standard.txt
  • packagelists/arm64/pg17.10-spock5.0.10-standard.txt

Comment thread packagelists/arm64/pg16.14-spock5.0.10-minimal.txt
@maqeel75 maqeel75 changed the title Updates snowflake version to 2.5.0 Updates snowflake version to 2.5.0 and spock version to 5.0.10 Jun 22, 2026
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