Skip to content

Releases: junobuild/juno-docker

v0.0.57

06 May 05:50
e41d92d
Compare
Choose a tag to compare

Features

  • Update newer local replica 579b8b... as elected in proposal 136223
  • Make local replica less verbose by hiding warnings

v0.0.56

05 May 15:24
e33b442
Compare
Choose a tag to compare

Features

  • Use Juno repo v0.0.48 for source.
  • Use Orbiter v0.2.0.

v0.0.55

21 Apr 06:35
b4ab63b
Compare
Choose a tag to compare

Features

  • Echo output path of wasm.gz built for serverless functions in TypeScript.
  • Use Juno source repo release v0.0.47.

v0.0.54

19 Apr 08:39
d9c81b9
Compare
Choose a tag to compare

Features

  • Integrate Juno source repo pre-release. Useful to finalize the official release of the serverless functions in TypeScript.

v0.0.53

11 Apr 13:16
bda32c7
Compare
Choose a tag to compare

Features

  • Deploy modules before starting Console UI. This was the related log is now effectively parsed towards the end of the boot.

v0.0.52

11 Apr 10:06
Compare
Choose a tag to compare

Breaking Changes

  • Skylab does not contain the auto-deployed Satellite anymore. The goal of this image is to replicate the production experience locally. Therefore, developers will be guided to create Satellites through the Console UI.

Features

  • Support to upgrade Satellite provided with ID specified in the juno.config file (and not the dev config).
  • Workarounds to mute agent-js.
  • Boots the Console UI at the end of the sequence. This way the message does not get lost in the logs.
  • Silence port checks when starting the Console UI.
  • Convert juno.dev.config watch to Chokidar use.
  • Start watch on juno.dev.config only if required.
  • Add a new /admin/identities endpoint to the local admin server on port 5999 that returns the CLI identities (principals). Useful to set a controller when creating new Satellites with the UI (dev only).

v0.0.51

09 Apr 11:09
e329b83
Compare
Choose a tag to compare

Features

  • Use latest Console UI which includes a banner to indicate local develpment environment and a "Get ICP" feature.
  • Execute the Console UI with npm run preview instead of dev for faster boot.
  • Adapt build scripts for deprecated fields such as BUILD_TYPE.

Refactoring

  • Extract internal environment variables shared accross scripts.

Full Changelog: v0.0.50...v0.0.51

v0.0.50

06 Apr 19:50
262afdb
Compare
Choose a tag to compare

Features

  • Hello world, introducing junobuild/skylab 👋

Refactoring

  • Move and group scripts to avoid the need to always re-download resources when developing the images.

v0.0.49

06 Apr 09:55
Compare
Choose a tag to compare

Features

  • Support for custom package information (name and version) when bundling WASM for the serverless functions in JS/TS. Those information are injected into the public custom section juno:package.

v0.0.48

29 Mar 19:03
642bc15
Compare
Choose a tag to compare

Features

  • Use latest commit to populate Juno main repo and include all hooks and assertions of Sputnik.