Releases: junobuild/juno-docker
Releases · junobuild/juno-docker
v0.1.0
What's Changed
- build: bump cli dependencies by @peterpeterparker in #123
- build: bump cli dev dependencies by @peterpeterparker in #124
- refactor: Neuron ID constant to bigint by @peterpeterparker in #126
- feat: update Internet Identity by @peterpeterparker in #128
- feat: update juno did files by @peterpeterparker in #127
- feat: update ICP ledger and index by @peterpeterparker in #131
- feat: Governance module with init parameters using Candid by @peterpeterparker in #125
- feat: deploy troublemakers canisters (NNS) in serie by @peterpeterparker in #129
- feat: update CMC to latest by @peterpeterparker in #130
Full Changelog: v0.0.57...v0.1.0
Versioning
Similar to some other repositories, let's start adopting reduced semantic versioning for the Docker images, beginning with v0.1.0
and following the v.x.y
format, where x
denotes breaking changes.
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
.