feat(chisel): ignore unmaintained/unstable releases
Metadata
Current evaluation
Merged changes configuring chisel to ignore unmaintained or unstable releases, resolving #1159 and CRAFT-4636. Requires chisel >= 1.3.0. Approved by two reviewers with all CI checks passing across multiple platforms.
Suggested action: —
No scores available.
Issue body
This configures chisel to ignore unmaintained or unstable releases.
This will require chisel >= 1.3.0, so we should not release this until that version is marked as stable.
Fixes: #1159 CRAFT-4636
- [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`?
- [x] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
---
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged changes configuring chisel to ignore unmaintained or unstable releases, resolving #1159 and CRAFT-4636. Requires chisel >= 1.3.0. Approved by two reviewers with all CI checks passing across multiple platforms. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Configures chisel to ignore unmaintained or unstable releases, requiring chisel >= 1.3.0. Resolves #1159 and CRAFT-4636. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #622 chore(ci): update chisel | craft-parts | merged | Merged CI configuration update to upgrade chisel, resolving compatibility breaks with chisel-releases v0.8.1+. Approved by two reviewers with passing CI checks. Requires cherry-picking to live hotfix branches. | |
| #625 ci: update chisel (#622) | craft-parts | merged | Merged a cherry-pick PR to update the chisel dependency and fix CI in a feature branch. Approved by two reviewers with passing checks, the change modified one file (+3/-1 lines) to resolve continuous integration failures. | |
| #642 ci: update Chisel version again | craft-parts | merged | Merged an update to the Chisel dependency, upgrading from version 0.8.1 to 0.9.0 to support breaking changes in chisel-releases. Approved by two reviewers, passed CI, and modified a single line. | |
| #4441 feat: enable chisel | snapcraft | merged | Merged into main after passing CI and receiving approval from two reviewers. The change enables chisel, adding 45 lines across three files with no test coverage impact. | |
| #4522 chore(deps): bump version of Chisel | snapcraft | merged | Merged dependency update bumping Chisel to v0.8.1 to prevent breakage from upcoming tool changes and allow time for provisioning updates. Approved by two reviewers with passing CI checks. Unrelated test flake did not block the merge. | |
| #449 chore(chisel): update Chisel to v0.8.1 | rockcraft | merged | Merged update to Chisel v0.8.1 to extend the migration window before an upcoming backward-incompatible release. Approved after resolving a snapcraft build-snap channel non-determinism issue. CI passed and the PR was merged. | |
| #312 packages: drop release from chisel command line | craft-parts | merged | Merged. Dropped the release argument from the chisel command line to enable native error propagation and future-proof Ubuntu version support. Approved, passed CI, and verified to correctly invoke chisel during Rockcraft builds. | |
| #335 packages: improve chisel error handling | craft-parts | merged | Merged after approval and CI checks. Captures chisel cut output to include error messages in a new ChiselError exception, resolving CRAFT-1499. | |
| #679 docs: update chisel how-to guides | rockcraft | merged | Merged update to chisel how-to guides adding the chisel find command and chisel-releases integration tests. Approved by reviewers and passed CI checks. | |
| #445 feat(inspectors): add chisel-releases inspector | fetch-service | merged | Merged into main following resolution of conflicts with #333. Introduces the chisel-releases inspector, including default config for GitHub metadata access, updated multi-key decoding, and a validation spread test. Approved by two reviewers with all CI checks passing. |