Skip to content

feat: add version manifest with all current image entries#393

Open
tsivaprasad wants to merge 1 commit into
PLAT-596-add-image-version-fields-to-database-specfrom
PLAT-597-replace-hardcoded-image-maps-with-a-version-manifest
Open

feat: add version manifest with all current image entries#393
tsivaprasad wants to merge 1 commit into
PLAT-596-add-image-version-fields-to-database-specfrom
PLAT-597-replace-hardcoded-image-maps-with-a-version-manifest

Conversation

@tsivaprasad
Copy link
Copy Markdown
Contributor

@tsivaprasad tsivaprasad commented May 26, 2026

Summary

This PR adds version-manifest.json, containing all image entries that are currently hardcoded in images.go and service_images.go. This change introduces only the manifest file and does not modify runtime behavior yet.

Changes

  • Added server/internal/orchestrator/swarm/version-manifest.json with schema_version: 1
  • Includes 15 PostgreSQL image entries covering pg16, pg17, and pg18 with spock5, with 18.4/spock5 configured as the default
  • Added service image entries for postgrest (latest, 14.5), mcp (latest), and rag (latest)

Testing

Verified the JSON file

cat server/internal/orchestrator/swarm/version-manifest.json | \
  jq '[.images | to_entries[] | {type: .key, defaults: [.value[] | select(.default == true)] | length}]'
[
  {
    "type": "postgres",
    "defaults": 1
  },
  {
    "type": "postgrest",
    "defaults": 1
  },
  {
    "type": "mcp",
    "defaults": 1
  },
  {
    "type": "rag",
    "defaults": 1
  }
]

PLAT-597

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 26, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 19edd65f-07ad-46fa-a689-4d75ba221a70

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch PLAT-597-replace-hardcoded-image-maps-with-a-version-manifest

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@tsivaprasad
Copy link
Copy Markdown
Contributor Author

coderabbitai[bot] review

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

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.

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