Conversation
Greptile SummaryThis PR corrects the aqua registry backend path for Confidence Score: 5/5Safe to merge — single-line fix correcting a broken aqua package path to a known-good sub-package path. The change is minimal and targeted: it fixes a wrong package reference that would have caused installation failures, and the corrected path matches the aqua-registry convention for monorepo sub-packages. No logic, tests, or other files are affected. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[mise install flux-operator-mcp] --> B{Resolve aqua backend}
B -->|Before fix| C["aqua:controlplaneio-fluxcd/flux-operator-mcp\n(non-existent repo)"]
B -->|After fix| D["aqua:controlplaneio-fluxcd/flux-operator/flux-operator-mcp\n(sub-package in flux-operator monorepo)"]
C --> E[❌ Resolution failure]
D --> F[✅ Binary installed successfully]
Reviews (2): Last reviewed commit: "fix: flux-operator-mcp aqua path" | Re-trigger Greptile |
241996c to
977ab38
Compare
### 🚀 Features - **(registry)** add --security flag to include security info in JSON output by @jdx in [#9364](#9364) ### 🐛 Bug Fixes - **(config)** limit resolved backend opts to aliases by @risu729 in [#9315](#9315) - **(docs)** stack banner message and link on mobile by @jdx in [#9362](#9362) - **(github)** prefer shortest asset name as tiebreaker in auto-detection by @jdx in [#9361](#9361) - **(java)** newer zulu versions use a different directory structure by @roele in [#9365](#9365) - **(prune)** respect tracked lockfiles by @jdx in [#9373](#9373) - **(task)** skip tool install for missing naked tasks by @jdx in [#9374](#9374) - **(trust)** add untrust command by @jdx in [#9370](#9370) - fix - flux-operator-mcp aqua path by @monotek in [#9357](#9357) ### 📚 Documentation - update ruby compile msg by @fladson in [#9338](#9338) ### 📦️ Dependency Updates - update ubuntu docker tag to v26 by @renovate[bot] in [#9347](#9347) - update ghcr.io/jdx/mise:deb docker digest to 1af5a69 by @renovate[bot] in [#9352](#9352) - update taiki-e/install-action digest to 787505c by @renovate[bot] in [#9354](#9354) - update ghcr.io/jdx/mise:rpm docker digest to 7015ff3 by @renovate[bot] in [#9353](#9353) - update ghcr.io/jdx/mise:copr docker digest to da63a0f by @renovate[bot] in [#9351](#9351) - update ghcr.io/jdx/mise:alpine docker digest to 461700f by @renovate[bot] in [#9350](#9350) - bump communique 1.0.3 → 1.0.4 by @jdx in [#9378](#9378) ### 📦 Registry - remove openshift-install by @jdx in [#9372](#9372) - remove go-sdk by @jdx in [#9371](#9371) ### Chore - **(npm-publish)** use aube publish instead of npm publish by @jdx in [#9328](#9328) ### New Contributors - @fladson made their first contribution in [#9338](#9338)
fix - flux-operator-mcp aqua path