Releases: junobuild/juno-docker
Releases · junobuild/juno-docker
v0.0.57
v0.0.56
Features
- Use Juno repo
v0.0.48
for source. - Use Orbiter
v0.2.0
.
v0.0.55
Features
- Echo output path of
wasm.gz
built for serverless functions in TypeScript. - Use Juno source repo release
v0.0.47
.
v0.0.54
Features
- Integrate Juno source repo pre-release. Useful to finalize the official release of the serverless functions in TypeScript.
v0.0.53
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
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 port5999
that returns the CLI identities (principals). Useful to set a controller when creating new Satellites with the UI (dev only).
v0.0.51
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
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
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
Features
- Use latest commit to populate Juno main repo and include all hooks and assertions of Sputnik.