Bumps PG minor update server and spock versions.#20
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (13)
✅ Files skipped from review due to trivial changes (9)
🚧 Files skipped from review as they are similar to previous changes (3)
📝 WalkthroughWalkthroughThis PR updates the PostgreSQL and Spock versions in the build system. The Python build configuration bumps PostgreSQL from 16.13/17.9/18.3 to 16.14/17.10/18.4, Spock to 5.0.8, changes epoch to 1, and adds staging release channel. Corresponding AMD64 and ARM64 package list manifests are populated and updated to match. ChangesVersion Bump Across Build Configuration and Package Manifests
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
|---|---|
| Complexity | 0 |
| 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