Skip to content

fix(aztec-up): show installed version after install#21822

Merged
nchamo merged 1 commit into
merge-train/fairiesfrom
fix/aztec-up-show-installed-version
Mar 26, 2026
Merged

fix(aztec-up): show installed version after install#21822
nchamo merged 1 commit into
merge-train/fairiesfrom
fix/aztec-up-show-installed-version

Conversation

@nchamo

@nchamo nchamo commented Mar 19, 2026

Copy link
Copy Markdown
Contributor

Problem

When running aztec-up install nightly (or any alias), the command completes without telling the user which concrete version was installed:

$ aztec-up install nightly
Installing version manifest... done.
Installing node... done.
Installing nargo... done.
Installing foundry... done.
Installing aztec packages... done.

There's no indication of what version "nightly" resolved to, so the user has no way of knowing what they're running without manually checking.

Fix

When the user installed via an alias (e.g. nightly), the message includes both the alias and the resolved version so the user can see the mapping:

Installed and activated nightly (5.0.0-nightly.20260315)

When installed by exact semver, it just confirms the version:

Installed and activated version 5.0.0

This follows the same pattern as rustup install nightly, which shows the alias alongside the resolved toolchain version.

Fixes F-441

@nchamo nchamo requested a review from charlielye as a code owner March 19, 2026 22:11
@nchamo nchamo self-assigned this Mar 19, 2026
@nchamo nchamo requested a review from nventuro March 19, 2026 22:25
Comment thread aztec-up/bin/0.0.1/aztec-up
@nchamo nchamo requested a review from nventuro March 20, 2026 14:28
Base automatically changed from merge-train/fairies to next March 26, 2026 04:08
@nchamo nchamo changed the base branch from next to merge-train/fairies March 26, 2026 18:00
@nchamo nchamo merged commit a135b4f into merge-train/fairies Mar 26, 2026
31 checks passed
@nchamo nchamo deleted the fix/aztec-up-show-installed-version branch March 26, 2026 18:13
@AztecBot

Copy link
Copy Markdown
Collaborator

✅ Successfully backported to backport-to-v4-next-staging #22075.

AztecBot added a commit that referenced this pull request Mar 27, 2026
BEGIN_COMMIT_OVERRIDE
fix(aztec-up): always reinstall noirup and foundryup bootstrappers
(#21826)
fix(aztec-up): show installed version after install (#21822)
feat(aztec-up): default install version to latest instead of nightly
(backport #21883) (#22076)
feat(aztec-up): auto-update before install with staleness check (#21866)
cherry-pick: feat(aztec-up): add versioned aliases for multi-major
version support (#21817)
feat(aztec-up): add versioned aliases for multi-major version support
(backport #21817) (#22080)
feat(aztec-up): decouple infra assets from toolchain VERSION (backport
#22078) (#22079)
feat: backport hardcode version into install scripts at release time
(#22082)
fix(aztec-up): pass VERSION to per-version installer and fix release sed
(#22083)
END_COMMIT_OVERRIDE
github-merge-queue Bot pushed a commit that referenced this pull request Mar 27, 2026
BEGIN_COMMIT_OVERRIDE
feat(aztec-up): default install version to latest instead of nightly
(#21883)
fix(aztec-up): always reinstall noirup and foundryup bootstrappers
(#21826)
fix(aztec-up): show installed version after install (#21822)
feat(aztec-up): decouple infra assets from toolchain VERSION (#22078)
feat(aztec-up): add versioned aliases for multi-major version support
(#21817)
feat(aztec-up): auto-update before install with staleness check (#21866)
fix(aztec-up): pass VERSION to per-version installer and fix release sed
(#22083)
feat: asserts that aztec dep version matches cli (#21245)
END_COMMIT_OVERRIDE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants