feat(Lifecycle): select plugin groups
Metadata
Current evaluation
Merged. Introduces plugin group selection to the Lifecycle service, replacing the deprecated Application plugin setup. Resolves #966 and CRAFT-4933. Unrelated CI failures were bypassed to complete the merge.
Suggested action: —
No scores available.
Issue body
- [x] Have you followed the guidelines for contributing?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `make lint && make test`?
- [ ] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
---
This adds the ability to choose plugin groups to the Lifecycle service.
This works differently from the default plugin setup in the Application,
which is now deprecated in favour of this. Apps that move over will be
rewarded with a happy fuzzy feeling and the ability to get the plugin
group based simply on the BuildInfo object.
Fixes #966 CRAFT-4933
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged. Introduces plugin group selection to the Lifecycle service, replacing the deprecated Application plugin setup. Resolves #966 and CRAFT-4933. Unrelated CI failures were bypassed to complete the merge. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Introduces plugin group selection to the Lifecycle service, replacing the deprecated Application default setup. Resolves #966 and CRAFT-4933. Unrelated spread test failures were bypassed during review. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #326 feat(Lifecycle)!: use craft-application's new plugin groups | imagecraft | merged | Merged a breaking change extending the MINIMAL plugin group over DEFAULT to selectively integrate upstream craft-application plugins. Resolves #314 and IMAGECRAFT-121 following successful CI validation and reviewer approval. | |
| #1393 feat(plugins): add plugin groups | craft-parts | merged | Merged the plugin groups feature, enabling simultaneous configuration of multiple plugins. Approved by two reviewers with all CI checks passing. Setting a group replaces manual plugin registration and must be applied first. |