[LFXV2-504] bump versions for auth, indexer, committee, mailing list, voting and survey services#116
Conversation
…ng, and survey services Jira Ticket: https://linuxfoundation.atlassian.net/browse/LFXV2-504 Assisted by [Claude Code](https://claude.ai/code) Signed-off-by: Mauricio Zanetti Salomao <mauriciozanetti86@gmail.com>
|
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 ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughUpdated version constraints for six Helm chart dependencies in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates Helm dependency versions for the lfx-platform umbrella chart to consume newer releases of multiple LFX v2 services (and refreshes the Helm dependency lockfile accordingly).
Changes:
- Bumped
lfx-v2-indexer-service,lfx-v2-committee-service,lfx-v2-mailing-list-service,lfx-v2-auth-service,lfx-v2-voting-service, andlfx-v2-survey-servicechart version constraints inChart.yaml. - Regenerated
Chart.lockto resolve the updated versions (and update the lock digest/timestamp).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| charts/lfx-platform/Chart.yaml | Updates version constraints for several LFX v2 service subcharts. |
| charts/lfx-platform/Chart.lock | Updates locked dependency versions/digest after dependency resolution (includes an additional authelia patch bump). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Jira Ticket: https://linuxfoundation.atlassian.net/browse/LFXV2-504 Assisted by [Claude Code](https://claude.ai/code) Signed-off-by: Mauricio Zanetti Salomao <mauriciozanetti86@gmail.com>
Overview
Jira Ticket: https://linuxfoundation.atlassian.net/browse/LFXV2-504
This pull request updates several service dependencies in the
charts/lfx-platform/Chart.yamlfile to newer versions. These updates help ensure that the platform is using the latest features and bug fixes from each service.Dependency version updates:
lfx-v2-indexer-servicechart version from~0.4.16to~0.4.17.lfx-v2-committee-servicechart version from~0.2.21to~0.2.22.lfx-v2-mailing-list-servicechart version from~0.2.0to~0.3.0.lfx-v2-auth-servicechart version from~0.3.5to~0.4.0.lfx-v2-voting-serviceandlfx-v2-survey-servicechart versions from~0.2.2to~0.2.3.