Bumps PG minor update server and spock versions.#20
Conversation
📝 WalkthroughWalkthroughThis 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. ChangesPostgreSQL 16.14 / Spock 5.0.8 Package Lists
PostgreSQL 17.10 / Spock 5.0.8 Package Lists
PostgreSQL 18.4 / Spock 5.0.8 Package Lists
Build Script and Release Channel Configuration
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Duplication | 0 |
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.
There was a problem hiding this comment.
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
📒 Files selected for processing (19)
packagelists/amd64/pg16.13-spock5.0.7-minimal.txtpackagelists/amd64/pg16.14-spock5.0.8-minimal.txtpackagelists/amd64/pg16.14-spock5.0.8-standard.txtpackagelists/amd64/pg17.10-spock5.0.8-minimal.txtpackagelists/amd64/pg17.10-spock5.0.8-standard.txtpackagelists/amd64/pg17.9-spock5.0.7-minimal.txtpackagelists/amd64/pg18.3-spock5.0.7-minimal.txtpackagelists/amd64/pg18.4-spock5.0.8-minimal.txtpackagelists/amd64/pg18.4-spock5.0.8-standard.txtpackagelists/arm64/pg16.13-spock5.0.7-minimal.txtpackagelists/arm64/pg16.14-spock5.0.8-minimal.txtpackagelists/arm64/pg16.14-spock5.0.8-standard.txtpackagelists/arm64/pg17.10-spock5.0.8-minimal.txtpackagelists/arm64/pg17.10-spock5.0.8-standard.txtpackagelists/arm64/pg17.9-spock5.0.7-minimal.txtpackagelists/arm64/pg18.3-spock5.0.7-minimal.txtpackagelists/arm64/pg18.4-spock5.0.8-minimal.txtpackagelists/arm64/pg18.4-spock5.0.8-standard.txtscripts/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
PG minor plus spock version updates