Showing 43 of 2043 issues

Issue Title Author Age Action Staleness ↑ Confidence Summary
craft-parts
issue #1247
python plugin: Support `disable-parallel` parameter lengau 375d keep open 5 85 Enhancement to add the disable-parallel part property to the python plugin, with a proposed 3-state design (None/True/False) for parallel wheel builds. Labeled Needs information; maintainers discussing design and awaiting a real-world use case.
craft-parts
issue #1703
Handle ELOOP while copying symlink metadata on virtiofs gcomneno 12d needs triage 5 85 Bug report to handle ELOOP errors when copying symlink metadata on virtiofs. Fresh issue with root cause analysis and proposed fix; no maintainer response yet.
imagecraft
issue #439
Dynamically set snap grade lengau 2d keep open 5 90 Request to dynamically configure the snap grade in snapcraft.yaml instead of the hardcoded 'devel' value, enabling candidate channel promotion. Currently triaged and open.
charmcraft
issue #2859
Documentation links created by charmcraft are invalid hk21702 15d needs triage 5 80 Charmcraft CLI help text generates invalid documentation links using full version numbers (e.g., 4.4.1) instead of stable or major version, causing 404 errors.
craft-parts
issue #1416
Add ldflags to the go plugin lengau 273d keep open 5 85 Feature request to add an ldflags option to the Go plugin so users can pass linker flags (e.g. version overrides) to go install, similar to goreleaser. Not yet implemented; a contributor volunteered with a concrete plan 17 days ago.
charmcraft
issue #2875
Allow custom charm parts with the go_framework extension trollLemon 3d needs triage 5 75 Feature request to allow go_framework extension with custom charm parts. Currently blocked by intentional design check in charmcraft/extensions/app.py. Awaiting design team review per @lengau's comment.
charmcraft
issue #2868
Mark optional endpoints as optional in extensions wctaylor 9d keep open 5 85 Feature request to mark observability endpoints (logging, metrics-endpoint, grafana-dashboard) as optional in charmcraft extension metadata templates. Actively discussed with maintainer buy-in.
snapcraft
issue #6410
Bundled patchelf drops PT_NOTE coverage for .note.qt.metadata, making every... desvaters 10d needs triage 5 70 Bundled patchelf 0.9 breaks Qt 6 plugin loading by moving .note.qt.metadata out of PT_NOTE coverage when setting RPATH. Well-researched bug with reproduction steps, awaiting maintainer triage.
imagecraft
pr #437
feat: zero-mount bootloader installation lengau 4d needs review 5 75 Replaces privileged loop-device GRUB installation with pre-format-staging bootloader installer, removing loop device requirements for EFI/BIOS boot code installation. All CI passing, 0 reviewers.
charmcraft
pr #2871
docs(build-deps): Update docs tutorial Spread dependencies (non-major) (main) renovate 7d needs review 5 90 Renovate PR updating Django, fastapi, Spring Boot, and psycopg2-binary to latest patch/minor versions. Approved by 2 reviewers, all CI checks passing, automerge disabled by config.
craft-parts
pr #1718
feat: cut build-slices in the prologue tigarmo 2d needs review 5 75 Adds build-slice cutting in the prologue phase after installing build packages. Approved by 1 reviewer with 2 unresolved comments; 4 CI checks failing on minimum dependencies.
rockcraft
pr #1363
build(lint): add tombi TOML formatting support copilot-swe-agent 1d needs review 5 75 Adds tombi TOML formatting support to rockcraft, porting changes from starbase. Has 1 approval with reviewer-requested changes recently addressed. CI passing.
fetch-service
pr #644
fix(deps): update module github.com/elazarl/goproxy to v1.9.1 renovate 8d needs review 5 85 Updates github.com/elazarl/goproxy from v1.9.0 to v1.9.1 via Renovate. Minimal diff (+3/-1, 2 files). CI has some failures (snap-test, unit-tests, OSV-scanner). No reviews yet.
snapcraft
pr #6290
docs: Add documentation for new BASH syntax sergio-costas 92d needs review 5 80 Documentation update adding BASH syntax support for environment variables to snapcraft docs. Approved by 2 reviewers, all CI passing, 2 unresolved review comments.
charmcraft
pr #2876
test: add retry on reactive tests bepri 3d needs review 5 75 Adds retry logic to flaky reactive tests to reduce test failures. Small change (+6/-2 lines) approved by 1 reviewer, but some CI checks are failing.
charmcraft
issue #2866
docs: Document that resources are bound to channels, not revisions. marcusboden 11d needs triage 5 80 Documentation issue requesting clarification that resources are bound to channels, not revisions, with a clear example showing the current behavior.
fetch-service
pr #647
fix(deps): update module golang.org/x/net to v0.59.0 renovate 3d needs review 5 65 Routine dependency update for golang.org/x/net v0.58.0→v0.59.0 with related module updates; CI failing on linters, unit-tests, and OSV-scanner; awaiting maintainer review.
craft-providers
pr #1013
build(deps): update dependency canonical-sphinx to ~=0.7.0 (main) renovate 7d needs review 5 85 Updates canonical-sphinx dependency from ~=0.6.0 to ~=0.7.0. Generated by Renovate, all CI checks passing, awaiting maintainer review.
snapcraft
pr #5916
Add workflow to auto-close mistake issues copilot-swe-agent 278d needs review 5 75 Adds a GitHub Actions workflow to auto-close issues opened by mistake (URL-only titles, unfilled placeholder templates). Actively iterated: maintainer requested coverage for #5913, agent committed fix; review pending, PR title fails Conventional Commits check.
craft-parts
pr #1699
feat: partitions always enabled cmatsuoka 13d needs review 5 70 Consolidates enabled/disabled partition code paths into a unified approach where no partitions defaults to a single partition. CI passing, awaiting review.
charmcraft
pr #2682
chore: delete some dead code bepri 134d needs review 5 80 Removes 19 lines of dead code in one file, a follow-up to #2681 (remote-build project name fix). Approved by a maintainer, CI mostly green with a few failing/pending snap tests.
fetch-service
pr #643
fix(deps): update module golang.org/x/crypto to v0.57.0 renovate 9d needs review 5 70 Dependency update for golang.org/x/crypto v0.55.0 → v0.57.0, plus go directive and related dependencies. CI has some failures.
craft-parts
issue #1707
Drop extraneous type checks mr-cal 11d needs triage 5 75 Maintainer mr-cal requests removing redundant isinstance(data, dict) checks across craft-parts, added before strict type checking was enabled. 12 occurrences found. Issue is 4 days old with no maintainer response.
craft-cli
pr #484
build(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.16.6 (main) renovate 0d keep open 5 85 Renovate PR updating ruff-pre-commit from v0.16.5 to v0.16.6. Automerge enabled, most CI passing, but lint/files checks failing. 0 days old.
imagecraft
pr #433
feat(pack/grubutil): Add FUSE mount support for containerized GRUB installation lengau 10d needs review 5 70 Adds FUSE mount support for containerized GRUB installation, replacing loop device attachment. New PR with failing CI (lint, fast tests) and 14 unresolved review comments.
rockcraft
pr #1359
build(deps): update dependency setuptools to v84 (main) renovate 7d needs review 5 85 Automated dependency update from setuptools 83.0.0 to 84.0.0 with all CI checks passing, awaiting maintainer review
fetch-service
pr #646
fix(deps): update module golang.org/x/sys to v0.48.0 renovate 4d needs review 5 85 Renovate PR updating golang.org/x/sys from v0.47.0 to v0.48.0 and go directive from 1.25.11 to 1.26.0. CI failing on linters, unit-tests, and OSV-scanner.
craft-actions
pr #113
chore(deps): update pnpm/action-setup action to v6.1.0 renovate 0d needs review 5 90 Renovate-generated PR updating pnpm/action-setup from v6.0.10 to v6.1.0, passing all CI checks, awaiting maintainer review.
craft-parts
pr #1659
build(deps): lock file maintenance (main) renovate 33d needs review 5 85 Renovate lock file maintenance PR updating dependencies. Approved by 2 reviewers with recent activity, though some CI checks are failing. Linting issues reportedly fixed in PR #1662.
craft-parts
pr #1712
feat: fpc plugin lczyk 5d needs review 5 70 Adds a Free Pascal (fpc) plugin to craft-parts. Part of a 2-PR set with #1713. Pending maintainer review with 0 reviewers, 1 unresolved comment, and mostly passing CI.
charmcraft
pr #2813
feat(profile): add example action to kubernetes and machine init profiles tonyandrewmeyer 47d needs review 5 85 Adds example pause/resume actions to machine profile and restart action to kubernetes profile in charmcraft init templates. Approved by 4 reviewers, CI passing, 1 unresolved review comment.
charmcraft
issue #2858
Implement metadata mediation for actions.yaml and config.yaml cmatsuoka 15d keep open 5 85 Feature request to implement metadata mediation for actions.yaml and config.yaml to prevent unnecessary artifact recreation. Triaged and created 8 days ago.
imagecraft
issue #429
Set `Application.allow_spread_yaml` to false mr-cal 15d keep open 5 85 Maintainer task to set Application.allow_spread_yaml to false after updating craft-application to 7.3+. Currently pinned to 7.2, not yet implemented.
charmcraft
issue #2854
charmcraft pack ignores -o option in version 4.4.1 jw-can 16d needs triage 5 80 charmcraft pack ignores the -o output directory option in version 4.4.1. The issue is fresh, unlabelled, and awaiting maintainer triage.
snapcraft
issue #6414
Add migration error for candid creds mr-cal 8d keep open 0 75 Enhancement to detect candid credentials in creds files and raise a user-friendly migration error, complementing existing env var checks.
craft-actions
pr #114
chore(deps): update pnpm to v12.4.1 renovate 0d needs review 0 90 Updates pnpm from 12.3.4 to 12.4.1 to fix filesystem hard link failures and improve repeat install performance. CI is passing, PR is fresh and awaiting maintainer review.
craft-actions
pr #115
chore(deps): update development dependencies (minor and patch) renovate 0d needs review 0 90 Updates @types/node and typescript-eslint dev dependencies to latest minor versions. Fresh PR with passing CI, awaiting maintainer review.
fetch-service
pr #648
chore(deps): update tiobe/tics-github-action action to v4 renovate 1d needs review 0 90 Renovate PR updating tiobe/tics-github-action from v3 to v4 in .github/workflows/tics.yaml. Fresh PR with passing CI checks, awaiting maintainer review.
snapcraft
issue #6411
The Python plugin can create conflicting interpreters bepri 9d keep open 0 80 Python plugin creates conflicting interpreters on core26 when staging Python via stage-packages; shebangs should point to /bin/python3
craft-parts
pr #1719
Add regression coverage for base-files/usrmerge staging collisions copilot-swe-agent 0d needs review 0 70 Adds regression integration test for base-files/usrmerge staging collisions (issue #1001). Fresh PR with no reviews, CI passing.
craft-parts
pr #1714
refactor: format partition errors inside error class cmatsuoka 4d needs review 0 70 Refactors partition error classes to receive unformatted data structures instead of pre-formatted strings. Fixes craft-parts#670. PR is 0 days old with pending CI checks and 2 unresolved review comments.
charmcraft
pr #2878
build(lint): replicate rockcraft tombi integration in two commits copilot-swe-agent 0d needs review 0 75 Adds tombi TOML formatting support to charmcraft, mirroring rockcraft#1363. Split into two commits: non-TOML build/lint wiring and TOML formatting sweep. CI passing, awaiting maintainer review.
charmcraft
issue #2865
docs: charmcraft release reference is badly formatted marcusboden 11d needs triage 0 90 Documentation for `charmcraft release` command has formatting issues: `<None>` placeholders in usage, unformatted channel examples, and broken resource example formatting.