Skip to content

v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Aug 09:11
Immutable release. Only release title and notes can be modified.

Bug Fixes

  • snapshot: Parallelize OSS layer validation (#57) — @huajq
  • cli: Validate Dockerfile before creating template (#62) — @ShiroKSH
  • proxy: Isolate connections across runtime generations (#56) — @MasakiMu319
  • sandbox: Resume sandbox upon recoverable pause failure (#64) — @LSX-s-Software
  • overlaybd: Reject truncated mapped reads — @morluto
  • overlaybd: Verify short-read retry offsets (#43) — @morluto
  • snapshot: Export s3-marked OSS-managed rootfs layers as images (#88) — @blahgeek
  • template: Create WORKDIR directories during template builds — @nblintao
  • template: Resolve relative WORKDIR against the current workdir — @nblintao
  • template: Normalize WORKDIR lexically and create it without a shell — @nblintao
  • template: Create WORKDIR via envd filesystem instead of exec'ing mkdir (#66) — @nblintao
  • api: Return the JSON error envelope for unmatched routes (#69) — @JoyboyBrian
  • template: Provision a missing default user at the end of a build (#67) (#67) — @nblintao
  • sandbox: Isolate envd bootstrap connections across generations (#103) — @leether

Documentation

  • Update README with citation section — @huang-jl
  • Improve E2B, configuration, and on-demand loading guides (#18) — @zlzGithub-0801
  • Warn against public network exposure (#24) — @yingdi-shan
  • Link overlaybd docs in README (#29) — @BigVan
  • Fix stale overlaybd paths in architecture guide (#30)
  • Add static multi-node deployment guide (#91)
  • Remove control plane prototype label (#106) — @yingdi-shan

Features

  • overlaybd: Concurrent coalesced zfile read path with read-path metrics (#13) — @huajq
  • custom-extension: Expose host interaction IP in custom extension API (#14) — @LSX-s-Software
  • Expose snapshot rootfs image references (#19) — @huajq
  • cli: Support upload/download files from/to a sandbox — @LSX-s-Software
  • cli: Support directory upload/download — @LSX-s-Software
  • cli: Add progress bar for upload/download (#50) — @LSX-s-Software
  • Add standalone aenv-snapshot-image export tool (#38) — @huajq
  • image: Discover ACR artifact streaming overlaybd referrers (#58) — @johnsonshi
  • overlaybd: Introduce index() and flatten_with_args() from LSMTFile (#85) — @huang-jl

Performance