Skip to content

Releases: cartesi/machine-guest-tools

v0.17.0-test3

29 Jan 14:51
v0.17.0-test3
9d86196
Compare
Choose a tag to compare
v0.17.0-test3 Pre-release
Pre-release

v0.17.0-test2

22 Jan 16:56
v0.17.0-test2
ebff128
Compare
Choose a tag to compare
v0.17.0-test2 Pre-release
Pre-release

v0.17.0-test1

16 Jan 16:30
v0.17.0-test1
37318e8
Compare
Choose a tag to compare
v0.17.0-test1 Pre-release
Pre-release

v0.16.2-test2

03 Oct 13:38
1ae7f44
Compare
Choose a tag to compare
v0.16.2-test2 Pre-release
Pre-release

Testing automatic generation of rootfs.ext2.html release artifact containing license information for all packages installed inside rootfs.ext2.

v0.16.2-test1

13 Sep 13:15
7cae46c
Compare
Choose a tag to compare
v0.16.2-test1 Pre-release
Pre-release

Testing new rootfs.ext2:etc/LICENSES file, so we can refer to it in packages that distribute rootfs.ext2.

v0.16.1

12 Aug 17:52
v0.16.1
Compare
Choose a tag to compare

Fixed

  • Fixed curl version on rootfs
  • Fixed openapi spec dependency version in the CI test

v0.16.0

26 Jul 17:58
v0.16.0
2d13d75
Compare
Choose a tag to compare

Changed

  • Updated xgenext2fs to v1.5.6
  • Migrated from output unification v1 to v2
  • Fixed inconsistencies in the http server api
  • Updated CI actions versions

v0.15.0

20 Apr 18:08
v0.15.0
Compare
Choose a tag to compare

Added

  • Implemented a new libcmt library to interface with the Cartesi machine device
  • Added generic IO entrypoint to libcmt
  • Added generic IO endpoint on rollup-http-server
  • Allowed customization of init with /etc/cartesi-init.d
  • Allowed init to run in empty filesystems
  • Introduced a new libcmt development Debian package as a regular artifact in releases

Changed

  • Added stty -onlcr to cartesi-init
  • Set default USER to dapp in init script
  • Created dapp user when installing tools package
  • Removed unnecessary PATH change from init script
  • Added a value field to vouchers
  • Updated kernel to v6.5.13-ctsi-1
  • Renamed kernel device
  • Implemented Rollup-HTTP based on libcmt
  • Rewrote yield with libcmt
  • Rewrote Rollup with libcmt
  • Updated Rollup-HTTP Rust dependencies
  • Bumped Rustc to 1.77.2
  • Updated the version of some workflow actions
  • Added BusyBox dependency to Deb package
  • Updated xgenext2fs to v1.5.5

Removed

  • Removed old build-with-toolchain script

Fixed

  • Fixed a bug where Docker builds would incorrectly succeed even when commands in the RUN directive failed.