chore(release): promote staging to production - #3015
Conversation
fix(blueprint): show service catalog as helm blueprint target version
What:
Helm blueprint services show `Qovery/service-catalog` as target version in service list and blueprint settings, same as terraform blueprints. Service header drops engine-generated helm repo link for blueprints. Chart name, chart version and "Deploy from another version" unchanged.
Why:
Helm blueprint target version showed engine-generated helm repository (`blueprint-redis-<execution_id>`), an internal artifact. Every blueprint-created service should point at service catalog.
Notes:
Helm blueprints have no git source: engine sources chart from manifest upstream repo (`lib/blueprint/helm/main.j2.tf`), and catalog holds no `Chart.yaml`. So console maps them to catalog repo constant. URL matches q-core `BlueprintDomain.QOVERY_CATALOG_URL`; read `catalog_url` from `GET /blueprint/{id}` instead if catalog repo becomes configurable per install.
Co-authored-by: Rémi Bonnet <bonnet.rem@gmail.com>
Co-authored-by: Rémi Bonnet <rbonnet@qovery.com>
* feat(service-logs): format JSON object messages * fix(service-logs): preserve structured log content * feat(service-logs): accent structured log keys * perf(service-logs): scan highlight ranges linearly
|
View your CI Pipeline Execution ↗ for commit 2e2dff1
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
All reported issues were addressed across 9 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3015 +/- ##
==========================================
+ Coverage 51.73% 52.11% +0.37%
==========================================
Files 1356 1280 -76
Lines 29434 28184 -1250
Branches 8714 8554 -160
==========================================
- Hits 15227 14687 -540
+ Misses 11711 11071 -640
+ Partials 2496 2426 -70
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
🎉 This PR is included in version 1.363.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Opens the production promotion path from staging to main. Merging this PR triggers semantic-release, then the existing production deployment workflow.
Do not squash this PR. Use a merge commit to preserve the original conventional commits for semantic-release.
Summary by cubic
Promotes staging to main. Merging triggers semantic-release and the production deployment workflow. Do not squash; merge with a merge commit to preserve conventional commits for semantic-release.
This release includes:
Qovery/service-catalogas their target version instead of the engine-generated helm repository.Written for commit 2e2dff1. Summary will update on new commits.