[CLI-24] Update service versions from the registry#257
Merged
akalipetis merged 4 commits intomainfrom Nov 17, 2025
Merged
Conversation
The versions are updated to the latest ones. Fix CLI-24
There was a problem hiding this comment.
Pull Request Overview
This PR updates service and runtime versions across the codebase to align with the latest versions available in the Platform.sh registry. The changes include introducing an automated version generation system that fetches current versions from the registry.
Key changes:
- Added automated version generation tool that fetches versions from Platform.sh registry
- Updated service and runtime versions to their latest supported versions (e.g., Redis 6.2→8.0, PostgreSQL 14→17, Python 3.9→3.13)
- Updated test fixtures and templates to reflect new default versions
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| internal/question/models/generate_versions.go | New generator tool that fetches and formats version data from registry |
| internal/question/models/version.go | Updated version mappings with latest supported versions from registry |
| validator/validator_test.go | Updated test fixtures to use Redis 8.0 instead of 6.2 |
| platformifier/platformifier_test.go | Updated test data with new version arrays and runtime versions |
| platformifier/templates/upsun/.upsun/config.yaml | Updated commented example from PostgreSQL 14 to 17 |
| platformifier/templates/generic/.platform/services.yaml | Updated commented example from PostgreSQL 14 to 17 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
spk
reviewed
Oct 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix CLI-24