Skip to content

Releases: junobuild/cli

v0.6.7

04 Jul 09:24
Compare
Choose a tag to compare

Fix

  • Args were ignored on juno upgrade --target satellite. Detected with a dev trying to use --reset.

v0.6.6

03 Jul 20:10
Compare
Choose a tag to compare

Build

  • Bump latest Zod.

v0.6.5

03 Jul 19:54
Compare
Choose a tag to compare

Features

  • Use and get list of controllers with an update call on upgrade --reset.

Build

  • Inherit Zod v4.

v0.6.4

27 Jun 15:13
Compare
Choose a tag to compare

Features

  • Add suupport for running the local emulator with Podman.
  • Read runner configuration target for juno fn build as well.

Fix

  • Emulator configuration validation.

Refactor

  • Move and rename functions and modules to accomodate new features.

Build

  • Bump dependencies.

v0.6.3

25 Jun 17:33
Compare
Choose a tag to compare

Fix

  • "the input device is not a TTY" when running juno dev start in headless context

v0.6.2

25 Jun 07:12
Compare
Choose a tag to compare

Build

  • Use latest Juno JS dependencies.

v0.6.1

25 Jun 04:41
Compare
Choose a tag to compare

Features

  • Print "Invalid configuration" when the emulator config does not match the expected schema.

v0.6.0

24 Jun 15:49
Compare
Choose a tag to compare

Features

  • Replaced usage of docker compose with docker run in juno dev start.
  • Removed unused docker-compose.yml templates.
  • Introduced support for custom emulator configurations defined in juno.config.

v0.5.4

23 Jun 15:05
Compare
Choose a tag to compare

Fix

  • Incorrect release path for WASM lookup on juno dev build. Issue introduced in v0.5.3.

v0.5.3

20 Jun 05:09
Compare
Choose a tag to compare

Fix

  • error: manifest path /juno/src/sputnik/Cargo.toml does not exist - thrown when unused on juno dev build.