Skip to content

Releases: junobuild/juno-docker

v0.0.15

29 Mar 16:44
Compare
Choose a tag to compare

Features

  • Embed last version of the Satellite v0.0.16 released in Juno v0.0.29.

v0.0.14

29 Mar 08:44
Compare
Choose a tag to compare

Breaking Changes

  • Configuration (juno.dev.config.*) has been reviewed to always use camel case (and avoid mixing it with snake case) for its options.

Build

  • Bump built-in CLI dependencies.

v0.0.13

07 Mar 15:01
Compare
Choose a tag to compare

Fix

  • Support for loading juno.dev.config.js|mjs with dependencies on @junobuild/config.

v0.0.12

05 Mar 18:46
Compare
Choose a tag to compare

Features

  • Set container to use UTC given that the replica (seems to) use UTC and agent-js also uses UTC to compare dates (for the "5 minutes certificate signature" feature)

v0.0.11

03 Mar 19:34
Compare
Choose a tag to compare

Features

  • Install tzdata within linux container to support time zone configuration.

v0.0.10

29 Feb 13:26
Compare
Choose a tag to compare

Features

  • Do not bubble configuration errors. Developer might be still editing the configuration when the deferred update starts.

Fix

  • HTTP outcalls were failing when container was restarted.

v0.0.9

24 Feb 07:59
Compare
Choose a tag to compare

Features

  • Support for configuration file juno.dev.config.ts|js|json.
  • Embed, ship, and deploy ICP Ledger and Index within the Docker container.
  • Expand the built-in CLI to support multiple identities.

Build

  • Update IC source because download.dfinity.systems for openssl-static-binaries is deprecated.
  • Update replica to 044cfd5147fc97d7e5a214966941b6580c325d72.
  • Bump CLI dependencies.

v0.0.8

09 Feb 06:18
913e882
Compare
Choose a tag to compare

Features

  • Support for HTTP outcalls.
  • Include newest Satellite version v0.0.15.

v0.0.7

05 Feb 16:19
Compare
Choose a tag to compare

Fix

  • Watch for config changes should work without custom wasm as well.

v0.0.6

05 Feb 15:23
Compare
Choose a tag to compare

Fix

  • @dfinity/admin requires an init param container: true instead of env: 'dev' which had for effect to make the CLI not able to update the configuration of the deployed Satellite.